Trace number 216410

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.12 1808.5

General information on the benchmark

NamepseudoSeries/chnl/
chnl-20-21.xml
MD5SUM22581d00fad9829aa974b0d157227271
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of constraints82
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension82
Global constraints used (with number of constraints)

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.40	   
0.41	   instance
0.41	     name=/tmp/evaluation/216410-1168079026/unknown.xml
0.44	   
0.44	   domains being loaded...
0.44	   
0.44	   variables being loaded...
0.55	     nbVariables=840  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.55	       =>  wckTime=0.175  cpuTime=0.13  mem=7M894
0.55	   
0.55	   predicates being loaded...
0.56	   
0.56	   constraints being loaded...
0.72	     nbConstraints=82  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2
0.72	     nbSharedEvaluationManagers=80  maxDegree=2  maxArity=21
0.72	       =>  wckTime=0.344  cpuTime=0.24  mem=18M621
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.99	       =>  wckTime=0.619  cpuTime=0.42  mem=20M999
1.03	   
1.03	   preprocessing
1.03	     nbConstraintChecks=882  nbValidityChecks=840  nbPropagations=840  nbRevisions=840  nbUselessRevisions=840
1.03	     nbRemovedValues=0  detectedInconsistency=no
1.03	       =>  wckTime=0.031  cpuTime=0.01  mem=21M974
5.44	   
5.44	   search
5.44	     run=0  nbConstraintChecks=2098134  nbValidityChecks=20346  nbPropagations=1515  nbRevisions=12013
5.44	     nbUselessRevisions=11736  nbAssignments=406  nbFailedAssignments=3  nbBacktracks=17  nbVisitedNodes=414
5.44	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
5.44	       =>  wckTime=4.442  cpuTime=4.38  mem=21M974
9.90	   
9.90	   search
9.90	     run=1  nbConstraintChecks=4196067  nbValidityChecks=40144  nbPropagations=3715  nbRevisions=34723
9.90	     nbUselessRevisions=33868  nbAssignments=812  nbFailedAssignments=6  nbBacktracks=46  nbVisitedNodes=827
9.90	     nbRestartNogoods=1  mapSize=12  nbInferences=0  nbTooLargeKeys=0
9.90	       =>  wckTime=8.899  cpuTime=8.8  mem=21M974
14.31	   
14.31	   search
14.31	     run=2  nbConstraintChecks=6297660  nbValidityChecks=59270  nbPropagations=6627  nbRevisions=67792
14.31	     nbUselessRevisions=66025  nbAssignments=1218  nbFailedAssignments=9  nbBacktracks=70  nbVisitedNodes=1240
14.31	     nbRestartNogoods=2  mapSize=17  nbInferences=0  nbTooLargeKeys=0
14.31	       =>  wckTime=13.312  cpuTime=13.19  mem=22M950
18.77	   
18.77	   search
18.77	     run=3  nbConstraintChecks=8412098  nbValidityChecks=77706  nbPropagations=10234  nbRevisions=110823
18.77	     nbUselessRevisions=107826  nbAssignments=1624  nbFailedAssignments=12  nbBacktracks=119  nbVisitedNodes=1653
18.77	     nbRestartNogoods=4  mapSize=23  nbInferences=0  nbTooLargeKeys=0
18.77	       =>  wckTime=17.771  cpuTime=17.61  mem=22M950
23.46	   
23.46	   search
23.46	     run=4  nbConstraintChecks=10644151  nbValidityChecks=95508  nbPropagations=14514  nbRevisions=163423
23.46	     nbUselessRevisions=158893  nbAssignments=2030  nbFailedAssignments=15  nbBacktracks=180  nbVisitedNodes=2066
23.46	     nbRestartNogoods=5  mapSize=29  nbInferences=0  nbTooLargeKeys=0
23.46	       =>  wckTime=22.462  cpuTime=22.27  mem=22M950
35.95	   
35.95	   search
35.95	     run=5  nbConstraintChecks=16631032  nbValidityChecks=117251  nbPropagations=20060  nbRevisions=227608
35.95	     nbUselessRevisions=220609  nbAssignments=2476  nbFailedAssignments=27  nbBacktracks=256  nbVisitedNodes=2537
35.95	     nbRestartNogoods=6  mapSize=51  nbInferences=0  nbTooLargeKeys=0
35.95	       =>  wckTime=34.954  cpuTime=34.7  mem=23M925
73.91	   
73.91	   search
73.91	     run=6  nbConstraintChecks=34880749  nbValidityChecks=139095  nbPropagations=26905  nbRevisions=303290
73.91	     nbUselessRevisions=292843  nbAssignments=2938  nbFailedAssignments=41  nbBacktracks=393  nbVisitedNodes=3028
73.91	     nbRestartNogoods=9  mapSize=78  nbInferences=0  nbTooLargeKeys=0
73.91	       =>  wckTime=72.909  cpuTime=72.48  mem=23M925
120.56	   
120.56	   search
120.56	     run=7  nbConstraintChecks=57197400  nbValidityChecks=159770  nbPropagations=34856  nbRevisions=390243
120.56	     nbUselessRevisions=375730  nbAssignments=3494  nbFailedAssignments=59  nbBacktracks=578  nbVisitedNodes=3602
120.56	     nbRestartNogoods=10  mapSize=112  nbInferences=0  nbTooLargeKeys=0
120.56	       =>  wckTime=119.565  cpuTime=118.92  mem=23M925
123.45	   
123.45	   search
123.45	     run=8  nbConstraintChecks=58522800  nbValidityChecks=204218  nbPropagations=46118  nbRevisions=500696
123.45	     nbUselessRevisions=479204  nbAssignments=4194  nbFailedAssignments=121  nbBacktracks=884  nbVisitedNodes=4484
123.45	     nbRestartNogoods=12  mapSize=263  nbInferences=0  nbTooLargeKeys=0
123.45	       =>  wckTime=122.456  cpuTime=121.79  mem=24M900
126.70	   
126.70	   search
126.70	     run=9  nbConstraintChecks=60018353  nbValidityChecks=237067  nbPropagations=60208  nbRevisions=628690
126.70	     nbUselessRevisions=597463  nbAssignments=4984  nbFailedAssignments=162  nbBacktracks=1271  nbVisitedNodes=5398
126.70	     nbRestartNogoods=14  mapSize=385  nbInferences=0  nbTooLargeKeys=0
126.70	       =>  wckTime=125.699  cpuTime=125.01  mem=25M875
247.07	   
247.07	   search
247.07	     run=10  nbConstraintChecks=118330385  nbValidityChecks=268102  nbPropagations=76576  nbRevisions=774624
247.07	     nbUselessRevisions=732249  nbAssignments=5952  nbFailedAssignments=206  nbBacktracks=1856  nbVisitedNodes=6410
247.07	     nbRestartNogoods=16  mapSize=471  nbInferences=0  nbTooLargeKeys=0
247.07	       =>  wckTime=246.073  cpuTime=244.81  mem=26M850
395.14	   
395.14	   search
395.14	     run=11  nbConstraintChecks=189882560  nbValidityChecks=305252  nbPropagations=95881  nbRevisions=942616
395.14	     nbUselessRevisions=887395  nbAssignments=7243  nbFailedAssignments=277  nbBacktracks=2724  nbVisitedNodes=7772
395.14	     nbRestartNogoods=17  mapSize=610  nbInferences=0  nbTooLargeKeys=0
395.14	       =>  wckTime=394.138  cpuTime=392.18  mem=27M825
630.26	   
630.26	   search
630.26	     run=12  nbConstraintChecks=302168209  nbValidityChecks=356821  nbPropagations=119649  nbRevisions=1142459
630.26	     nbUselessRevisions=1071574  nbAssignments=8973  nbFailedAssignments=360  nbBacktracks=4023  nbVisitedNodes=9595
630.26	     nbRestartNogoods=19  mapSize=780  nbInferences=0  nbTooLargeKeys=0
630.26	       =>  wckTime=629.264  cpuTime=626.2  mem=29M776
919.19	   
919.19	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=31M726)
980.13	   
980.13	   search
980.13	     run=13  nbConstraintChecks=470464786  nbValidityChecks=426914  nbPropagations=149469  nbRevisions=1385930
980.13	     nbUselessRevisions=1295639  nbAssignments=11384  nbFailedAssignments=498  nbBacktracks=5971  nbVisitedNodes=12152
980.13	     nbRestartNogoods=21
980.13	       =>  wckTime=979.132  cpuTime=974.43  mem=31M726
1386.69	   
1386.69	   search
1386.69	     run=14  nbConstraintChecks=667722469  nbValidityChecks=513088  nbPropagations=188303  nbRevisions=1685170
1386.69	     nbUselessRevisions=1569599  nbAssignments=14866  nbFailedAssignments=692  nbBacktracks=8895  nbVisitedNodes=15828
1386.69	     nbRestartNogoods=23
1386.69	       =>  wckTime=1385.691  cpuTime=1379.07  mem=31M726

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/node4/watcher-216410-1168079026 -o ROOT/results/node4/solver-216410-1168079026 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216410-1168079026/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.95 1.98 1.97 4/93 12905
/proc/meminfo: memFree=1016760/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=18540 CPUtime=0
/proc/12904/stat : 12904 (runsolver) R 12902 12904 12315 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156298337 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12904/statm: 4635 279 244 17 0 2626 0

