Trace number 221266

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.07 1808.81

General information on the benchmark

NamequeenAttacking/
queenAttacking-12.xml
MD5SUM60c30a794f534be6c1ae5db134baea56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints10330
Maximum constraint arity2
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10330
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/221266-1168080020/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=145  nbDomainTypes=2  minDomainSize=21  maxDomainSize=144
0.43	       =>  wckTime=0.118  cpuTime=0.09  mem=7M862
0.43	   
0.43	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
1.89	     nbConstraints=10330  nbConvertedConstraints=10330  nbConvertConstraintsChecks=44496  nbExtensionStructures=3
1.90	     nbSharedExtensionStructures=10327  nbConflictsStructures=3  nbSharedConflictsStructures=10327
1.90	     nbSharedBinaryRepresentations=338  maxDegree=144  maxArity=2
1.90	       =>  wckTime=1.582  cpuTime=1.31  mem=9M754
1.96	   
1.96	   solver IterativeSystematicSolver being built... 
2.13	       =>  wckTime=1.82  cpuTime=1.45  mem=21M317
2.17	   
2.17	   preprocessing
2.17	     nbConstraintChecks=18368  nbPropagations=145  nbRevisions=102  nbUselessRevisions=68  nbRemovedValues=510
2.17	     detectedInconsistency=no
2.17	       =>  wckTime=0.026  cpuTime=0.01  mem=21M317
2.54	   
2.54	   search
2.54	     run=0  nbConstraintChecks=651859  nbPropagations=2565  nbRevisions=11653  nbUselessRevisions=6835  nbAssignments=41
2.54	     nbFailedAssignments=12  nbBacktracks=11  nbVisitedNodes=61  nbRestartNogoods=0  mapSize=9  nbInferences=0
2.54	     nbTooLargeKeys=0
2.54	       =>  wckTime=0.399  cpuTime=0.35  mem=21M317
2.73	   
2.73	   search
2.73	     run=1  nbConstraintChecks=1461013  nbPropagations=8167  nbRevisions=37688  nbUselessRevisions=21973
2.73	     nbAssignments=86  nbFailedAssignments=25  nbBacktracks=26  nbVisitedNodes=129  nbRestartNogoods=2  mapSize=21
2.73	     nbInferences=0  nbTooLargeKeys=0
2.73	       =>  wckTime=0.591  cpuTime=0.54  mem=21M317
2.95	   
2.95	   search
2.95	     run=2  nbConstraintChecks=2474833  nbPropagations=17308  nbRevisions=81953  nbUselessRevisions=47548
2.95	     nbAssignments=147  nbFailedAssignments=46  nbBacktracks=48  nbVisitedNodes=223  nbRestartNogoods=5  mapSize=37
2.95	     nbInferences=0  nbTooLargeKeys=0
2.95	       =>  wckTime=0.811  cpuTime=0.76  mem=21M317
3.22	   
3.22	   search
3.22	     run=3  nbConstraintChecks=3659805  nbPropagations=30797  nbRevisions=148510  nbUselessRevisions=86124
3.22	     nbAssignments=225  nbFailedAssignments=74  nbBacktracks=82  nbVisitedNodes=348  nbRestartNogoods=9  mapSize=68
3.22	     nbInferences=0  nbTooLargeKeys=0
3.22	       =>  wckTime=1.082  cpuTime=1.02  mem=21M317
3.55	   
3.55	   search
3.55	     run=4  nbConstraintChecks=5463517  nbPropagations=49516  nbRevisions=250382  nbUselessRevisions=145883
3.55	     nbAssignments=345  nbFailedAssignments=127  nbBacktracks=133  nbVisitedNodes=550  nbRestartNogoods=12  mapSize=115
3.55	     nbInferences=0  nbTooLargeKeys=0
3.55	       =>  wckTime=1.416  cpuTime=1.35  mem=22M311
3.99	   
3.99	   search
3.99	     run=5  nbConstraintChecks=7875033  nbPropagations=75104  nbRevisions=401145  nbUselessRevisions=235427
3.99	     nbAssignments=507  nbFailedAssignments=192  nbBacktracks=213  nbVisitedNodes=821  nbRestartNogoods=17  mapSize=191
3.99	     nbInferences=0  nbTooLargeKeys=0
3.99	       =>  wckTime=1.851  cpuTime=1.79  mem=22M311
4.45	   
4.45	   search
4.45	     run=6  nbConstraintChecks=10122129  nbPropagations=108949  nbRevisions=605803  nbUselessRevisions=358800
4.45	     nbAssignments=743  nbFailedAssignments=246  nbBacktracks=332  nbVisitedNodes=1153  nbRestartNogoods=20  mapSize=263
4.45	     nbInferences=0  nbTooLargeKeys=0
4.45	       =>  wckTime=2.309  cpuTime=2.23  mem=22M311
5.03	   
5.03	   search
5.03	     run=7  nbConstraintChecks=12773259  nbPropagations=153827  nbRevisions=890745  nbUselessRevisions=531658
5.03	     nbAssignments=1065  nbFailedAssignments=324  nbBacktracks=509  nbVisitedNodes=1620  nbRestartNogoods=23
5.03	     mapSize=372  nbInferences=0  nbTooLargeKeys=0
5.03	       =>  wckTime=2.896  cpuTime=2.81  mem=23M306
5.87	   
5.87	   search
5.87	     run=8  nbConstraintChecks=16568772  nbPropagations=213923  nbRevisions=1289389  nbUselessRevisions=773762
5.87	     nbAssignments=1527  nbFailedAssignments=463  nbBacktracks=780  nbVisitedNodes=2306  nbRestartNogoods=27
5.87	     mapSize=518  nbInferences=0  nbTooLargeKeys=0
5.87	       =>  wckTime=3.737  cpuTime=3.63  mem=23M306
7.16	   
7.16	   search
7.16	     run=9  nbConstraintChecks=22994952  nbPropagations=296024  nbRevisions=1873194  nbUselessRevisions=1128302
7.16	     nbAssignments=2217  nbFailedAssignments=720  nbBacktracks=1164  nbVisitedNodes=3368  nbRestartNogoods=29
7.16	     mapSize=714  nbInferences=0  nbTooLargeKeys=0
7.16	       =>  wckTime=5.019  cpuTime=4.89  mem=24M301
8.50	   
8.50	   search
8.50	     run=10  nbConstraintChecks=30669073  nbPropagations=402543  nbRevisions=2683235  nbUselessRevisions=1616965
8.50	     nbAssignments=3182  nbFailedAssignments=1051  nbBacktracks=1740  nbVisitedNodes=4812  nbRestartNogoods=35
8.50	     mapSize=939  nbInferences=0  nbTooLargeKeys=0
8.50	       =>  wckTime=6.364  cpuTime=6.22  mem=25M295
9.09	   
9.09	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=26M290)
10.69	   
10.69	   search
10.69	     run=11  nbConstraintChecks=42683300  nbPropagations=549758  nbRevisions=3879276  nbUselessRevisions=2346032
10.69	     nbAssignments=4514  nbFailedAssignments=1471  nbBacktracks=2606  nbVisitedNodes=6785  nbRestartNogoods=44
10.69	       =>  wckTime=8.557  cpuTime=8.39  mem=26M290
14.35	   
14.35	   search
14.35	     run=12  nbConstraintChecks=65928966  nbPropagations=765597  nbRevisions=5736386  nbUselessRevisions=3492495
14.35	     nbAssignments=6709  nbFailedAssignments=2325  nbBacktracks=3905  nbVisitedNodes=10238  nbRestartNogoods=51
14.35	       =>  wckTime=12.216  cpuTime=12.01  mem=26M290
17.48	   
17.48	   search
17.48	     run=13  nbConstraintChecks=77113488  nbPropagations=1042587  nbRevisions=8282520  nbUselessRevisions=5102781
17.48	     nbAssignments=9230  nbFailedAssignments=2845  nbBacktracks=5853  nbVisitedNodes=13634  nbRestartNogoods=61
17.48	       =>  wckTime=15.342  cpuTime=15.1  mem=26M290
23.22	   
23.22	   search
23.22	     run=14  nbConstraintChecks=101287134  nbPropagations=1429049  nbRevisions=12158059  nbUselessRevisions=7621078
23.22	     nbAssignments=13506  nbFailedAssignments=4151  nbBacktracks=8784  nbVisitedNodes=19916  nbRestartNogoods=70
23.22	       =>  wckTime=21.088  cpuTime=20.8  mem=26M290
39.15	   
39.15	   search
39.15	     run=15  nbConstraintChecks=185788734  nbPropagations=2119586  nbRevisions=18596258  nbUselessRevisions=11790882
39.15	     nbAssignments=21554  nbFailedAssignments=7783  nbBacktracks=13162  nbVisitedNodes=33606  nbRestartNogoods=80
39.15	       =>  wckTime=37.017  cpuTime=36.58  mem=26M290
58.31	   
58.31	   search
58.31	     run=16  nbConstraintChecks=278835635  nbPropagations=3156430  nbRevisions=29083960  nbUselessRevisions=18838489
58.31	     nbAssignments=33600  nbFailedAssignments=13220  nbBacktracks=19735  nbVisitedNodes=53430  nbRestartNogoods=92
58.31	       =>  wckTime=56.169  cpuTime=55.55  mem=26M290
98.55	   
98.55	   search
98.55	     run=17  nbConstraintChecks=527935164  nbPropagations=4889951  nbRevisions=48699437  nbUselessRevisions=32216624
98.55	     nbAssignments=55182  nbFailedAssignments=24920  nbBacktracks=29587  nbVisitedNodes=90880  nbRestartNogoods=99
98.55	       =>  wckTime=96.409  cpuTime=95.42  mem=26M290
149.72	   
149.72	   search
149.72	     run=18  nbConstraintChecks=814796064  nbPropagations=7558936  nbRevisions=79898821  nbUselessRevisions=54228914
149.72	     nbAssignments=82504  nbFailedAssignments=37428  nbBacktracks=44367  nbVisitedNodes=138003  nbRestartNogoods=120
149.72	       =>  wckTime=147.58  cpuTime=146.12  mem=26M290
229.90	   
229.90	   search
229.90	     run=19  nbConstraintChecks=1299725046  nbPropagations=11648416  nbRevisions=133094302  nbUselessRevisions=92823061
229.90	     nbAssignments=127184  nbFailedAssignments=59908  nbBacktracks=66536  nbVisitedNodes=215320  nbRestartNogoods=139
229.90	       =>  wckTime=227.766  cpuTime=225.58  mem=26M290
368.55	   
368.55	   search
368.55	     run=20  nbConstraintChecks=2092515090  nbPropagations=18255982  nbRevisions=216466127  nbUselessRevisions=153136310
368.55	     nbAssignments=199627  nbFailedAssignments=99071  nbBacktracks=99790  nbVisitedNodes=341947  nbRestartNogoods=146
368.55	       =>  wckTime=366.412  cpuTime=362.96  mem=26M290
598.18	   
598.18	   search
598.18	     run=21  nbConstraintChecks=3459498935  nbPropagations=28754523  nbRevisions=350966767  nbUselessRevisions=250360479
598.18	     nbAssignments=299198  nbFailedAssignments=148738  nbBacktracks=149668  nbVisitedNodes=515783  nbRestartNogoods=157
598.18	       =>  wckTime=596.043  cpuTime=590.49  mem=26M290
929.12	   
929.12	   search
929.12	     run=22  nbConstraintChecks=5416828227  nbPropagations=45138193  nbRevisions=544022933  nbUselessRevisions=387704277
929.12	     nbAssignments=452968  nbFailedAssignments=227668  nbBacktracks=224487  nbVisitedNodes=784670  nbRestartNogoods=177
929.12	       =>  wckTime=926.986  cpuTime=918.96  mem=26M290
1408.42	   
1408.42	   search
1408.42	     run=23  nbConstraintChecks=8338555820  nbPropagations=70552062  nbRevisions=821804791  nbUselessRevisions=583111883
1408.42	     nbAssignments=699762  nbFailedAssignments=362216  nbBacktracks=336714  nbVisitedNodes=1224041  nbRestartNogoods=191
1408.42	       =>  wckTime=1406.286  cpuTime=1397.9  mem=26M290

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-221266-1168080020 -o ROOT/results/node9/solver-221266-1168080020 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/221266-1168080020/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.19 1.51 1.79 2/93 19063
/proc/meminfo: memFree=1164408/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=18540 CPUtime=0
/proc/19062/stat : 19062 (runsolver) R 19060 19062 18827 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156397965 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19062/statm: 4635 279 244 17 0 2626 0

