Trace number 211160

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 ESAC? (TO) 1800.19 1802.07

General information on the benchmark

NamepseudoSeries/uclid/
dlx1c-rwmem1-ucl.xml
MD5SUMcad824bee8074e1420d713f6438fb5bd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.84
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables7578
Number of constraints21400
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21400
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/211160-1168205833/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.64	     nbVariables=7578  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.64	       =>  wckTime=0.303  cpuTime=0.21  mem=19M565
0.64	   
0.64	   predicates being loaded...
0.65	   
0.65	   constraints being loaded...
3.38	     nbConstraints=20633  nbMergedConstraints=767  nbSingletonDomainVariables=4  nbConvertedConstraints=13561
3.38	     nbConvertConstraintsChecks=23601  nbExtensionStructures=5  nbSharedExtensionStructures=13556
3.38	     nbConflictsStructures=39  nbSharedConflictsStructures=20594  nbSharedBinaryRepresentations=12
3.38	     nbEvaluationManagers=34  nbSharedEvaluationManagers=7038  maxDegree=92  maxArity=11
3.38	       =>  wckTime=3.041  cpuTime=2.54  mem=55M692
3.54	   
3.54	   solver IterativeSystematicSolver being built... 
4.09	       =>  wckTime=3.755  cpuTime=3.0  mem=78M94
71.63	   
71.63	   INFO : Stopping ESAC
71.63	   
71.63	   preprocessing
71.63	     nbConstraintChecks=150603  nbValidityChecks=87106  nbPropagations=35962  nbRevisions=153573
71.63	     nbUselessRevisions=137522  nbSingletonTests=12377  nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0
71.63	     detectedInconsistency=no
71.63	       =>  wckTime=67.524  cpuTime=67.41  mem=79M87
86.47	   
86.47	   search
86.47	     run=0  nbConstraintChecks=54250  nbValidityChecks=52921  nbPropagations=44226  nbRevisions=217428
86.47	     nbUselessRevisions=193191  nbAssignments=914  nbFailedAssignments=9  nbBacktracks=14  nbVisitedNodes=930
86.47	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
86.47	       =>  wckTime=82.365  cpuTime=82.23  mem=80M80
104.17	   
104.17	   search
104.17	     run=1  nbConstraintChecks=471160  nbValidityChecks=250808  nbPropagations=159412  nbRevisions=842235
104.17	     nbUselessRevisions=723655  nbAssignments=4226  nbFailedAssignments=13  nbBacktracks=38  nbVisitedNodes=1867
104.17	     nbRestartNogoods=7  mapSize=25  nbInferences=0  nbTooLargeKeys=0
104.17	       =>  wckTime=100.064  cpuTime=99.88  mem=82M68
119.18	   
119.18	   search
119.18	     run=2  nbConstraintChecks=515587  nbValidityChecks=301676  nbPropagations=282410  nbRevisions=1525284
119.18	     nbUselessRevisions=1304642  nbAssignments=5147  nbFailedAssignments=19  nbBacktracks=64  nbVisitedNodes=2803
119.18	     nbRestartNogoods=8  mapSize=39  nbInferences=0  nbTooLargeKeys=0
119.18	       =>  wckTime=115.081  cpuTime=114.88  mem=83M62
134.31	   
134.31	   search
134.31	     run=3  nbConstraintChecks=562054  nbValidityChecks=353581  nbPropagations=413628  nbRevisions=2268339
134.31	     nbUselessRevisions=1937460  nbAssignments=6073  nbFailedAssignments=24  nbBacktracks=97  nbVisitedNodes=3744
134.31	     nbRestartNogoods=9  mapSize=53  nbInferences=0  nbTooLargeKeys=0
134.31	       =>  wckTime=130.204  cpuTime=130.0  mem=85M48
149.86	   
149.86	   search
149.86	     run=4  nbConstraintChecks=612669  nbValidityChecks=409113  nbPropagations=553721  nbRevisions=3076307
149.86	     nbUselessRevisions=2626293  nbAssignments=7028  nbFailedAssignments=36  nbBacktracks=290  nbVisitedNodes=4727
149.86	     nbRestartNogoods=10  mapSize=80  nbInferences=0  nbTooLargeKeys=0
149.86	       =>  wckTime=145.756  cpuTime=145.52  mem=86M42
163.37	   
163.37	   search
163.37	     run=5  nbConstraintChecks=672197  nbValidityChecks=472301  nbPropagations=702845  nbRevisions=3953624
163.37	     nbUselessRevisions=3375453  nbAssignments=7882  nbFailedAssignments=63  nbBacktracks=373  nbVisitedNodes=5636
163.37	     nbRestartNogoods=11  mapSize=132  nbInferences=0  nbTooLargeKeys=0
163.37	       =>  wckTime=159.268  cpuTime=158.98  mem=43M32
176.15	   
176.15	   search
176.15	     run=6  nbConstraintChecks=803744  nbValidityChecks=541146  nbPropagations=875871  nbRevisions=4966930
176.15	     nbUselessRevisions=4236902  nbAssignments=8824  nbFailedAssignments=71  nbBacktracks=550  nbVisitedNodes=6435
176.15	     nbRestartNogoods=14  mapSize=144  nbInferences=0  nbTooLargeKeys=0
176.15	       =>  wckTime=172.051  cpuTime=171.76  mem=44M25
189.03	   
189.03	   search
189.03	     run=7  nbConstraintChecks=846746  nbValidityChecks=590205  nbPropagations=1056457  nbRevisions=6037020
189.03	     nbUselessRevisions=5147672  nbAssignments=9633  nbFailedAssignments=83  nbBacktracks=747  nbVisitedNodes=7265
189.03	     nbRestartNogoods=15  mapSize=164  nbInferences=0  nbTooLargeKeys=0
189.03	       =>  wckTime=184.928  cpuTime=184.61  mem=45M19
203.68	   
203.68	   search
203.68	     run=8  nbConstraintChecks=887655  nbValidityChecks=637646  nbPropagations=1244330  nbRevisions=7161978
203.68	     nbUselessRevisions=6106119  nbAssignments=10542  nbFailedAssignments=93  nbBacktracks=1038  nbVisitedNodes=8191
203.68	     nbRestartNogoods=16  mapSize=177  nbInferences=0  nbTooLargeKeys=0
203.68	       =>  wckTime=199.577  cpuTime=199.24  mem=46M12
221.80	   
221.80	   search
221.80	     run=9  nbConstraintChecks=1063651  nbValidityChecks=725184  nbPropagations=1463579  nbRevisions=8467748
221.80	     nbUselessRevisions=7214449  nbAssignments=12316  nbFailedAssignments=99  nbBacktracks=1473  nbVisitedNodes=9256
221.80	     nbRestartNogoods=20  mapSize=185  nbInferences=0  nbTooLargeKeys=0
221.80	       =>  wckTime=217.694  cpuTime=217.35  mem=47M999
239.14	   
239.14	   search
239.14	     run=10  nbConstraintChecks=1165391  nbValidityChecks=786946  nbPropagations=1700340  nbRevisions=9878849
239.14	     nbUselessRevisions=8410561  nbAssignments=13506  nbFailedAssignments=123  nbBacktracks=2049  nbVisitedNodes=10361
239.14	     nbRestartNogoods=23  mapSize=232  nbInferences=0  nbTooLargeKeys=0
239.14	       =>  wckTime=235.04  cpuTime=234.67  mem=48M992
260.89	   
260.89	   search
260.89	     run=11  nbConstraintChecks=1213091  nbValidityChecks=837030  nbPropagations=1945964  nbRevisions=11352790
260.89	     nbUselessRevisions=9660670  nbAssignments=14820  nbFailedAssignments=150  nbBacktracks=2916  nbVisitedNodes=11731
260.89	     nbRestartNogoods=24  mapSize=285  nbInferences=4  nbTooLargeKeys=0
260.89	       =>  wckTime=256.784  cpuTime=256.39  mem=50M979
288.02	   
288.02	   search
288.02	     run=12  nbConstraintChecks=1448317  nbValidityChecks=990489  nbPropagations=2233824  nbRevisions=13084675
288.02	     nbUselessRevisions=11125867  nbAssignments=17037  nbFailedAssignments=255  nbBacktracks=4227  nbVisitedNodes=13692
288.02	     nbRestartNogoods=27  mapSize=530  nbInferences=20  nbTooLargeKeys=0
288.02	       =>  wckTime=283.92  cpuTime=283.5  mem=53M960
321.26	   
321.26	   search
321.26	     run=13  nbConstraintChecks=1698160  nbValidityChecks=1120580  nbPropagations=2568914  nbRevisions=15074170
321.26	     nbUselessRevisions=12800558  nbAssignments=19377  nbFailedAssignments=478  nbBacktracks=6180  nbVisitedNodes=16478
321.26	     nbRestartNogoods=28  mapSize=974  nbInferences=20  nbTooLargeKeys=0
321.26	       =>  wckTime=317.162  cpuTime=316.7  mem=58M927
372.25	   
372.25	   search
372.25	     run=14  nbConstraintChecks=2752071  nbValidityChecks=1951753  nbPropagations=3014660  nbRevisions=17983430
372.25	     nbUselessRevisions=15275849  nbAssignments=22848  nbFailedAssignments=854  nbBacktracks=9112  nbVisitedNodes=20794
372.25	     nbRestartNogoods=31  mapSize=1814  nbInferences=20  nbTooLargeKeys=0
372.25	       =>  wckTime=368.151  cpuTime=367.64  mem=65M881
453.44	   
453.44	   search
453.44	     run=15  nbConstraintChecks=3281649  nbValidityChecks=2265337  nbPropagations=3540506  nbRevisions=21413464
453.44	     nbUselessRevisions=18184922  nbAssignments=28104  nbFailedAssignments=1161  nbBacktracks=13504
453.44	     nbVisitedNodes=26429  nbRestartNogoods=36  mapSize=2390  nbInferences=53  nbTooLargeKeys=0
453.44	       =>  wckTime=449.341  cpuTime=448.74  mem=70M848
574.63	   
574.63	   search
574.63	     run=16  nbConstraintChecks=4620268  nbValidityChecks=3042033  nbPropagations=4278657  nbRevisions=26246122
574.63	     nbUselessRevisions=22271693  nbAssignments=37078  nbFailedAssignments=1593  nbBacktracks=20095
574.63	     nbVisitedNodes=35242  nbRestartNogoods=45  mapSize=3571  nbInferences=215  nbTooLargeKeys=0
574.63	       =>  wckTime=570.529  cpuTime=569.83  mem=80M782
769.49	   
769.49	   search
769.49	     run=17  nbConstraintChecks=5178909  nbValidityChecks=3474581  nbPropagations=5099794  nbRevisions=31648762
769.49	     nbUselessRevisions=26846555  nbAssignments=49365  nbFailedAssignments=1675  nbBacktracks=30017
769.49	     nbVisitedNodes=47254  nbRestartNogoods=55  mapSize=4439  nbInferences=898  nbTooLargeKeys=0
769.49	       =>  wckTime=765.388  cpuTime=764.48  mem=88M730
1081.54	   
1081.54	   search
1081.54	     run=18  nbConstraintChecks=5690255  nbValidityChecks=4088481  nbPropagations=5975157  nbRevisions=37602433
1081.54	     nbUselessRevisions=31921432  nbAssignments=66739  nbFailedAssignments=1685  nbBacktracks=44803
1081.54	     nbVisitedNodes=66216  nbRestartNogoods=62  mapSize=6306  nbInferences=2743  nbTooLargeKeys=0
1081.54	       =>  wckTime=1077.437  cpuTime=1076.2  mem=60M910
1558.00	   
1558.00	   search
1558.00	     run=19  nbConstraintChecks=6188479  nbValidityChecks=4844084  nbPropagations=6894123  nbRevisions=44137885
1558.00	     nbUselessRevisions=37540155  nbAssignments=92232  nbFailedAssignments=1685  nbBacktracks=67061
1558.00	     nbVisitedNodes=94495  nbRestartNogoods=67  mapSize=9088  nbInferences=5529  nbTooLargeKeys=0
1558.00	       =>  wckTime=1553.897  cpuTime=1552.15  mem=81M56

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/node59/watcher-211160-1168205833 -o ROOT/results/node59/solver-211160-1168205833 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211160-1168205833/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: 0.76 0.94 1.08 4/72 27163
/proc/meminfo: memFree=1418272/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=1788 CPUtime=0
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 369 0 0 0 0 0 0 0 18 0 1 0 168981308 1830912 159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/27162/statm: 446 160 125 14 0 91 0