[startup+0.107914 s]
/proc/loadavg: 1.95 1.98 1.97 4/93 12905
/proc/meminfo: memFree=1016760/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=907676 CPUtime=0.03
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 2219 0 1 0 2 1 0 0 16 0 4 0 156298337 929460224 1966 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153609876 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 226919 1966 1117 14 0 214502 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 907676

[startup+0.515953 s]
/proc/loadavg: 1.95 1.98 1.97 4/93 12905
/proc/meminfo: memFree=1016760/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915328 CPUtime=0.43
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 6196 0 1 0 40 3 0 0 18 0 8 0 156298337 937295872 5935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073328002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228832 5935 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33702 s]
/proc/loadavg: 1.95 1.98 1.97 3/100 12912
/proc/meminfo: memFree=986176/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=1.25
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 10346 0 1 0 118 7 0 0 24 0 8 0 156298337 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073873525 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 10084 2529 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 329 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.23
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 388 0 0 0 22 1 0 0 16 0 8 0 156298351 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915552

[startup+2.97718 s]
/proc/loadavg: 1.95 1.98 1.97 3/100 12912
/proc/meminfo: memFree=986112/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=2.89
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 10347 0 1 0 282 7 0 0 25 0 8 0 156298337 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073875740 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 10084 2529 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 329 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.23
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 156298351 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 10084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915552

