Trace number 206294

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.1 1800.87

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-22_ext.xml
MD5SUMf389a856ba2f906d1947076a6426d645
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
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/206294-1168073543/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.41	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
1.52	   
1.52	   constraints being loaded...
2.22	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.22	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=17  maxArity=3
2.22	       =>  wckTime=1.905  cpuTime=1.57  mem=59M175
2.36	   
2.36	   solver IterativeSystematicSolver being built... 
2.53	       =>  wckTime=2.219  cpuTime=1.7  mem=66M389
2.54	   
2.54	   preprocessing
2.54	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.54	     detectedInconsistency=no
2.54	       =>  wckTime=0.0040  cpuTime=0.0  mem=66M389
2.68	   
2.68	   search
2.68	     run=0  nbConstraintChecks=46438  nbValidityChecks=78975  nbPropagations=426  nbRevisions=4605
2.68	     nbUselessRevisions=3722  nbAssignments=36  nbFailedAssignments=20  nbBacktracks=11  nbVisitedNodes=65
2.68	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.68	       =>  wckTime=0.147  cpuTime=0.11  mem=66M389
2.77	   
2.77	   search
2.77	     run=1  nbConstraintChecks=90397  nbValidityChecks=159528  nbPropagations=1239  nbRevisions=13771
2.77	     nbUselessRevisions=11047  nbAssignments=69  nbFailedAssignments=30  nbBacktracks=27  nbVisitedNodes=116
2.77	     nbRestartNogoods=1  mapSize=20  nbInferences=0  nbTooLargeKeys=0
2.77	       =>  wckTime=0.234  cpuTime=0.19  mem=66M389
2.92	   
2.92	   search
2.92	     run=2  nbConstraintChecks=170843  nbValidityChecks=326961  nbPropagations=2664  nbRevisions=31642
2.92	     nbUselessRevisions=25526  nbAssignments=129  nbFailedAssignments=59  nbBacktracks=50  nbVisitedNodes=219
2.92	     nbRestartNogoods=5  mapSize=38  nbInferences=0  nbTooLargeKeys=0
2.92	       =>  wckTime=0.387  cpuTime=0.33  mem=66M389
3.09	   
3.09	   search
3.09	     run=3  nbConstraintChecks=274220  nbValidityChecks=525111  nbPropagations=5023  nbRevisions=60856
3.09	     nbUselessRevisions=49006  nbAssignments=207  nbFailedAssignments=98  nbBacktracks=83  nbVisitedNodes=359
3.09	     nbRestartNogoods=10  mapSize=66  nbInferences=0  nbTooLargeKeys=0
3.09	       =>  wckTime=0.561  cpuTime=0.5  mem=66M389
3.35	   
3.35	   search
3.35	     run=4  nbConstraintChecks=427005  nbValidityChecks=817376  nbPropagations=8745  nbRevisions=105472
3.35	     nbUselessRevisions=84617  nbAssignments=324  nbFailedAssignments=158  nbBacktracks=133  nbVisitedNodes=565
3.35	     nbRestartNogoods=17  mapSize=102  nbInferences=0  nbTooLargeKeys=0
3.35	       =>  wckTime=0.817  cpuTime=0.76  mem=66M389
3.73	   
3.73	   search
3.73	     run=5  nbConstraintChecks=657925  nbValidityChecks=1297446  nbPropagations=14568  nbRevisions=176118
3.73	     nbUselessRevisions=141303  nbAssignments=508  nbFailedAssignments=260  nbBacktracks=208  nbVisitedNodes=893
3.73	     nbRestartNogoods=32  mapSize=161  nbInferences=0  nbTooLargeKeys=0
3.73	       =>  wckTime=1.192  cpuTime=1.13  mem=66M389
4.23	   
4.23	   search
4.23	     run=6  nbConstraintChecks=988151  nbValidityChecks=1971716  nbPropagations=24166  nbRevisions=293012
4.23	     nbUselessRevisions=234863  nbAssignments=899  nbFailedAssignments=531  nbBacktracks=321  nbVisitedNodes=1645
4.23	     nbRestartNogoods=39  mapSize=271  nbInferences=0  nbTooLargeKeys=0
4.23	       =>  wckTime=1.701  cpuTime=1.64  mem=66M389
5.18	   
5.18	   search
5.18	     run=7  nbConstraintChecks=1599174  nbValidityChecks=3175210  nbPropagations=39010  nbRevisions=473154
5.18	     nbUselessRevisions=378505  nbAssignments=1294  nbFailedAssignments=748  nbBacktracks=491  nbVisitedNodes=2367
5.18	     nbRestartNogoods=47  mapSize=424  nbInferences=0  nbTooLargeKeys=0
5.18	       =>  wckTime=2.645  cpuTime=2.58  mem=66M389
6.99	   
6.99	   search
6.99	     run=8  nbConstraintChecks=2733609  nbValidityChecks=5338047  nbPropagations=62054  nbRevisions=760905
6.99	     nbUselessRevisions=608649  nbAssignments=1911  nbFailedAssignments=1102  nbBacktracks=748  nbVisitedNodes=3513
6.99	     nbRestartNogoods=62  mapSize=651  nbInferences=0  nbTooLargeKeys=0
6.99	       =>  wckTime=4.456  cpuTime=4.37  mem=66M389
9.24	   
9.24	   search
9.24	     run=9  nbConstraintChecks=4080989  nbValidityChecks=8070927  nbPropagations=98127  nbRevisions=1201657
9.24	     nbUselessRevisions=958832  nbAssignments=2853  nbFailedAssignments=1654  nbBacktracks=1133  nbVisitedNodes=5277
9.24	     nbRestartNogoods=77  mapSize=1002  nbInferences=0  nbTooLargeKeys=0
9.24	       =>  wckTime=6.703  cpuTime=6.6  mem=67M381
9.32	   
9.32	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=67M381)
12.71	   
12.71	   search
12.71	     run=10  nbConstraintChecks=6243994  nbValidityChecks=12313196  nbPropagations=150713  nbRevisions=1864468
12.71	     nbUselessRevisions=1487748  nbAssignments=4230  nbFailedAssignments=2448  nbBacktracks=1709  nbVisitedNodes=7841
12.71	     nbRestartNogoods=80
12.71	       =>  wckTime=10.182  cpuTime=10.07  mem=67M381
17.33	   
17.33	   search
17.33	     run=11  nbConstraintChecks=9174259  nbValidityChecks=18300959  nbPropagations=231345  nbRevisions=2885250
17.33	     nbUselessRevisions=2300991  nbAssignments=6812  nbFailedAssignments=4160  nbBacktracks=2573  nbVisitedNodes=12729
17.33	     nbRestartNogoods=89
17.33	       =>  wckTime=14.794  cpuTime=14.68  mem=67M381
25.19	   
25.19	   search
25.19	     run=12  nbConstraintChecks=14070736  nbValidityChecks=27996957  nbPropagations=352202  nbRevisions=4410376
25.19	     nbUselessRevisions=3516627  nbAssignments=9917  nbFailedAssignments=5959  nbBacktracks=3874  nbVisitedNodes=18492
25.19	     nbRestartNogoods=109
25.19	       =>  wckTime=22.657  cpuTime=22.54  mem=67M381
34.81	   
34.81	   search
34.81	     run=13  nbConstraintChecks=20319201  nbValidityChecks=40462131  nbPropagations=533139  nbRevisions=6705698
34.81	     nbUselessRevisions=5349945  nbAssignments=15812  nbFailedAssignments=9904  nbBacktracks=5821  nbVisitedNodes=29662
34.81	     nbRestartNogoods=115
34.81	       =>  wckTime=32.28  cpuTime=32.16  mem=67M381
52.74	   
52.74	   search
52.74	     run=14  nbConstraintChecks=31425986  nbValidityChecks=62425670  nbPropagations=801460  nbRevisions=10125839
52.74	     nbUselessRevisions=8086243  nbAssignments=22761  nbFailedAssignments=13926  nbBacktracks=8741  nbVisitedNodes=42525
52.74	     nbRestartNogoods=117
52.74	       =>  wckTime=50.211  cpuTime=50.08  mem=67M381
73.30	   
73.30	   search
73.30	     run=15  nbConstraintChecks=44307582  nbValidityChecks=87871977  nbPropagations=1189277  nbRevisions=14995762
73.30	     nbUselessRevisions=11976553  nbAssignments=32934  nbFailedAssignments=19715  nbBacktracks=13119
73.30	     nbVisitedNodes=60945  nbRestartNogoods=124
73.30	       =>  wckTime=70.769  cpuTime=70.64  mem=67M381
106.00	   
106.00	   search
106.00	     run=16  nbConstraintChecks=63877287  nbValidityChecks=127501395  nbPropagations=1761811  nbRevisions=22007712
106.00	     nbUselessRevisions=17550302  nbAssignments=46820  nbFailedAssignments=27025  nbBacktracks=19689
106.00	     nbVisitedNodes=86252  nbRestartNogoods=149
106.00	       =>  wckTime=103.471  cpuTime=103.33  mem=67M381
160.37	   
160.37	   search
160.37	     run=17  nbConstraintChecks=98704749  nbValidityChecks=195970363  nbPropagations=2612474  nbRevisions=32587073
160.37	     nbUselessRevisions=25998382  nbAssignments=71587  nbFailedAssignments=41933  nbBacktracks=29541
160.37	     nbVisitedNodes=131506  nbRestartNogoods=167
160.37	       =>  wckTime=157.841  cpuTime=157.68  mem=67M381
244.08	   
244.08	   search
244.08	     run=18  nbConstraintChecks=150762695  nbValidityChecks=299768151  nbPropagations=3893634  nbRevisions=48686252
244.08	     nbUselessRevisions=38875223  nbAssignments=105715  nbFailedAssignments=61277  nbBacktracks=44319
244.08	     nbVisitedNodes=194650  nbRestartNogoods=178
244.08	       =>  wckTime=241.551  cpuTime=241.36  mem=67M381
352.77	   
352.77	   search
352.77	     run=19  nbConstraintChecks=220559868  nbValidityChecks=438019394  nbPropagations=5853881  nbRevisions=73427425
352.77	     nbUselessRevisions=58670572  nbAssignments=169864  nbFailedAssignments=103250  nbBacktracks=66489
352.77	     nbVisitedNodes=315812  nbRestartNogoods=197
352.77	       =>  wckTime=350.242  cpuTime=350.02  mem=67M381
549.25	   
549.25	   search
549.25	     run=20  nbConstraintChecks=343597750  nbValidityChecks=682211623  nbPropagations=8841086  nbRevisions=111172403
549.25	     nbUselessRevisions=88859231  nbAssignments=249305  nbFailedAssignments=149431  nbBacktracks=99741
549.25	     nbVisitedNodes=463853  nbRestartNogoods=218
549.25	       =>  wckTime=546.713  cpuTime=546.33  mem=67M381
822.36	   
822.36	   search
822.36	     run=21  nbConstraintChecks=516395157  nbValidityChecks=1025659449  nbPropagations=13377408  nbRevisions=168954551
822.36	     nbUselessRevisions=135078721  nbAssignments=390522  nbFailedAssignments=240761  nbBacktracks=149620
822.36	     nbVisitedNodes=729213  nbRestartNogoods=233
822.36	       =>  wckTime=819.826  cpuTime=819.27  mem=67M381
1198.90	   
1198.90	   search
1198.90	     run=22  nbConstraintChecks=744332587  nbValidityChecks=1483766989  nbPropagations=20095355  nbRevisions=252149979
1198.90	     nbUselessRevisions=201263995  nbAssignments=555819  nbFailedAssignments=331233  nbBacktracks=224439
1198.90	     nbVisitedNodes=1032317  nbRestartNogoods=248
1198.90	       =>  wckTime=1196.367  cpuTime=1195.69  mem=67M381

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/node6/watcher-206294-1168073543 -o ROOT/results/node6/solver-206294-1168073543 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206294-1168073543/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.48 1.67 1.80 3/81 8754
/proc/meminfo: memFree=1256840/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=0 CPUtime=0
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 194 0 0 0 0 0 0 0 19 0 1 0 155750136 0 0 18446744073709551615 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8753/statm: 18 2 0 0 0 1 0

