Trace number 247960

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 ACSAT 1233.19 1233.61

DiagnosticValue
CHECKS1605918997
NODES9486

General information on the benchmark

Nameprimes/primes-10/
primes-10-60-3-5.xml
MD5SUMce53bff2a3d2121345b3ddf6c1080a2f
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 benchmark50.4643
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity8
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/247960-1168085911/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=100  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.40	       =>  wckTime=0.107  cpuTime=0.09  mem=6M951
0.40	   
0.40	   predicates being loaded...
0.45	   
0.45	   constraints being loaded...
0.62	     nbConstraints=60  nbSingletonDomainVariables=1  nbDisconnectedVariables=1  nbConflictsStructures=5
0.62	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=55  nbSharedBinaryRepresentations=0
0.62	     nbEvaluationManagers=60  nbSharedEvaluationManagers=0  maxDegree=8  maxArity=8
0.62	       =>  wckTime=0.323  cpuTime=0.26  mem=10M869
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.523  cpuTime=0.39  mem=15M485
3.26	   
3.26	   preprocessing
3.26	     nbConstraintChecks=4247695  nbValidityChecks=657  nbPropagations=113  nbRevisions=68  nbUselessRevisions=30
3.26	     nbRemovedValues=438  detectedInconsistency=no
3.26	       =>  wckTime=2.438  cpuTime=2.43  mem=15M485
8.37	   
8.37	   search
8.37	     run=0  nbConstraintChecks=6751909  nbValidityChecks=15112  nbPropagations=693  nbRevisions=1343
8.37	     nbUselessRevisions=644  nbAssignments=40  nbFailedAssignments=5  nbBacktracks=13  nbVisitedNodes=46
8.37	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
8.37	       =>  wckTime=7.552  cpuTime=7.52  mem=15M485
10.84	   
10.84	   search
10.84	     run=1  nbConstraintChecks=10285728  nbValidityChecks=33880  nbPropagations=2151  nbRevisions=4378
10.84	     nbUselessRevisions=2020  nbAssignments=86  nbFailedAssignments=13  nbBacktracks=34  nbVisitedNodes=102
10.84	     nbRestartNogoods=3  mapSize=25  nbInferences=0  nbTooLargeKeys=0
10.84	       =>  wckTime=10.023  cpuTime=9.98  mem=15M485
21.35	   
21.35	   search
21.35	     run=2  nbConstraintChecks=22938954  nbValidityChecks=74985  nbPropagations=4817  nbRevisions=10505
21.35	     nbUselessRevisions=4746  nbAssignments=145  nbFailedAssignments=26  nbBacktracks=57  nbVisitedNodes=178
21.35	     nbRestartNogoods=7  mapSize=36  nbInferences=0  nbTooLargeKeys=0
21.35	       =>  wckTime=20.532  cpuTime=20.48  mem=15M485
27.03	   
27.03	   search
27.03	     run=3  nbConstraintChecks=30082565  nbValidityChecks=103099  nbPropagations=8622  nbRevisions=19030
27.03	     nbUselessRevisions=8477  nbAssignments=211  nbFailedAssignments=40  nbBacktracks=91  nbVisitedNodes=259
27.03	     nbRestartNogoods=11  mapSize=61  nbInferences=0  nbTooLargeKeys=0
27.03	       =>  wckTime=26.212  cpuTime=26.16  mem=15M485
48.39	   
48.39	   search
48.39	     run=4  nbConstraintChecks=56230450  nbValidityChecks=167175  nbPropagations=14270  nbRevisions=32109
48.39	     nbUselessRevisions=14383  nbAssignments=319  nbFailedAssignments=74  nbBacktracks=146  nbVisitedNodes=405
48.39	     nbRestartNogoods=15  mapSize=102  nbInferences=0  nbTooLargeKeys=0
48.39	       =>  wckTime=47.568  cpuTime=47.5  mem=15M485
56.71	   
56.71	   search
56.71	     run=5  nbConstraintChecks=67553000  nbValidityChecks=233261  nbPropagations=22555  nbRevisions=51153
56.71	     nbUselessRevisions=22826  nbAssignments=447  nbFailedAssignments=106  nbBacktracks=223  nbVisitedNodes=573
56.71	     nbRestartNogoods=21  mapSize=150  nbInferences=0  nbTooLargeKeys=0
56.71	       =>  wckTime=55.884  cpuTime=55.81  mem=15M485
77.77	   
77.77	   search
77.77	     run=6  nbConstraintChecks=94649860  nbValidityChecks=414603  nbPropagations=36960  nbRevisions=85774
77.77	     nbUselessRevisions=37665  nbAssignments=659  nbFailedAssignments=184  nbBacktracks=343  nbVisitedNodes=899
77.77	     nbRestartNogoods=26  mapSize=240  nbInferences=0  nbTooLargeKeys=0
77.77	       =>  wckTime=76.945  cpuTime=76.86  mem=15M485
122.88	   
122.88	   search
122.88	     run=7  nbConstraintChecks=152472371  nbValidityChecks=599873  nbPropagations=57617  nbRevisions=135037
122.88	     nbUselessRevisions=58860  nbAssignments=957  nbFailedAssignments=291  nbBacktracks=514  nbVisitedNodes=1323
122.88	     nbRestartNogoods=27  mapSize=369  nbInferences=0  nbTooLargeKeys=0
122.88	       =>  wckTime=122.059  cpuTime=121.94  mem=15M485
157.93	   
157.93	   search
157.93	     run=8  nbConstraintChecks=198856875  nbValidityChecks=868411  nbPropagations=90167  nbRevisions=209630
157.93	     nbUselessRevisions=89593  nbAssignments=1421  nbFailedAssignments=481  nbBacktracks=770  nbVisitedNodes=2009
157.93	     nbRestartNogoods=33  mapSize=582  nbInferences=0  nbTooLargeKeys=0
157.93	       =>  wckTime=157.105  cpuTime=156.96  mem=16M460
240.04	   
240.04	   search
240.04	     run=9  nbConstraintChecks=311329682  nbValidityChecks=1375103  nbPropagations=139790  nbRevisions=323921
240.04	     nbUselessRevisions=137260  nbAssignments=2079  nbFailedAssignments=729  nbBacktracks=1164  nbVisitedNodes=2952
240.04	     nbRestartNogoods=39  mapSize=888  nbInferences=0  nbTooLargeKeys=0
240.04	       =>  wckTime=239.221  cpuTime=239.02  mem=16M460
286.88	   
286.88	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=16M460)
339.11	   
339.11	   search
339.11	     run=10  nbConstraintChecks=442863237  nbValidityChecks=2027299  nbPropagations=213226  nbRevisions=495058
339.11	     nbUselessRevisions=208491  nbAssignments=3052  nbFailedAssignments=1105  nbBacktracks=1742  nbVisitedNodes=4381
339.11	     nbRestartNogoods=49
339.11	       =>  wckTime=338.29  cpuTime=338.04  mem=16M460
504.08	   
504.08	   search
504.08	     run=11  nbConstraintChecks=659441966  nbValidityChecks=2987211  nbPropagations=320801  nbRevisions=749381
504.08	     nbUselessRevisions=315557  nbAssignments=4475  nbFailedAssignments=1643  nbBacktracks=2607  nbVisitedNodes=6446
504.08	     nbRestartNogoods=61
504.08	       =>  wckTime=503.255  cpuTime=502.96  mem=16M460
829.93	   
829.93	   search
829.93	     run=12  nbConstraintChecks=1086473049  nbValidityChecks=4658716  nbPropagations=484581  nbRevisions=1142913
829.93	     nbUselessRevisions=482936  nbAssignments=6680  nbFailedAssignments=2536  nbBacktracks=3904  nbVisitedNodes=9714
829.93	     nbRestartNogoods=72
829.93	       =>  wckTime=829.113  cpuTime=828.74  mem=16M460
1233.56	   
1233.56	   search
1233.56	     run=13  nbConstraintChecks=1601671302  nbValidityChecks=6869761  nbPropagations=722103  nbRevisions=1725320
1233.56	     nbUselessRevisions=731050  nbAssignments=9486  nbFailedAssignments=3643  nbBacktracks=5503  nbVisitedNodes=13954
1233.56	     nbRestartNogoods=89
1233.56	       =>  wckTime=1232.737  cpuTime=1232.27  mem=16M460
1233.56	   
1233.56	   global
1233.56	     nbConstraintChecks=1605918997  nbValidityChecks=6870418  nbPropagations=722216  nbRevisions=1725388
1233.56	     nbUselessRevisions=731080  nbRestartNogoods=89  solvingWckTime=1232.738  solvingCpuTime=1232.27  expiredTime=no
1233.56	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=1232.71
1233.56	       =>  wckTime=1233.263  cpuTime=1232.66  mem=16M460
1233.56	   
1233.56	s SATISFIABLE
1233.56	v 7 17 19 13 7 13 17 5 29 3 5 19 2 29 7 17 2 17 5 17 3 23 19 29 5 2 5 7 19 13 29 5 5 23 29 19 7 17 3 5 29 7 3 29 11 19 23 11 13 2 7 17 3 2 17 7 5 2 17 3 13 13 11 19 17 13 17 29 7 19 11 13 5 13 11 19 11 2 7 2 19 23 17 23 23 11 7 3 11 29 5 2 17 23 29 5 17 17 11 29 
1233.56	d NODES 9486
1233.56	d CHECKS 1605918997
1233.56	   
1233.56	   totalWckTime=1233.338  totalCpuTime=1232.71

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node41/watcher-247960-1168085911 -o ROOT/results/node41/solver-247960-1168085911 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247960-1168085911/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.00 0.18 0.86 1/68 9829
/proc/meminfo: memFree=1633528/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=1784 CPUtime=0
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 194 0 0 0 0 0 0 0 19 0 1 0 156991349 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9828/statm: 0 0 0 0 0 0 0

