Trace number 237404

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.09 1808.99

General information on the benchmark

Nameos-gp/
gp10-03-1081.xml
MD5SUM2024c7f683e3aa406b493242136d5569
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.17882
SatisfiableYES
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1082
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.36	   
0.36	Abscon 109 (November, 2006)
0.36	   
0.36	   configuration
0.36	     name=esac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/237404-1168347912/unknown.xml
0.43	   
0.43	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.49	     nbVariables=101  nbDomainTypes=2  minDomainSize=1  maxDomainSize=1082
0.49	       =>  wckTime=0.122  cpuTime=0.11  mem=9M894
0.49	   
0.49	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
175.80	     nbConstraints=1000  nbSingletonDomainVariables=1  nbConvertedConstraints=1000  nbConvertConstraintsChecks=628741544
175.87	     nbExtensionStructures=595  nbSharedExtensionStructures=405  nbConflictsStructures=595
175.87	     nbSharedConflictsStructures=405  nbSharedBinaryRepresentations=954315  maxDegree=100  maxArity=2
175.87	       =>  wckTime=175.438  cpuTime=173.83  mem=91M499
176.04	   
176.04	   solver IterativeSystematicSolver being built... 
176.21	       =>  wckTime=175.848  cpuTime=173.99  mem=87M679
180.82	   
180.82	   preprocessing
180.82	     nbConstraintChecks=108975496  nbPropagations=10830  nbRevisions=69083  nbUselessRevisions=39291
180.82	     nbSingletonTests=560  nbEffectiveSingletonTests=253  nbESACBranches=34  nbRemovedValues=15847
180.82	     detectedInconsistency=no
180.82	       =>  wckTime=4.596  cpuTime=4.54  mem=87M679
186.13	   
186.13	   search
186.13	     run=0  nbConstraintChecks=96230553  nbPropagations=22182  nbRevisions=205798  nbUselessRevisions=129658
186.13	     nbAssignments=307  nbFailedAssignments=286  nbBacktracks=10  nbVisitedNodes=604  nbRestartNogoods=0  mapSize=10
186.13	     nbInferences=0  nbTooLargeKeys=0
186.13	       =>  wckTime=9.905  cpuTime=9.8  mem=88M719
190.46	   
190.46	   search
190.46	     run=1  nbConstraintChecks=185868512  nbPropagations=55054  nbRevisions=555697  nbUselessRevisions=355055
190.46	     nbAssignments=878  nbFailedAssignments=738  nbBacktracks=25  nbVisitedNodes=1549  nbRestartNogoods=11  mapSize=25
190.46	     nbInferences=0  nbTooLargeKeys=0
190.46	       =>  wckTime=14.235  cpuTime=14.1  mem=88M719
209.49	   
209.49	   search
209.49	     run=2  nbConstraintChecks=531362452  nbPropagations=153830  nbRevisions=1509938  nbUselessRevisions=979146
209.49	     nbAssignments=1969  nbFailedAssignments=970  nbBacktracks=47  nbVisitedNodes=2055  nbRestartNogoods=140  mapSize=43
209.49	     nbInferences=0  nbTooLargeKeys=0
209.49	       =>  wckTime=33.269  cpuTime=33.03  mem=89M694
211.33	   
211.33	   search
211.33	     run=3  nbConstraintChecks=554465800  nbPropagations=261969  nbRevisions=2572409  nbUselessRevisions=1683769
211.33	     nbAssignments=2424  nbFailedAssignments=1384  nbBacktracks=80  nbVisitedNodes=2957  nbRestartNogoods=146
211.33	     mapSize=76  nbInferences=0  nbTooLargeKeys=0
211.33	       =>  wckTime=35.105  cpuTime=34.85  mem=89M694
218.45	   
218.45	   search
218.45	     run=4  nbConstraintChecks=684680412  nbPropagations=396365  nbRevisions=3866520  nbUselessRevisions=2540865
218.45	     nbAssignments=3042  nbFailedAssignments=1672  nbBacktracks=130  nbVisitedNodes=3635  nbRestartNogoods=215
218.45	     mapSize=125  nbInferences=0  nbTooLargeKeys=0
218.45	       =>  wckTime=42.23  cpuTime=41.93  mem=90M669
224.49	   
224.49	   search
224.49	     run=5  nbConstraintChecks=789651520  nbPropagations=555423  nbRevisions=5349287  nbUselessRevisions=3521550
224.49	     nbAssignments=3670  nbFailedAssignments=1837  nbBacktracks=206  nbVisitedNodes=4107  nbRestartNogoods=255
224.49	     mapSize=200  nbInferences=0  nbTooLargeKeys=0
224.49	       =>  wckTime=48.265  cpuTime=47.93  mem=91M644
240.55	   
240.55	   search
240.55	     run=6  nbConstraintChecks=1057680415  nbPropagations=767822  nbRevisions=7557432  nbUselessRevisions=4993475
240.55	     nbAssignments=5060  nbFailedAssignments=3104  nbBacktracks=319  nbVisitedNodes=6848  nbRestartNogoods=257
240.55	     mapSize=304  nbInferences=0  nbTooLargeKeys=0
240.55	       =>  wckTime=64.326  cpuTime=63.92  mem=93M594
305.75	   
305.75	   search
305.75	     run=7  nbConstraintChecks=2160774990  nbPropagations=1239452  nbRevisions=12605056  nbUselessRevisions=8424204
305.75	     nbAssignments=12852  nbFailedAssignments=8682  nbBacktracks=491  nbVisitedNodes=18346  nbRestartNogoods=585
305.75	     mapSize=473  nbInferences=0  nbTooLargeKeys=0
305.75	       =>  wckTime=129.528  cpuTime=128.8  mem=95M544
361.81	   
361.81	   search
361.81	     run=8  nbConstraintChecks=3245757834  nbPropagations=1904468  nbRevisions=19565182  nbUselessRevisions=13090795
361.81	     nbAssignments=20617  nbFailedAssignments=14739  nbBacktracks=747  nbVisitedNodes=30892  nbRestartNogoods=826
361.81	     mapSize=684  nbInferences=0  nbTooLargeKeys=0
361.81	       =>  wckTime=185.589  cpuTime=184.6  mem=98M469
408.13	   
408.13	   INFO : Stopping hyperNogood (mapSize=1025, nbTooLargekeys=0, mem=103M344)
409.37	   
409.37	   search
409.37	     run=9  nbConstraintChecks=4211797290  nbPropagations=2701454  nbRevisions=27931209  nbUselessRevisions=18570191
409.37	     nbAssignments=26856  nbFailedAssignments=20168  nbBacktracks=1131  nbVisitedNodes=42480  nbRestartNogoods=881
409.37	       =>  wckTime=233.149  cpuTime=231.94  mem=103M344
576.12	   
576.12	   search
576.12	     run=10  nbConstraintChecks=7405131264  nbPropagations=4005907  nbRevisions=42557628  nbUselessRevisions=28067470
576.12	     nbAssignments=53369  nbFailedAssignments=45280  nbBacktracks=1707  nbVisitedNodes=93787  nbRestartNogoods=1153
576.12	       =>  wckTime=399.894  cpuTime=397.88  mem=103M344
624.22	   
624.22	   search
624.22	     run=11  nbConstraintChecks=8214302025  nbPropagations=5530993  nbRevisions=60146543  nbUselessRevisions=39722032
624.22	     nbAssignments=62284  nbFailedAssignments=52878  nbBacktracks=2571  nbVisitedNodes=110657  nbRestartNogoods=1202
624.22	       =>  wckTime=447.999  cpuTime=445.75  mem=103M344
843.06	   
843.06	   search
843.06	     run=12  nbConstraintChecks=11655636636  nbPropagations=7897818  nbRevisions=86415264  nbUselessRevisions=56803642
843.06	     nbAssignments=98727  nbFailedAssignments=87536  nbBacktracks=3868  nbVisitedNodes=182421  nbRestartNogoods=1313
843.06	       =>  wckTime=666.839  cpuTime=663.54  mem=103M344
1554.52	   
1554.52	   search
1554.52	     run=13  nbConstraintChecks=22431435676  nbPropagations=12813835  nbRevisions=144688970  nbUselessRevisions=95677185
1554.52	     nbAssignments=191243  nbFailedAssignments=176363  nbBacktracks=5814  nbVisitedNodes=363858  nbRestartNogoods=1463
1554.52	       =>  wckTime=1378.294  cpuTime=1371.6  mem=103M344

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/node25/watcher-237404-1168347912 -o ROOT/results/node25/solver-237404-1168347912 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237404-1168347912/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: 2.18 2.20 2.13 4/93 16529
/proc/meminfo: memFree=1755408/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=18540 CPUtime=0
/proc/16528/stat : 16528 (runsolver) R 16526 16528 16164 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 183183671 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16528/statm: 4635 279 244 17 0 2626 0