[startup+0.106498 s]
/proc/loadavg: 1.48 1.67 1.80 3/81 8754
/proc/meminfo: memFree=1256840/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=914988 CPUtime=0.09
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 3023 0 1 0 8 1 0 0 16 0 8 0 155750136 936947712 2769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4160642522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228747 2769 1437 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515546 s]
/proc/loadavg: 1.48 1.67 1.80 3/81 8754
/proc/meminfo: memFree=1256840/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915328 CPUtime=0.5
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 7714 0 1 0 46 4 0 0 17 0 8 0 155750136 937295872 7453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228832 7453 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34464 s]
/proc/loadavg: 1.48 1.67 1.80 2/88 8761
/proc/meminfo: memFree=1189840/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915328 CPUtime=1.31
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 19099 0 1 0 123 8 0 0 19 0 8 0 155750136 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445349 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8753/statm: 228832 18837 2149 14 0 215302 0
[pid=8753/tid=8755] ppid=8751 vsize=915328 CPUtime=0.05
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 2682 0 0 0 4 1 0 0 17 0 8 0 155750140 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915328 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915328 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915328 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915328 CPUtime=0.07
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 309 0 0 0 7 0 0 0 16 0 8 0 155750144 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915328 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915328 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.98684 s]
/proc/loadavg: 1.48 1.67 1.80 2/88 8761
/proc/meminfo: memFree=1149008/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=2.96
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32680 0 1 0 282 14 0 0 16 0 8 0 155750136 937394176 32414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942949 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32414 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 15 0 8 0 155750140 937394176 32414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.17
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 371 0 0 0 17 0 0 0 16 0 8 0 155750144 937394176 32414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32414 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) 915424