[startup+6.18349 s]
/proc/loadavg: 1.95 1.98 1.97 3/100 12912
/proc/meminfo: memFree=985728/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=6.08
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 10444 0 1 0 601 7 0 0 25 0 8 0 156298337 937525248 10179 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 10179 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 10179 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 10179 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 10179 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 10179 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.24
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 401 0 0 0 23 1 0 0 15 0 8 0 156298351 937525248 10179 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 10179 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 10179 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 915552

[startup+12.6531 s]
/proc/loadavg: 1.96 1.98 1.97 3/100 12912
/proc/meminfo: memFree=985408/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=12.51
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 10528 0 1 0 1244 7 0 0 25 0 8 0 156298337 937525248 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073917780 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 10262 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.26
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 408 0 0 0 25 1 0 0 16 0 8 0 156298351 937525248 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915552

[startup+25.5073 s]
/proc/loadavg: 1.97 1.98 1.97 4/100 12912
/proc/meminfo: memFree=984512/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=25.31
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 10760 0 1 0 2523 8 0 0 25 0 8 0 156298337 937525248 10490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869886 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 10490 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 10490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 10490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 10490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 10490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.28
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 419 0 0 0 27 1 0 0 15 0 8 0 156298351 937525248 10490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 10490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 10490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 915552

[startup+51.1138 s]
/proc/loadavg: 1.98 1.98 1.97 3/100 12912
/proc/meminfo: memFree=984128/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=50.79
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 10871 0 1 0 5071 8 0 0 25 0 8 0 156298337 937525248 10600 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073873522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 10600 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 10600 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 10600 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 10600 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 10600 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.28
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 420 0 0 0 27 1 0 0 15 0 8 0 156298351 937525248 10600 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 10600 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 10600 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 915552

[startup+102.32 s]
/proc/loadavg: 2.11 2.02 1.98 3/100 12912
/proc/meminfo: memFree=983872/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=101.76
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 10955 0 1 0 10168 8 0 0 25 0 8 0 156298337 937525248 10684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073917771 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 10684 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 10684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 10684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 10684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 10684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.28
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 421 0 0 0 27 1 0 0 16 0 8 0 156298351 937525248 10684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 10684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 10684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 915552