[startup+0.109913 s]
/proc/loadavg: 2.18 2.20 2.13 4/93 16529
/proc/meminfo: memFree=1755408/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=911488 CPUtime=0.07
/proc/16528/stat : 16528 (java) D 16526 16528 16164 0 -1 0 2636 0 1 0 5 2 0 0 20 0 8 0 183183671 933363712 2383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16528/statm: 227872 2383 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 911488

[startup+0.517982 s]
/proc/loadavg: 2.18 2.20 2.13 4/93 16529
/proc/meminfo: memFree=1755408/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915328 CPUtime=0.45
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 6840 0 1 0 40 5 0 0 18 0 8 0 183183671 937295872 6579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16528/statm: 228832 6579 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33915 s]
/proc/loadavg: 2.18 2.20 2.13 3/100 16536
/proc/meminfo: memFree=1728280/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=1.26
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 9157 0 1 0 119 7 0 0 25 0 8 0 183183671 937418752 8895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16528/statm: 228862 8895 2167 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 183183675 937418752 8895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183183675 937418752 8895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183183675 937418752 8895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 8895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.14
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 358 0 0 0 14 0 0 0 15 0 8 0 183183679 937418752 8895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 8895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 8895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915448

[startup+2.97639 s]
/proc/loadavg: 2.18 2.20 2.13 3/100 16536
/proc/meminfo: memFree=1727000/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=2.9
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 9668 0 1 0 282 8 0 0 25 0 8 0 183183671 937418752 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16528/statm: 228862 9406 2167 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183183675 937418752 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183183675 937418752 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.15
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 358 0 0 0 15 0 0 0 16 0 8 0 183183679 937418752 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915448

