Trace number 248610

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 1802.14

General information on the benchmark

Nameprimes/primes-25/
primes-25-80-3-5.xml
MD5SUM5c8c0c8f0961586855902e7ff798a66f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.9728
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity8
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/248610-1168086001/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96
0.41	       =>  wckTime=0.108  cpuTime=0.1  mem=7M927
0.41	   
0.41	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
0.60	     nbConstraints=80  nbUnbuiltConflictsStructures=80  nbSharedBinaryRepresentations=0  nbEvaluationManagers=80
0.60	     nbSharedEvaluationManagers=0  maxDegree=10  maxArity=8
0.60	       =>  wckTime=0.294  cpuTime=0.22  mem=11M828
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.503  cpuTime=0.36  mem=17M562
2.42	   
2.43	   preprocessing
2.43	     nbConstraintChecks=4119717  nbValidityChecks=368  nbPropagations=103  nbRevisions=18  nbUselessRevisions=6
2.43	     nbRemovedValues=868  detectedInconsistency=no
2.43	       =>  wckTime=1.617  cpuTime=1.6  mem=17M562
8.08	   
8.08	   search
8.08	     run=0  nbConstraintChecks=9393205  nbValidityChecks=1256  nbPropagations=201  nbRevisions=117
8.08	     nbUselessRevisions=24  nbAssignments=17  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=24
8.08	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
8.08	       =>  wckTime=7.269  cpuTime=7.23  mem=17M562
19.80	   
19.80	   search
19.80	     run=1  nbConstraintChecks=29990164  nbValidityChecks=12143  nbPropagations=759  nbRevisions=617
19.80	     nbUselessRevisions=113  nbAssignments=59  nbFailedAssignments=13  nbBacktracks=29  nbVisitedNodes=73
19.80	     nbRestartNogoods=5  mapSize=21  nbInferences=0  nbTooLargeKeys=0
19.80	       =>  wckTime=18.997  cpuTime=18.92  mem=17M562
36.55	   
36.55	   search
36.55	     run=2  nbConstraintChecks=60365777  nbValidityChecks=35640  nbPropagations=2005  nbRevisions=1980
36.55	     nbUselessRevisions=321  nbAssignments=119  nbFailedAssignments=34  nbBacktracks=52  nbVisitedNodes=154
36.55	     nbRestartNogoods=8  mapSize=37  nbInferences=0  nbTooLargeKeys=0
36.55	       =>  wckTime=35.747  cpuTime=35.67  mem=17M562
64.38	   
64.38	   search
64.38	     run=3  nbConstraintChecks=110497809  nbValidityChecks=68306  nbPropagations=4047  nbRevisions=4391
64.38	     nbUselessRevisions=714  nbAssignments=199  nbFailedAssignments=65  nbBacktracks=85  nbVisitedNodes=265
64.38	     nbRestartNogoods=26  mapSize=57  nbInferences=0  nbTooLargeKeys=0
64.38	       =>  wckTime=63.568  cpuTime=63.45  mem=17M562
100.52	   
100.52	   search
100.52	     run=4  nbConstraintChecks=174365932  nbValidityChecks=109493  nbPropagations=7302  nbRevisions=8232
100.52	     nbUselessRevisions=1318  nbAssignments=312  nbFailedAssignments=112  nbBacktracks=136  nbVisitedNodes=425
100.52	     nbRestartNogoods=48  mapSize=92  nbInferences=0  nbTooLargeKeys=0
100.52	       =>  wckTime=99.716  cpuTime=99.58  mem=17M562
152.84	   
152.84	   search
152.84	     run=5  nbConstraintChecks=268167561  nbValidityChecks=178673  nbPropagations=12205  nbRevisions=14194
152.84	     nbUselessRevisions=2309  nbAssignments=474  nbFailedAssignments=182  nbBacktracks=213  nbVisitedNodes=657
152.84	     nbRestartNogoods=65  mapSize=139  nbInferences=0  nbTooLargeKeys=0
152.84	       =>  wckTime=152.034  cpuTime=151.84  mem=17M562
263.11	   
263.12	   search
263.12	     run=6  nbConstraintChecks=443864865  nbValidityChecks=309140  nbPropagations=20786  nbRevisions=25390
263.12	     nbUselessRevisions=3887  nbAssignments=773  nbFailedAssignments=350  nbBacktracks=326  nbVisitedNodes=1124
263.12	     nbRestartNogoods=83  mapSize=242  nbInferences=0  nbTooLargeKeys=0
263.12	       =>  wckTime=262.308  cpuTime=261.97  mem=17M562
338.25	   
338.25	   search
338.25	     run=7  nbConstraintChecks=578699054  nbValidityChecks=403627  nbPropagations=32609  nbRevisions=40360
338.25	     nbUselessRevisions=6069  nbAssignments=1044  nbFailedAssignments=442  nbBacktracks=496  nbVisitedNodes=1487
338.25	     nbRestartNogoods=86  mapSize=404  nbInferences=0  nbTooLargeKeys=0
338.25	       =>  wckTime=337.442  cpuTime=337.02  mem=18M538
548.96	   
548.96	   search
548.96	     run=8  nbConstraintChecks=953856465  nbValidityChecks=615356  nbPropagations=49683  nbRevisions=62106
548.96	     nbUselessRevisions=9620  nbAssignments=1527  nbFailedAssignments=658  nbBacktracks=752  nbVisitedNodes=2186
548.96	     nbRestartNogoods=89  mapSize=610  nbInferences=0  nbTooLargeKeys=0
548.96	       =>  wckTime=548.15  cpuTime=547.49  mem=18M538
735.44	   
735.44	   search
735.44	     run=9  nbConstraintChecks=1276416532  nbValidityChecks=884642  nbPropagations=73475  nbRevisions=92736
735.44	     nbUselessRevisions=15052  nbAssignments=2204  nbFailedAssignments=938  nbBacktracks=1137  nbVisitedNodes=3143
735.44	     nbRestartNogoods=104  mapSize=925  nbInferences=0  nbTooLargeKeys=0
735.44	       =>  wckTime=734.629  cpuTime=733.75  mem=18M538
795.46	   
795.46	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=18M538)
1220.75	   
1220.75	   search
1220.75	     run=10  nbConstraintChecks=2143157757  nbValidityChecks=1323320  nbPropagations=107592  nbRevisions=136489
1220.75	     nbUselessRevisions=23173  nbAssignments=3193  nbFailedAssignments=1340  nbBacktracks=1714  nbVisitedNodes=4534
1220.75	     nbRestartNogoods=144
1220.75	       =>  wckTime=1219.94  cpuTime=1218.5  mem=18M538

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/node19/watcher-248610-1168086001 -o ROOT/results/node19/solver-248610-1168086001 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248610-1168086001/unknown.xml 

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