[startup+162.368 s]
/proc/loadavg: 2.04 2.01 1.98 3/100 12912
/proc/meminfo: memFree=982080/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=161.53
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 11401 0 1 0 16144 9 0 0 25 0 8 0 156298337 937525248 11127 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073874899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.62
Current children cumulated vsize (KiB) 915552

[startup+1483.43 s]
/proc/loadavg: 2.00 2.01 2.00 3/100 12912
/proc/meminfo: memFree=976704/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=1476.39
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 12720 0 1 0 147618 21 0 0 25 0 8 0 156298337 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 12441 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.29
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 426 0 0 0 28 1 0 0 16 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.39
Current children cumulated vsize (KiB) 915552

[startup+1543.48 s]
/proc/loadavg: 2.04 2.02 2.00 3/100 12912
/proc/meminfo: memFree=976704/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=1536.15
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 12720 0 1 0 153594 21 0 0 25 0 8 0 156298337 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869541 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 12441 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.29
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 426 0 0 0 28 1 0 0 16 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.15
Current children cumulated vsize (KiB) 915552

[startup+1603.53 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 12912
/proc/meminfo: memFree=976704/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=1595.92
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 12720 0 1 0 159570 22 0 0 25 0 8 0 156298337 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073880332 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 12441 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.29
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 426 0 0 0 28 1 0 0 16 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.92
Current children cumulated vsize (KiB) 915552

[startup+1663.57 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 12912
/proc/meminfo: memFree=976640/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=1655.68
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 12720 0 1 0 165546 22 0 0 25 0 8 0 156298337 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073873552 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 12441 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.29
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 426 0 0 0 28 1 0 0 16 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.68
Current children cumulated vsize (KiB) 915552

[startup+1723.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 12912
/proc/meminfo: memFree=976704/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=1715.45
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 12720 0 1 0 171522 23 0 0 25 0 8 0 156298337 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 12441 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.29
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 426 0 0 0 28 1 0 0 16 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.45
Current children cumulated vsize (KiB) 915552

[startup+1783.66 s]
/proc/loadavg: 1.55 1.86 1.95 3/100 12970
/proc/meminfo: memFree=1088704/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=1775.34
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 12720 0 1 0 177510 24 0 0 25 0 8 0 156298337 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073880320 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 228888 12441 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.29
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 426 0 0 0 28 1 0 0 16 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.34
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.43 s]
/proc/loadavg: 1.42 1.81 1.93 2/88 12978
/proc/meminfo: memFree=1113248/2055920 swapFree=4191880/4192956
[pid=12904] ppid=12902 vsize=915552 CPUtime=1800.05
/proc/12904/stat : 12904 (java) R 12902 12904 12315 0 -1 0 12720 0 1 0 179980 25 0 0 25 0 8 0 156298337 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869528 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12904/statm: 228888 12441 2533 14 0 215358 0
[pid=12904/tid=12906] ppid=12902 vsize=915552 CPUtime=0.03
/proc/12904/task/12906/stat : 12906 (java) S 12902 12904 12315 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12902 12904 12315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12902 12904 12315 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156298347 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12902 vsize=915552 CPUtime=0.29
/proc/12904/task/12910/stat : 12910 (java) S 12902 12904 12315 0 -1 64 426 0 0 0 28 1 0 0 16 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12902 vsize=915552 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12902 12904 12315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156298351 937525248 12441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1808.5
CPU time (s): 1800.12
CPU user time (s): 1799.86
CPU system time (s): 0.25896
CPU usage (%): 99.5365
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12738
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= 37919
involuntary context switches= 85171

runsolver used 2.20466 s user time and 5.75812 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan  6 10:23:48 UTC 2007


IDJOB= 216410
IDBENCH= 5076
FILE ID= node4/216410-1168079026

PBS_JOBID= 3475805

Free space on /tmp= 66302 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/chnl/chnl-20-21.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216410-1168079026/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-216410-1168079026 -o ROOT/results/node4/solver-216410-1168079026 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216410-1168079026/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  22581d00fad9829aa974b0d157227271

RANDOM SEED= 613433296

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.223
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.223
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:       1017240 kB
Buffers:         73948 kB
Cached:         686364 kB
SwapCached:        268 kB
Active:         566532 kB
Inactive:       375892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1017240 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:         210480 kB
Slab:            80628 kB
Committed_AS:  4563256 kB
PageTables:       2704 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= 66307 MiB



End job on node4 on Sat Jan  6 10:53:59 UTC 2007