[startup+6.27396 s]
/proc/loadavg: 2.17 2.20 2.13 3/100 16536
/proc/meminfo: memFree=1722648/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=6.17
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 10747 0 1 0 609 8 0 0 25 0 8 0 183183671 937418752 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16528/statm: 228862 10485 2167 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183183675 937418752 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183183675 937418752 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.15
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 358 0 0 0 15 0 0 0 16 0 8 0 183183679 937418752 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915448

[startup+12.7521 s]
/proc/loadavg: 2.15 2.20 2.13 3/100 16536
/proc/meminfo: memFree=1714920/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=12.62
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 12613 0 1 0 1253 9 0 0 25 0 8 0 183183671 937418752 12351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761353 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16528/statm: 228862 12351 2167 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 12351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183183675 937418752 12351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183183675 937418752 12351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 12351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.15
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 361 0 0 0 15 0 0 0 16 0 8 0 183183679 937418752 12351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 12351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 12351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915448

[startup+25.6182 s]
/proc/loadavg: 2.12 2.19 2.13 3/100 16536
/proc/meminfo: memFree=1700200/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=25.42
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 16407 0 1 0 2531 11 0 0 25 0 8 0 183183671 937418752 16145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751676 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16528/statm: 228862 16145 2167 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 16145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183183675 937418752 16145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183183675 937418752 16145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 16145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.15
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 363 0 0 0 15 0 0 0 16 0 8 0 183183679 937418752 16145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 16145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 16145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915448

[startup+51.2366 s]
/proc/loadavg: 2.08 2.17 2.12 3/100 16536
/proc/meminfo: memFree=1681000/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=50.92
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 21051 0 1 0 5078 14 0 0 25 0 8 0 183183671 937418752 20787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16528/statm: 228862 20787 2179 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0.12
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 4493 0 0 0 11 1 0 0 16 0 8 0 183183675 937418752 20787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 20787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 20787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 20787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.17
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 371 0 0 0 17 0 0 0 15 0 8 0 183183679 937418752 20787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 20787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 20787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 915448

[startup+102.463 s]
/proc/loadavg: 2.03 2.14 2.11 3/100 16536
/proc/meminfo: memFree=1658664/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=101.9
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 26620 0 1 0 10171 19 0 0 25 0 8 0 183183671 937418752 26354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751734 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16528/statm: 228862 26354 2179 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0.3
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 10055 0 0 0 26 4 0 0 16 0 8 0 183183675 937418752 26354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 26354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 26354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 26354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.18
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 376 0 0 0 18 0 0 0 15 0 8 0 183183679 937418752 26354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 26354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 26354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 915448

[startup+162.551 s]
/proc/loadavg: 2.01 2.11 2.10 3/100 16536
/proc/meminfo: memFree=1631912/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=161.71
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 33297 0 1 0 16147 24 0 0 25 0 8 0 183183671 937418752 33028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752965 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.17
Current children cumulated vsize (KiB) 915448

[startup+1483.11 s]
/proc/loadavg: 2.08 2.03 2.00 3/101 16644
/proc/meminfo: memFree=1629272/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=1476
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 36701 0 1 0 147558 42 0 0 25 0 8 0 183183671 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957947 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16528/statm: 228862 36408 2546 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0.81
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 19596 0 0 0 74 7 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.35
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 457 0 0 0 34 1 0 0 16 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476
Current children cumulated vsize (KiB) 915448