[startup+0.103076 s]
/proc/loadavg: 0.00 0.18 0.86 1/68 9829
/proc/meminfo: memFree=1633528/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=914988 CPUtime=0.08
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 3047 0 1 0 7 1 0 0 16 0 8 0 156991349 936947712 2793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228747 2793 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511106 s]
/proc/loadavg: 0.00 0.18 0.86 1/68 9829
/proc/meminfo: memFree=1633528/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=0.49
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 6857 0 1 0 46 3 0 0 16 0 8 0 156991349 937435136 6596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 6596 2166 14 0 215336 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915464

[startup+1.33418 s]
/proc/loadavg: 0.00 0.18 0.86 2/75 9844
/proc/meminfo: memFree=1609728/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=1.31
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 8670 0 1 0 126 5 0 0 17 0 8 0 156991349 937435136 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627288 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8408 2528 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 169 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.14
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 351 0 0 0 13 1 0 0 16 0 8 0 156991356 937435136 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.97732 s]
/proc/loadavg: 0.00 0.18 0.86 2/75 9844
/proc/meminfo: memFree=1609664/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=2.95
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 8677 0 1 0 290 5 0 0 17 0 8 0 156991349 937435136 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8412 2528 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 169 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.14
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 356 0 0 0 13 1 0 0 16 0 8 0 156991356 937435136 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.2536 s]
/proc/loadavg: 0.08 0.19 0.86 2/75 9844
/proc/meminfo: memFree=1609216/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=6.23
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 8777 0 1 0 618 5 0 0 17 0 8 0 156991349 937435136 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8510 2529 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 169 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.16
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 364 0 0 0 15 1 0 0 16 0 8 0 156991356 937435136 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915464