[startup+6.26622 s]
/proc/loadavg: 1.44 1.65 1.80 2/88 8764
/proc/meminfo: memFree=1138704/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=6.22
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32694 0 1 0 608 14 0 0 17 0 8 0 155750136 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767156 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32426 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.2
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 155750144 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915424

[startup+12.7538 s]
/proc/loadavg: 1.49 1.66 1.80 3/100 8809
/proc/meminfo: memFree=1004848/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=12.71
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32705 0 1 0 1256 15 0 0 21 0 8 0 155750136 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827563 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32434 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915424

[startup+25.5983 s]
/proc/loadavg: 1.60 1.68 1.80 3/100 8809
/proc/meminfo: memFree=1004784/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=25.55
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32705 0 1 0 2540 15 0 0 25 0 8 0 155750136 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827337 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32434 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915424

[startup+51.2173 s]
/proc/loadavg: 1.73 1.70 1.81 3/100 8809
/proc/meminfo: memFree=1004976/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=51.16
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32705 0 1 0 5101 15 0 0 25 0 8 0 155750136 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767113 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32434 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32434 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 915424

[startup+102.453 s]
/proc/loadavg: 1.95 1.76 1.82 3/100 8809
/proc/meminfo: memFree=1005104/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=102.37
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32706 0 1 0 10222 15 0 0 25 0 8 0 155750136 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32435 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 915424