[startup+0.107422 s]
/proc/loadavg: 0.76 0.94 1.08 4/72 27163
/proc/meminfo: memFree=1418272/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=911488 CPUtime=0.06
/proc/27162/stat : 27162 (java) D 27160 27162 26215 0 -1 0 2636 0 1 0 5 1 0 0 22 0 8 0 168981308 933363712 2383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 227872 2383 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.515467 s]
/proc/loadavg: 0.76 0.94 1.08 4/72 27163
/proc/meminfo: memFree=1418272/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915328 CPUtime=0.44
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 6496 0 1 0 41 3 0 0 21 0 8 0 168981308 937295872 6235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073575138 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228832 6236 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.33656 s]
/proc/loadavg: 0.85 0.95 1.08 3/79 27170
/proc/meminfo: memFree=1374504/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915616 CPUtime=1.26
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 18931 0 1 0 116 10 0 0 25 0 8 0 168981308 937590784 18668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228904 18669 2158 14 0 215374 0
[pid=27162/tid=27164] ppid=27160 vsize=915616 CPUtime=0.08
/proc/27162/task/27164/stat : 27164 (java) R 27160 27162 26215 0 -1 64 2388 0 0 0 7 1 0 0 16 0 8 0 168981312 937590784 18671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915616 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168981312 937590784 18671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915616 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168981312 937590784 18673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915616 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937590784 18674 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915616 CPUtime=0.14
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 415 0 0 0 14 0 0 0 16 0 8 0 168981315 937590784 18674 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915616 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937590784 18676 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915616 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937590784 18677 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915616