/proc/loadavg: 0.64 0.51 0.95 3/81 26828
/proc/meminfo: memFree=1192728/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=1784 CPUtime=0
/proc/26827/stat : 26827 (java) D 26825 26827 26332 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 156995878 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26827/statm: 446 140 106 14 0 91 0

[startup+0.106011 s]
/proc/loadavg: 0.64 0.51 0.95 3/81 26828
/proc/meminfo: memFree=1192728/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=914988 CPUtime=0.08
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 3011 0 1 0 7 1 0 0 16 0 8 0 156995878 936947712 2757 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154053048 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 228747 2757 1432 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514092 s]
/proc/loadavg: 0.64 0.51 0.95 3/81 26828
/proc/meminfo: memFree=1192728/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915328 CPUtime=0.49
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 6981 0 1 0 46 3 0 0 16 0 8 0 156995878 937295872 6720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155582787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 228832 6720 2153 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33624 s]
/proc/loadavg: 0.64 0.51 0.95 2/88 26835
/proc/meminfo: memFree=1166816/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=1.32
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9169 0 1 0 126 6 0 0 17 0 8 0 156995878 937431040 8907 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942886 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 8907 2529 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 219 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 8907 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 8907 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 8907 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 8907 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.16
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 359 0 0 0 15 1 0 0 16 0 8 0 156995886 937431040 8907 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 8907 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 8907 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.98855 s]
/proc/loadavg: 0.64 0.51 0.95 2/88 26835
/proc/meminfo: memFree=1166816/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=2.97
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9271 0 1 0 291 6 0 0 17 0 8 0 156995878 937431040 9007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 228865 9007 2530 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 219 0 0 0 2 0 0 0 17 0 8 0 156995882 937431040 9007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.17
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 366 0 0 0 16 1 0 0 16 0 8 0 156995886 937431040 9007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915460

[startup+6.26917 s]
/proc/loadavg: 0.67 0.52 0.95 2/88 26836
/proc/meminfo: memFree=1189792/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=6.24
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9282 0 1 0 618 6 0 0 17 0 8 0 156995878 937431040 9015 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803558 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9015 2531 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 219 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9015 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9015 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9015 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9015 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.17
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 368 0 0 0 16 1 0 0 15 0 8 0 156995886 937431040 9015 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9015 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9015 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915460

[startup+12.7554 s]
/proc/loadavg: 0.78 0.54 0.95 2/88 26836
/proc/meminfo: memFree=1189856/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=12.72
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9304 0 1 0 1266 6 0 0 21 0 8 0 156995878 937431040 9033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803936 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9033 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.18
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 377 0 0 0 17 1 0 0 15 0 8 0 156995886 937431040 9033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915460