[startup+162.54 s]
/proc/loadavg: 1.98 1.80 1.83 3/100 8809
/proc/meminfo: memFree=1005168/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=162.44
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32707 0 1 0 16228 16 0 0 25 0 8 0 155750136 937394176 32435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073773077 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.66
Current children cumulated vsize (KiB) 915424

[startup+1484.42 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9007
/proc/meminfo: memFree=1005112/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=1483.74
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32708 0 1 0 148346 28 0 0 25 0 8 0 155750136 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073770308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32436 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.74
Current children cumulated vsize (KiB) 915424

[startup+1544.51 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9007
/proc/meminfo: memFree=1005112/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=1543.8
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32708 0 1 0 154352 28 0 0 25 0 8 0 155750136 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073788632 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32436 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.8
Current children cumulated vsize (KiB) 915424

[startup+1604.59 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9009
/proc/meminfo: memFree=1004920/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=1603.87
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32708 0 1 0 160358 29 0 0 25 0 8 0 155750136 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073791349 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32436 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.87
Current children cumulated vsize (KiB) 915424

[startup+1664.68 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9009
/proc/meminfo: memFree=1004920/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=1663.94
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32708 0 1 0 166365 29 0 0 25 0 8 0 155750136 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32436 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.94
Current children cumulated vsize (KiB) 915424

[startup+1724.78 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9009
/proc/meminfo: memFree=1004920/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=1724.02
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32708 0 1 0 172372 30 0 0 25 0 8 0 155750136 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767156 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32436 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.02
Current children cumulated vsize (KiB) 915424

[startup+1784.87 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 9009
/proc/meminfo: memFree=1004984/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=1784.1
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32708 0 1 0 178380 30 0 0 25 0 8 0 155750136 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767156 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32436 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.1
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.83 s]
/proc/loadavg: 2.00 2.00 1.92 4/100 9009
/proc/meminfo: memFree=1004984/2055924 swapFree=4165672/4192956
[pid=8753] ppid=8751 vsize=915424 CPUtime=1800.06
/proc/8753/stat : 8753 (java) R 8751 8753 8566 0 -1 0 32708 0 1 0 179975 31 0 0 25 0 8 0 155750136 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767117 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8753/statm: 228856 32436 2521 14 0 215326 0
[pid=8753/tid=8755] ppid=8751 vsize=915424 CPUtime=0.41
/proc/8753/task/8755/stat : 8755 (java) S 8751 8753 8566 0 -1 64 15714 0 0 0 36 5 0 0 16 0 8 0 155750140 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8756] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 8566 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8757] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8757/stat : 8757 (java) S 8751 8753 8566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155750141 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 8566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8759] ppid=8751 vsize=915424 CPUtime=0.22
/proc/8753/task/8759/stat : 8759 (java) S 8751 8753 8566 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8753/tid=8760] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8753/tid=8761] ppid=8751 vsize=915424 CPUtime=0
/proc/8753/task/8761/stat : 8761 (java) S 8751 8753 8566 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155750144 937394176 32436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1800.87
CPU time (s): 1800.1
CPU user time (s): 1799.77
CPU system time (s): 0.331949
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32725
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= 37251
involuntary context switches= 47146

runsolver used 1.74073 s user time and 6.23905 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 08:52:26 UTC 2007


IDJOB= 206294
IDBENCH= 4197
FILE ID= node6/206294-1168073543

PBS_JOBID= 3475771

Free space on /tmp= 66523 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-22_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206294-1168073543/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-206294-1168073543 -o ROOT/results/node6/solver-206294-1168073543 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206294-1168073543/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f389a856ba2f906d1947076a6426d645

RANDOM SEED= 192762273

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.240
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.240
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:      2055924 kB
MemFree:       1257384 kB
Buffers:         82772 kB
Cached:         581748 kB
SwapCached:       3036 kB
Active:         365348 kB
Inactive:       337016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1257384 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            7588 kB
Writeback:           0 kB
Mapped:          46944 kB
Slab:            81264 kB
Committed_AS:  4199688 kB
PageTables:       2196 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= 66518 MiB



End job on node6 on Sat Jan  6 09:22:28 UTC 2007