[startup+0.102254 s]
/proc/loadavg: 1.19 1.51 1.79 2/93 19063
/proc/meminfo: memFree=1164408/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=914988 CPUtime=0.08
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 2981 0 1 0 7 1 0 0 20 0 8 0 156397965 936947712 2727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072925480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19062/statm: 228747 2727 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510815 s]
/proc/loadavg: 1.19 1.51 1.79 2/93 19063
/proc/meminfo: memFree=1164408/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915328 CPUtime=0.49
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 6491 0 1 0 45 4 0 0 22 0 8 0 156397965 937295872 6230 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19062/statm: 228832 6230 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34439 s]
/proc/loadavg: 1.19 1.51 1.79 3/100 19070
/proc/meminfo: memFree=1118208/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915636 CPUtime=1.32
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 14759 0 1 0 102 30 0 0 25 0 8 0 156397965 937611264 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19062/statm: 228909 14497 2169 14 0 215379 0
[pid=19062/tid=19064] ppid=19060 vsize=915636 CPUtime=0
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156397969 937611264 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915636 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156397969 937611264 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915636 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156397969 937611264 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915636 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937611264 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915636 CPUtime=0.19
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 426 0 0 0 18 1 0 0 16 0 8 0 156397972 937611264 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915636 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937611264 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915636 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937611264 14497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915636