[startup+2.97374 s]
/proc/loadavg: 0.85 0.95 1.08 3/79 27170
/proc/meminfo: memFree=1261736/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915620 CPUtime=2.87
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 20992 0 1 0 202 85 0 0 25 0 8 0 168981308 937594880 20728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228905 20728 2178 14 0 215375 0
[pid=27162/tid=27164] ppid=27160 vsize=915616 CPUtime=0.17
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 4364 0 0 0 14 3 0 0 16 0 8 0 168981312 937590784 20728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915616 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168981312 937590784 20728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915620 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168981312 937594880 20728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915616 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937590784 20728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915616 CPUtime=0.18
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 435 0 0 0 18 0 0 0 15 0 8 0 168981315 937590784 20728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915620 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937594880 20728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915620 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937594880 20728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915620

[startup+6.17609 s]
/proc/loadavg: 0.95 0.97 1.09 3/79 27170
/proc/meminfo: memFree=1267112/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=6.08
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 28539 0 1 0 512 96 0 0 25 0 8 0 168981308 937852928 28253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074229232 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 28253 2539 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.47
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 11367 0 0 0 41 6 0 0 17 0 8 0 168981312 937852928 28253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 28253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.32
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 528 0 0 0 31 1 0 0 15 0 8 0 168981315 937852928 28253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 28253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 28253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 915872