[startup+1543.17 s]
/proc/loadavg: 2.07 2.03 2.00 3/101 16644
/proc/meminfo: memFree=1576984/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=1535.72
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 36701 0 1 0 153529 43 0 0 25 0 8 0 183183671 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073966722 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16528/statm: 228862 36408 2546 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0.81
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 19596 0 0 0 74 7 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.35
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 457 0 0 0 34 1 0 0 16 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.72
Current children cumulated vsize (KiB) 915448

[startup+1603.22 s]
/proc/loadavg: 2.02 2.03 2.00 3/101 16644
/proc/meminfo: memFree=1538328/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=1595.46
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 36701 0 1 0 159502 44 0 0 25 0 8 0 183183671 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958260 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16528/statm: 228862 36408 2546 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0.81
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 19596 0 0 0 74 7 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.35
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 457 0 0 0 34 1 0 0 16 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.46
Current children cumulated vsize (KiB) 915448

[startup+1663.27 s]
/proc/loadavg: 2.01 2.02 2.00 3/101 16644
/proc/meminfo: memFree=1504472/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=1655.17
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 36701 0 1 0 165473 44 0 0 25 0 8 0 183183671 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957947 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16528/statm: 228862 36408 2546 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0.81
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 19596 0 0 0 74 7 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.35
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 457 0 0 0 34 1 0 0 16 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.17
Current children cumulated vsize (KiB) 915448

[startup+1723.33 s]
/proc/loadavg: 2.13 2.04 2.01 3/101 16644
/proc/meminfo: memFree=1478104/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=1714.89
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 36701 0 1 0 171445 44 0 0 25 0 8 0 183183671 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073967987 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16528/statm: 228862 36408 2546 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0.81
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 19596 0 0 0 74 7 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.35
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 457 0 0 0 34 1 0 0 16 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.89
Current children cumulated vsize (KiB) 915448

[startup+1783.38 s]
/proc/loadavg: 2.09 2.05 2.01 3/101 16644
/proc/meminfo: memFree=1452320/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=1774.62
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 36701 0 1 0 177418 44 0 0 25 0 8 0 183183671 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957937 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16528/statm: 228862 36408 2546 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0.81
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 19596 0 0 0 74 7 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.35
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 457 0 0 0 34 1 0 0 16 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.62
Current children cumulated vsize (KiB) 915448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.92 s]
/proc/loadavg: 2.12 2.06 2.01 3/101 16644
/proc/meminfo: memFree=1442592/2055920 swapFree=4170236/4192956
[pid=16528] ppid=16526 vsize=915448 CPUtime=1800.01
/proc/16528/stat : 16528 (java) R 16526 16528 16164 0 -1 0 36701 0 1 0 179957 44 0 0 25 0 8 0 183183671 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958028 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16528/statm: 228862 36408 2546 14 0 215332 0
[pid=16528/tid=16530] ppid=16526 vsize=915448 CPUtime=0.81
/proc/16528/task/16530/stat : 16530 (java) S 16526 16528 16164 0 -1 64 19596 0 0 0 74 7 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16531] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16531/stat : 16531 (java) S 16526 16528 16164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16532] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16532/stat : 16532 (java) S 16526 16528 16164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183183675 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16533] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16533/stat : 16533 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16534] ppid=16526 vsize=915448 CPUtime=0.35
/proc/16528/task/16534/stat : 16534 (java) S 16526 16528 16164 0 -1 64 457 0 0 0 34 1 0 0 16 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16535] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16535/stat : 16535 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16528/tid=16536] ppid=16526 vsize=915448 CPUtime=0
/proc/16528/task/16536/stat : 16536 (java) S 16526 16528 16164 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183183679 937418752 36408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915448

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

Child status: 143
Real time (s): 1808.99
CPU time (s): 1800.09
CPU user time (s): 1799.62
CPU system time (s): 0.471928
CPU usage (%): 99.508
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36716
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= 38075
involuntary context switches= 76376

runsolver used 2.09968 s user time and 5.9151 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Tue Jan  9 13:05:13 UTC 2007


IDJOB= 237404
IDBENCH= 6919
FILE ID= node25/237404-1168347912

PBS_JOBID= 3503631

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/os-gp/gp10-03-1081.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237404-1168347912/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-237404-1168347912 -o ROOT/results/node25/solver-237404-1168347912 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237404-1168347912/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2024c7f683e3aa406b493242136d5569

RANDOM SEED= 93755263

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.279
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.279
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:       1755888 kB
Buffers:          9452 kB
Cached:          79668 kB
SwapCached:       1388 kB
Active:         210532 kB
Inactive:        36568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755888 kB
SwapTotal:     4192956 kB
SwapFree:      4170236 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:         178216 kB
Slab:            37188 kB
Committed_AS:  4695384 kB
PageTables:       2604 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= 66555 MiB



End job on node25 on Tue Jan  9 13:35:22 UTC 2007