[startup+2.99758 s]
/proc/loadavg: 1.19 1.51 1.79 3/100 19070
/proc/meminfo: memFree=1093888/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=2.96
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20349 0 1 0 241 55 0 0 25 0 8 0 156397965 937693184 20085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073988809 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19062/statm: 228929 20085 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 17 0 8 0 156397969 937693184 20085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.29
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 478 0 0 0 27 2 0 0 15 0 8 0 156397972 937693184 20085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915716

[startup+6.27895 s]
/proc/loadavg: 1.25 1.52 1.79 3/100 19070
/proc/meminfo: memFree=1093760/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=6.21
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20366 0 1 0 566 55 0 0 25 0 8 0 156397965 937693184 20098 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074001720 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19062/statm: 228929 20098 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 17 0 8 0 156397969 937693184 20098 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20098 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20098 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20098 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.33
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 491 0 0 0 31 2 0 0 15 0 8 0 156397972 937693184 20098 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20098 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20098 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915716

[startup+12.7747 s]
/proc/loadavg: 1.31 1.52 1.79 3/100 19070
/proc/meminfo: memFree=1093824/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=12.64
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 1209 55 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074001824 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915716

[startup+25.6312 s]
/proc/loadavg: 1.46 1.55 1.79 3/100 19070
/proc/meminfo: memFree=1093952/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=25.38
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 2483 55 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073991820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915716