[startup+12.6588 s]
/proc/loadavg: 1.03 0.99 1.09 3/80 27177
/proc/meminfo: memFree=1385968/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=12.55
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 28541 0 1 0 1159 96 0 0 25 0 8 0 168981308 937852928 28254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074229241 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 28254 2539 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.47
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 11367 0 0 0 41 6 0 0 16 0 8 0 168981312 937852928 28254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 28254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.32
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 530 0 0 0 31 1 0 0 17 0 8 0 168981315 937852928 28254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 28254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 28254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 915872

[startup+25.5472 s]
/proc/loadavg: 1.18 1.02 1.10 3/81 27178
/proc/meminfo: memFree=1373608/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=25.44
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 28545 0 1 0 2447 97 0 0 25 0 8 0 168981308 937852928 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074229232 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 28257 2539 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.47
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 11367 0 0 0 41 6 0 0 16 0 8 0 168981312 937852928 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.33
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 533 0 0 0 31 2 0 0 15 0 8 0 168981315 937852928 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915872

[startup+51.188 s]
/proc/loadavg: 1.50 1.11 1.13 3/81 27178
/proc/meminfo: memFree=1373672/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=51.05
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 28551 0 1 0 5008 97 0 0 25 0 8 0 168981308 937852928 28260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480195 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 28260 2539 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.47
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 11367 0 0 0 41 6 0 0 16 0 8 0 168981312 937852928 28260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 28260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.34
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 536 0 0 0 32 2 0 0 15 0 8 0 168981315 937852928 28260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 28260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 28260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 915872