[startup+12.7362 s]
/proc/loadavg: 0.15 0.20 0.86 2/75 9844
/proc/meminfo: memFree=1609152/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=12.71
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 8815 0 1 0 1265 6 0 0 17 0 8 0 156991349 937435136 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629304 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8542 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.17
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 372 0 0 0 16 1 0 0 16 0 8 0 156991356 937435136 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915464

[startup+25.5723 s]
/proc/loadavg: 0.41 0.26 0.86 2/75 9844
/proc/meminfo: memFree=1609088/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=25.55
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 8826 0 1 0 2549 6 0 0 17 0 8 0 156991349 937435136 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073620999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8551 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.18
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 373 0 0 0 17 1 0 0 16 0 8 0 156991356 937435136 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915464

[startup+51.2555 s]
/proc/loadavg: 0.61 0.32 0.87 2/75 9845
/proc/meminfo: memFree=1610752/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=51.22
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 8850 0 1 0 5116 6 0 0 17 0 8 0 156991349 937435136 8571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8571 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.18
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 156991356 937435136 8571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 915464

[startup+102.519 s]
/proc/loadavg: 0.91 0.44 0.88 3/87 9892
/proc/meminfo: memFree=1582496/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=102.45
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 8890 0 1 0 10238 7 0 0 25 0 8 0 156991349 937435136 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8607 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.19
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 378 0 0 0 18 1 0 0 16 0 8 0 156991356 937435136 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 915464

[startup+162.619 s]
/proc/loadavg: 1.04 0.55 0.89 2/75 9948
/proc/meminfo: memFree=1608128/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=162.51
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 8940 0 1 0 16244 7 0 0 25 0 8 0 156991349 937435136 8654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622869 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.22
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 395 0 0 0 21 1 0 0 17 0 8 0 156991356 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 763.09
Current children cumulated vsize (KiB) 915464