[startup+51.2661 s]
/proc/loadavg: 1.65 1.58 1.80 3/100 19070
/proc/meminfo: memFree=1094080/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=50.78
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 5022 56 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074000869 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 915716

[startup+102.535 s]
/proc/loadavg: 1.84 1.64 1.81 3/100 19070
/proc/meminfo: memFree=1094016/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=101.58
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 10101 57 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073991820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 915716

[startup+162.554 s]
/proc/loadavg: 1.94 1.71 1.82 3/100 19070
/proc/meminfo: memFree=1094080/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=161.05
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 16048 57 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074013961 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1414.92
Current children cumulated vsize (KiB) 915716

[startup+1483.38 s]
/proc/loadavg: 1.87 1.48 1.58 3/100 19583
/proc/meminfo: memFree=1065280/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=1474.96
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 147411 85 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073992232 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.96
Current children cumulated vsize (KiB) 915716

[startup+1543.39 s]
/proc/loadavg: 1.95 1.57 1.61 3/100 19583
/proc/meminfo: memFree=1065280/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=1534.91
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 153406 85 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073988755 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.91
Current children cumulated vsize (KiB) 915716

[startup+1603.4 s]
/proc/loadavg: 1.98 1.64 1.63 3/100 19583
/proc/meminfo: memFree=1065280/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=1594.86
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 159400 86 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074001779 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.86
Current children cumulated vsize (KiB) 915716