[startup+102.461 s]
/proc/loadavg: 1.78 1.25 1.17 3/81 27178
/proc/meminfo: memFree=1373736/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=102.27
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 28578 0 1 0 10130 97 0 0 25 0 8 0 168981308 937852928 28280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074189274 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 28280 2540 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.47
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 11367 0 0 0 41 6 0 0 16 0 8 0 168981312 937852928 28280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168981312 937852928 28280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 28280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.38
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 554 0 0 0 36 2 0 0 16 0 8 0 168981315 937852928 28280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 28280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 28280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 915872

[startup+162.482 s]
/proc/loadavg: 1.92 1.38 1.22 3/81 27178
/proc/meminfo: memFree=1373736/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=162.23
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 29433 0 1 0 16125 98 0 0 25 0 8 0 168981308 937852928 29132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074284963 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 915872

[startup+1483.31 s]
/proc/loadavg: 2.02 2.02 1.80 3/89 27327
/proc/meminfo: memFree=1362920/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=1481.76
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 30728 0 1 0 148066 110 0 0 25 0 8 0 168981308 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074284148 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 30419 2540 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.54
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 13497 0 0 0 47 7 0 0 16 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.4
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 564 0 0 0 38 2 0 0 17 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 915872

[startup+1543.34 s]
/proc/loadavg: 2.00 2.01 1.81 3/83 27379
/proc/meminfo: memFree=1363992/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=1541.69
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 30728 0 1 0 154052 117 0 0 25 0 8 0 168981308 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480195 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 30419 2540 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.54
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 13497 0 0 0 47 7 0 0 16 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.4
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 564 0 0 0 38 2 0 0 17 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 915872

[startup+1603.35 s]
/proc/loadavg: 2.00 2.01 1.82 3/83 27379
/proc/meminfo: memFree=1363928/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=1601.65
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 30728 0 1 0 160047 118 0 0 25 0 8 0 168981308 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074180761 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 30419 2540 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.54
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 13497 0 0 0 47 7 0 0 16 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.4
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 564 0 0 0 38 2 0 0 17 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 915872