[startup+823.457 s]
/proc/loadavg: 1.00 0.95 0.91 2/72 10018
/proc/meminfo: memFree=1615072/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=823.16
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 9025 0 1 0 82307 9 0 0 25 0 8 0 156991349 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073621136 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8731 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.22
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 395 0 0 0 21 1 0 0 17 0 8 0 156991356 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 823.16
Current children cumulated vsize (KiB) 915464

[startup+883.537 s]
/proc/loadavg: 1.05 0.97 0.92 2/72 10018
/proc/meminfo: memFree=1615008/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=883.23
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 9028 0 1 0 88314 9 0 0 25 0 8 0 156991349 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628647 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8734 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.22
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 395 0 0 0 21 1 0 0 17 0 8 0 156991356 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 883.23
Current children cumulated vsize (KiB) 915464

[startup+943.62 s]
/proc/loadavg: 1.02 0.97 0.92 2/72 10018
/proc/meminfo: memFree=1615072/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=943.29
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 9028 0 1 0 94320 9 0 0 25 0 8 0 156991349 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073621084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8734 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.22
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 395 0 0 0 21 1 0 0 17 0 8 0 156991356 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 943.29
Current children cumulated vsize (KiB) 915464

[startup+1003.7 s]
/proc/loadavg: 1.08 0.99 0.93 2/72 10018
/proc/meminfo: memFree=1615008/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=1003.36
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 9030 0 1 0 100327 9 0 0 25 0 8 0 156991349 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8735 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.22
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.36
Current children cumulated vsize (KiB) 915464

[startup+1063.78 s]
/proc/loadavg: 1.03 0.99 0.93 2/72 10018
/proc/meminfo: memFree=1615008/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=1063.42
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 9030 0 1 0 106333 9 0 0 25 0 8 0 156991349 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622878 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8735 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.22
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.42
Current children cumulated vsize (KiB) 915464

[startup+1123.86 s]
/proc/loadavg: 1.01 0.99 0.93 2/72 10018
/proc/meminfo: memFree=1615008/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=1123.49
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 9030 0 1 0 112340 9 0 0 25 0 8 0 156991349 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8735 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.22
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.49
Current children cumulated vsize (KiB) 915464

[startup+1183.94 s]
/proc/loadavg: 1.00 0.99 0.93 2/72 10018
/proc/meminfo: memFree=1615008/2055920 swapFree=4192812/4192956
[pid=9828] ppid=9826 vsize=915464 CPUtime=1183.55
/proc/9828/stat : 9828 (java) R 9826 9828 9571 0 -1 0 9030 0 1 0 118346 9 0 0 25 0 8 0 156991349 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627508 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9828/statm: 228866 8735 2533 14 0 215336 0
[pid=9828/tid=9835] ppid=9826 vsize=915464 CPUtime=0.02
/proc/9828/task/9835/stat : 9835 (java) S 9826 9828 9571 0 -1 64 170 0 0 0 2 0 0 0 16 0 8 0 156991352 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9839] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9839/stat : 9839 (java) S 9826 9828 9571 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9840] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9840/stat : 9840 (java) S 9826 9828 9571 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156991353 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9841] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9841/stat : 9841 (java) S 9826 9828 9571 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9842] ppid=9826 vsize=915464 CPUtime=0.22
/proc/9828/task/9842/stat : 9842 (java) S 9826 9828 9571 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9828/tid=9843] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9843/stat : 9843 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9828/tid=9844] ppid=9826 vsize=915464 CPUtime=0
/proc/9828/task/9844/stat : 9844 (java) S 9826 9828 9571 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156991356 937435136 8735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.55
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 1233.61
CPU time (s): 1233.19
CPU user time (s): 1233.09
CPU system time (s): 0.103984
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1233.09
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9122
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= 25830
involuntary context switches= 24224

runsolver used 1.26081 s user time and 3.11353 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan  6 12:18:39 UTC 2007


IDJOB= 247960
IDBENCH= 11670
FILE ID= node41/247960-1168085911

PBS_JOBID= 3476576

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ce53bff2a3d2121345b3ddf6c1080a2f

RANDOM SEED= 559653013

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.234
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.234
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:       1634008 kB
Buffers:         36076 kB
Cached:         290732 kB
SwapCached:          0 kB
Active:          65936 kB
Inactive:       280900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3492 kB
Writeback:           0 kB
Mapped:          30268 kB
Slab:            60808 kB
Committed_AS:  2586484 kB
PageTables:       1700 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= 66531 MiB



End job on node41 on Sat Jan  6 12:39:15 UTC 2007