[startup+1663.41 s]
/proc/loadavg: 1.99 1.71 1.65 3/100 19583
/proc/meminfo: memFree=1065224/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=1654.81
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 165395 86 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.81
Current children cumulated vsize (KiB) 915716

[startup+1723.42 s]
/proc/loadavg: 1.99 1.76 1.67 3/100 19583
/proc/meminfo: memFree=1065224/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=1714.77
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 171391 86 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073988809 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.77
Current children cumulated vsize (KiB) 915716

[startup+1783.43 s]
/proc/loadavg: 1.99 1.80 1.68 3/100 19583
/proc/meminfo: memFree=1065224/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=1774.7
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 177384 86 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074001720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.7
Current children cumulated vsize (KiB) 915716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.75 s]
/proc/loadavg: 1.99 1.81 1.69 3/100 19583
/proc/meminfo: memFree=1065224/2055920 swapFree=4191880/4192956
[pid=19062] ppid=19060 vsize=915716 CPUtime=1800.01
/proc/19062/stat : 19062 (java) R 19060 19062 18827 0 -1 0 20377 0 1 0 179915 86 0 0 25 0 8 0 156397965 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074001720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19062/statm: 228929 20105 2534 14 0 215399 0
[pid=19062/tid=19064] ppid=19060 vsize=915716 CPUtime=0.15
/proc/19062/task/19064/stat : 19064 (java) S 19060 19062 18827 0 -1 64 3261 0 0 0 14 1 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19062/tid=19065] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19065/stat : 19065 (java) S 19060 19062 18827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19066] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19066/stat : 19066 (java) S 19060 19062 18827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156397969 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19067] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19067/stat : 19067 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19068] ppid=19060 vsize=915716 CPUtime=0.34
/proc/19062/task/19068/stat : 19068 (java) S 19060 19062 18827 0 -1 64 498 0 0 0 32 2 0 0 16 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19069] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19069/stat : 19069 (java) S 19060 19062 18827 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19062/tid=19070] ppid=19060 vsize=915716 CPUtime=0
/proc/19062/task/19070/stat : 19070 (java) S 19060 19062 18827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156397972 937693184 20105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1808.81
CPU time (s): 1800.07
CPU user time (s): 1799.19
CPU system time (s): 0.878866
CPU usage (%): 99.5171
Max. virtual memory (cumulated for all children) (KiB): 915716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20394
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38030
involuntary context switches= 60973

runsolver used 2.46462 s user time and 5.2652 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Jan  6 10:40:26 UTC 2007


IDJOB= 221266
IDBENCH= 5405
FILE ID= node9/221266-1168080020

PBS_JOBID= 3475852

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queenAttacking/queenAttacking-12.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/221266-1168080020/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-221266-1168080020 -o ROOT/results/node9/solver-221266-1168080020 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/221266-1168080020/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  60c30a794f534be6c1ae5db134baea56

RANDOM SEED= 560942602

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1164888 kB
Buffers:         83884 kB
Cached:         583268 kB
SwapCached:        268 kB
Active:         399052 kB
Inactive:       389584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1164888 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3000 kB
Writeback:           0 kB
Mapped:         143148 kB
Slab:            86872 kB
Committed_AS:  4811380 kB
PageTables:       2484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66541 MiB



End job on node9 on Sat Jan  6 11:10:37 UTC 2007