[startup+1663.39 s]
/proc/loadavg: 2.00 2.00 1.83 3/83 27379
/proc/meminfo: memFree=1363864/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=1661.64
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 30728 0 1 0 166046 118 0 0 25 0 8 0 168981308 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074189274 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 30419 2540 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.54
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 13497 0 0 0 47 7 0 0 16 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.4
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 564 0 0 0 38 2 0 0 17 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 915872

[startup+1723.44 s]
/proc/loadavg: 2.00 2.00 1.83 3/83 27379
/proc/meminfo: memFree=1363928/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=1721.6
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 30728 0 1 0 172042 118 0 0 25 0 8 0 168981308 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074189392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 30419 2540 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.54
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 13497 0 0 0 47 7 0 0 16 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.4
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 564 0 0 0 38 2 0 0 17 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 915872

[startup+1783.48 s]
/proc/loadavg: 2.00 2.00 1.84 3/83 27379
/proc/meminfo: memFree=1363864/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=1781.6
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 30728 0 1 0 178042 118 0 0 25 0 8 0 168981308 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480195 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 30419 2540 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.54
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 13497 0 0 0 47 7 0 0 16 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.4
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 564 0 0 0 38 2 0 0 17 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 915872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.98 s]
/proc/loadavg: 2.00 2.00 1.84 3/83 27379
/proc/meminfo: memFree=1363864/2055920 swapFree=4192812/4192956
[pid=27162] ppid=27160 vsize=915872 CPUtime=1800.1
/proc/27162/stat : 27162 (java) R 27160 27162 26215 0 -1 0 30728 0 1 0 179892 118 0 0 25 0 8 0 168981308 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074189274 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27162/statm: 228968 30419 2540 14 0 215438 0
[pid=27162/tid=27164] ppid=27160 vsize=915872 CPUtime=0.54
/proc/27162/task/27164/stat : 27164 (java) S 27160 27162 26215 0 -1 64 13497 0 0 0 47 7 0 0 16 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27165] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27165/stat : 27165 (java) S 27160 27162 26215 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27166] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27166/stat : 27166 (java) S 27160 27162 26215 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 168981312 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27167] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27167/stat : 27167 (java) S 27160 27162 26215 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27168] ppid=27160 vsize=915872 CPUtime=0.4
/proc/27162/task/27168/stat : 27168 (java) S 27160 27162 26215 0 -1 64 564 0 0 0 38 2 0 0 17 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27169] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27169/stat : 27169 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27162/tid=27170] ppid=27160 vsize=915872 CPUtime=0
/proc/27162/task/27170/stat : 27170 (java) S 27160 27162 26215 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168981315 937852928 30419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915872

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

Child status: 143
Real time (s): 1802.07
CPU time (s): 1800.19
CPU user time (s): 1798.99
CPU system time (s): 1.20282
CPU usage (%): 99.8958
Max. virtual memory (cumulated for all children) (KiB): 915976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.20282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30746
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= 38324
involuntary context switches= 45145

runsolver used 2.24166 s user time and 5.72813 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Jan  7 21:37:14 UTC 2007


IDJOB= 211160
IDBENCH= 4673
FILE ID= node59/211160-1168205833

PBS_JOBID= 3480784

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/dlx1c-rwmem1-ucl.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211160-1168205833/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-211160-1168205833 -o ROOT/results/node59/solver-211160-1168205833 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211160-1168205833/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cad824bee8074e1420d713f6438fb5bd

RANDOM SEED= 524400715

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.239
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.239
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:       1431808 kB
Buffers:         37492 kB
Cached:         420828 kB
SwapCached:          0 kB
Active:         250440 kB
Inactive:       317184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9624 kB
Writeback:           0 kB
Mapped:         120676 kB
Slab:            41824 kB
Committed_AS:  3503248 kB
PageTables:       2008 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 node59 on Sun Jan  7 22:07:16 UTC 2007