[startup+25.5978 s]
/proc/loadavg: 0.82 0.56 0.95 2/88 26837
/proc/meminfo: memFree=1189664/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=25.54
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9317 0 1 0 2548 6 0 0 25 0 8 0 156995878 937431040 9042 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9042 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9042 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9042 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9042 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9042 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.19
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 380 0 0 0 18 1 0 0 16 0 8 0 156995886 937431040 9042 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9042 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9042 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915460

[startup+51.2986 s]
/proc/loadavg: 1.12 0.65 0.97 3/100 26883
/proc/meminfo: memFree=1167680/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=51.23
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9337 0 1 0 5116 7 0 0 25 0 8 0 156995878 937431040 9059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9059 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.2
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 156995886 937431040 9059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9059 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 915460

[startup+102.5 s]
/proc/loadavg: 1.31 0.76 0.99 3/100 26939
/proc/meminfo: memFree=1162240/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=102.4
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9366 0 1 0 10232 8 0 0 25 0 8 0 156995878 937431040 9082 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800416 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9082 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9082 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9082 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9082 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9082 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.21
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 156995886 937431040 9082 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9082 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9082 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 915460

[startup+162.552 s]
/proc/loadavg: 1.75 0.99 1.05 3/100 26939
/proc/meminfo: memFree=1161600/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=162.37
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9386 0 1 0 16229 8 0 0 25 0 8 0 156995878 937431040 9102 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073835770 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 915460

[startup+1483.53 s]
/proc/loadavg: 2.03 2.00 1.75 3/100 26939
/proc/meminfo: memFree=1160768/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=1481.86
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9599 0 1 0 148175 11 0 0 25 0 8 0 156995878 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810615 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9302 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.24
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 915460

[startup+1543.58 s]
/proc/loadavg: 2.08 2.02 1.77 3/100 26939
/proc/meminfo: memFree=1160768/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=1541.84
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9599 0 1 0 154173 11 0 0 25 0 8 0 156995878 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073799184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9302 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.24
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 915460

[startup+1603.63 s]
/proc/loadavg: 2.03 2.01 1.78 3/100 26939
/proc/meminfo: memFree=1160768/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=1601.8
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9599 0 1 0 160169 11 0 0 25 0 8 0 156995878 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804727 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9302 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.24
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 915460

[startup+1663.67 s]
/proc/loadavg: 2.01 2.00 1.79 3/100 26939
/proc/meminfo: memFree=1160768/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=1661.79
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9599 0 1 0 166168 11 0 0 25 0 8 0 156995878 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804752 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9302 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.24
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 915460

[startup+1723.72 s]
/proc/loadavg: 2.08 2.02 1.81 3/100 26939
/proc/meminfo: memFree=1160704/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=1721.77
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9599 0 1 0 172166 11 0 0 25 0 8 0 156995878 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800424 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9302 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.24
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 915460

[startup+1783.76 s]
/proc/loadavg: 2.03 2.01 1.82 3/100 26939
/proc/meminfo: memFree=1160704/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=1781.74
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9599 0 1 0 178163 11 0 0 25 0 8 0 156995878 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073799168 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9302 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.24
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.07 s]
/proc/loadavg: 2.02 2.01 1.82 3/100 26939
/proc/meminfo: memFree=1160704/2055920 swapFree=4171232/4192956
[pid=26827] ppid=26825 vsize=915460 CPUtime=1800.03
/proc/26827/stat : 26827 (java) R 26825 26827 26332 0 -1 0 9599 0 1 0 179992 11 0 0 25 0 8 0 156995878 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 228865 9302 2534 14 0 215335 0
[pid=26827/tid=26829] ppid=26825 vsize=915460 CPUtime=0.02
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26332 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 156995882 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26332 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26332 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995883 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26332 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=915460 CPUtime=0.24
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26332 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26835] ppid=26825 vsize=915460 CPUtime=0
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156995886 937431040 9302 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1802.14
CPU time (s): 1800.1
CPU user time (s): 1799.98
CPU system time (s): 0.124981
CPU usage (%): 99.8872
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9618
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= 37560
involuntary context switches= 80389

runsolver used 2.31365 s user time and 5.61914 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 12:20:06 UTC 2007


IDJOB= 248610
IDBENCH= 11720
FILE ID= node19/248610-1168086001

PBS_JOBID= 3476328

Free space on /tmp= 66289 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-25/primes-25-80-3-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248610-1168086001/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-248610-1168086001 -o ROOT/results/node19/solver-248610-1168086001 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248610-1168086001/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5c8c0c8f0961586855902e7ff798a66f

RANDOM SEED= 341189759

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.260
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.260
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:       1193280 kB
Buffers:         70312 kB
Cached:         656704 kB
SwapCached:      10036 kB
Active:         330032 kB
Inactive:       432292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1193280 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:          44600 kB
Slab:            85392 kB
Committed_AS:  3680104 kB
PageTables:       2208 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= 66310 MiB



End job on node19 on Sat Jan  6 12:50:16 UTC 2007