Trace number 248609

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 1802.53

General information on the benchmark

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

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/248609-1168400421/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96
0.43	       =>  wckTime=0.113  cpuTime=0.1  mem=7M927
0.43	   
0.43	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
0.62	     nbConstraints=80  nbUnbuiltConflictsStructures=80  nbSharedBinaryRepresentations=0  nbEvaluationManagers=80
0.62	     nbSharedEvaluationManagers=0  maxDegree=10  maxArity=8
0.62	       =>  wckTime=0.31  cpuTime=0.23  mem=11M828
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.543  cpuTime=0.38  mem=17M571
54.82	   
54.82	   INFO : Stopping ESAC
54.82	   
54.82	   preprocessing
54.82	     nbConstraintChecks=97284321  nbValidityChecks=18027  nbPropagations=328  nbRevisions=378  nbUselessRevisions=58
54.82	     nbSingletonTests=68  nbEffectiveSingletonTests=23  nbESACBranches=5  nbRemovedValues=891  detectedInconsistency=no
54.82	       =>  wckTime=53.966  cpuTime=53.59  mem=17M571
66.50	   
66.50	   search
66.50	     run=0  nbConstraintChecks=19471476  nbValidityChecks=6596  nbPropagations=565  nbRevisions=631
66.50	     nbUselessRevisions=107  nbAssignments=39  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=48
66.50	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
66.50	       =>  wckTime=65.638  cpuTime=65.25  mem=17M571
76.89	   
76.89	   search
76.89	     run=1  nbConstraintChecks=37355325  nbValidityChecks=18994  nbPropagations=1428  nbRevisions=1607
76.89	     nbUselessRevisions=283  nbAssignments=77  nbFailedAssignments=15  nbBacktracks=25  nbVisitedNodes=93
76.89	     nbRestartNogoods=7  mapSize=23  nbInferences=0  nbTooLargeKeys=0
76.89	       =>  wckTime=76.036  cpuTime=75.62  mem=17M571
100.75	   
100.75	   search
100.75	     run=2  nbConstraintChecks=79988331  nbValidityChecks=45357  nbPropagations=3068  nbRevisions=3522
100.75	     nbUselessRevisions=592  nbAssignments=144  nbFailedAssignments=45  nbBacktracks=47  nbVisitedNodes=190
100.75	     nbRestartNogoods=12  mapSize=43  nbInferences=0  nbTooLargeKeys=0
100.75	       =>  wckTime=99.894  cpuTime=99.44  mem=17M571
170.19	   
170.19	   search
170.19	     run=3  nbConstraintChecks=207536501  nbValidityChecks=135329  nbPropagations=6707  nbRevisions=7920
170.19	     nbUselessRevisions=1427  nbAssignments=407  nbFailedAssignments=72  nbBacktracks=80  nbVisitedNodes=293
170.19	     nbRestartNogoods=26  mapSize=66  nbInferences=0  nbTooLargeKeys=0
170.19	       =>  wckTime=169.329  cpuTime=168.79  mem=17M571
273.19	   
273.19	   search
273.19	     run=4  nbConstraintChecks=394824979  nbValidityChecks=256091  nbPropagations=13003  nbRevisions=15622
273.19	     nbUselessRevisions=2893  nbAssignments=735  nbFailedAssignments=136  nbBacktracks=130  nbVisitedNodes=486
273.19	     nbRestartNogoods=48  mapSize=103  nbInferences=0  nbTooLargeKeys=0
273.19	       =>  wckTime=272.333  cpuTime=271.67  mem=18M546
422.74	   
422.74	   search
422.74	     run=5  nbConstraintChecks=673157288  nbValidityChecks=447083  nbPropagations=23362  nbRevisions=28295
422.74	     nbUselessRevisions=5680  nbAssignments=1384  nbFailedAssignments=175  nbBacktracks=206  nbVisitedNodes=649
422.74	     nbRestartNogoods=78  mapSize=145  nbInferences=0  nbTooLargeKeys=0
422.74	       =>  wckTime=421.881  cpuTime=421.06  mem=18M546
476.85	   
476.85	   search
476.85	     run=6  nbConstraintChecks=764313663  nbValidityChecks=550974  nbPropagations=36510  nbRevisions=44926
476.85	     nbUselessRevisions=9136  nbAssignments=1613  nbFailedAssignments=275  nbBacktracks=321  nbVisitedNodes=978
476.85	     nbRestartNogoods=79  mapSize=225  nbInferences=0  nbTooLargeKeys=0
476.85	       =>  wckTime=475.993  cpuTime=475.08  mem=18M546
657.38	   
657.38	   search
657.38	     run=7  nbConstraintChecks=1087281763  nbValidityChecks=710331  nbPropagations=53745  nbRevisions=66648
657.38	     nbUselessRevisions=13464  nbAssignments=1968  nbFailedAssignments=447  nbBacktracks=496  nbVisitedNodes=1506
657.38	     nbRestartNogoods=86  mapSize=392  nbInferences=0  nbTooLargeKeys=0
657.38	       =>  wckTime=656.524  cpuTime=655.41  mem=18M546
878.35	   
878.35	   search
878.35	     run=8  nbConstraintChecks=1480895182  nbValidityChecks=1021913  nbPropagations=78090  nbRevisions=97073
878.35	     nbUselessRevisions=18847  nbAssignments=2548  nbFailedAssignments=757  nbBacktracks=752  nbVisitedNodes=2396
878.35	     nbRestartNogoods=91  mapSize=635  nbInferences=0  nbTooLargeKeys=0
878.35	       =>  wckTime=877.491  cpuTime=876.13  mem=18M546
1201.35	   
1201.35	   search
1201.35	     run=9  nbConstraintChecks=2035169551  nbValidityChecks=1298433  nbPropagations=108636  nbRevisions=135339
1201.35	     nbUselessRevisions=25830  nbAssignments=3183  nbFailedAssignments=998  nbBacktracks=1136  nbVisitedNodes=3272
1201.35	     nbRestartNogoods=110  mapSize=959  nbInferences=0  nbTooLargeKeys=0
1201.35	       =>  wckTime=1200.487  cpuTime=1198.73  mem=18M546
1285.02	   
1285.02	   INFO : Stopping hyperNogood (mapSize=1021, nbTooLargekeys=0, mem=18M546)
1725.99	   
1725.99	   search
1725.99	     run=10  nbConstraintChecks=2925808277  nbValidityChecks=1744405  nbPropagations=148548  nbRevisions=185396
1725.99	     nbUselessRevisions=35287  nbAssignments=4169  nbFailedAssignments=1367  nbBacktracks=1715  nbVisitedNodes=4594
1725.99	     nbRestartNogoods=130
1725.99	       =>  wckTime=1725.128  cpuTime=1722.72  mem=18M546

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

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

/proc/loadavg: 1.92 1.98 2.01 5/94 23220
/proc/meminfo: memFree=1023800/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=1784 CPUtime=0
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 188437141 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/23219/statm: 446 140 106 14 0 91 0

[startup+0.10952 s]
/proc/loadavg: 1.92 1.98 2.01 5/94 23220
/proc/meminfo: memFree=1023800/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=914988 CPUtime=0.09
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 3041 0 1 0 7 2 0 0 17 0 8 0 188437141 936947712 2787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155518905 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23219/statm: 228747 2787 1443 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517598 s]
/proc/loadavg: 1.92 1.98 2.01 5/94 23220
/proc/meminfo: memFree=1023800/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915328 CPUtime=0.5
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 6772 0 1 0 45 5 0 0 17 0 8 0 188437141 937295872 6511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926664 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23219/statm: 228832 6511 2146 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34423 s]
/proc/loadavg: 2.01 2.00 2.01 4/101 23227
/proc/meminfo: memFree=997696/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=1.31
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9272 0 1 0 125 6 0 0 21 0 8 0 188437141 937431040 9010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802828 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23219/statm: 228865 9010 2541 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.16
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 359 0 0 0 16 0 0 0 19 0 8 0 188437149 937431040 9010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+3.00251 s]
/proc/loadavg: 2.01 2.00 2.01 3/101 23227
/proc/meminfo: memFree=997576/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=2.96
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9279 0 1 0 289 7 0 0 25 0 8 0 188437141 937431040 9015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807683 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23219/statm: 228865 9015 2541 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 17 0 8 0 188437145 937431040 9015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.18
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 366 0 0 0 17 1 0 0 16 0 8 0 188437149 937431040 9015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.28374 s]
/proc/loadavg: 2.01 2.00 2.01 3/101 23227
/proc/meminfo: memFree=997576/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=6.21
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9285 0 1 0 614 7 0 0 25 0 8 0 188437141 937431040 9020 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801991 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23219/statm: 228865 9020 2543 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9020 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9020 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9020 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9020 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.18
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 367 0 0 0 17 1 0 0 16 0 8 0 188437149 937431040 9020 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9020 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9020 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915460

[startup+12.777 s]
/proc/loadavg: 2.00 2.00 2.01 3/101 23227
/proc/meminfo: memFree=997640/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=12.64
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9290 0 1 0 1257 7 0 0 25 0 8 0 188437141 937431040 9022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23219/statm: 228865 9022 2543 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.18
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 371 0 0 0 17 1 0 0 16 0 8 0 188437149 937431040 9022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915460

[startup+25.6346 s]
/proc/loadavg: 2.00 2.00 2.01 3/101 23227
/proc/meminfo: memFree=997704/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=25.38
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9300 0 1 0 2531 7 0 0 25 0 8 0 188437141 937431040 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806336 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23219/statm: 228865 9028 2543 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.18
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 373 0 0 0 17 1 0 0 16 0 8 0 188437149 937431040 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915460

[startup+51.2447 s]
/proc/loadavg: 1.94 1.98 2.00 3/100 23286
/proc/meminfo: memFree=1457624/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=50.87
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9301 0 1 0 5079 8 0 0 25 0 8 0 188437141 937431040 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800128 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23219/statm: 228865 9029 2543 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.19
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 374 0 0 0 18 1 0 0 16 0 8 0 188437149 937431040 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 915460

[startup+102.449 s]
/proc/loadavg: 1.97 1.98 2.00 4/100 23286
/proc/meminfo: memFree=1456920/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=102.01
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9439 0 1 0 10193 8 0 0 25 0 8 0 188437141 937431040 9154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831206 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23219/statm: 228865 9154 2544 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.21
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 393 0 0 0 20 1 0 0 16 0 8 0 188437149 937431040 9154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 915460

[startup+162.499 s]
/proc/loadavg: 1.99 1.98 2.00 3/100 23286
/proc/meminfo: memFree=1456856/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=161.98
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9448 0 1 0 16190 8 0 0 25 0 8 0 188437141 937431040 9162 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805714 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.54 s]
/proc/loadavg: 2.00 2.01 2.00 3/100 23484
/proc/meminfo: memFree=1454232/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=1481.46
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9685 0 1 0 148126 20 0 0 25 0 8 0 188437141 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23219/statm: 228865 9375 2544 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.25
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 417 0 0 0 24 1 0 0 16 0 8 0 188437149 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9375 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.46
Current children cumulated vsize (KiB) 915460

[startup+1543.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 23484
/proc/meminfo: memFree=1454232/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=1541.45
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9686 0 1 0 154125 20 0 0 25 0 8 0 188437141 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805687 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23219/statm: 228865 9376 2544 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.25
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.45
Current children cumulated vsize (KiB) 915460

[startup+1603.64 s]
/proc/loadavg: 2.04 2.01 2.00 3/100 23484
/proc/meminfo: memFree=1454232/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=1601.41
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9686 0 1 0 160121 20 0 0 25 0 8 0 188437141 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800128 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23219/statm: 228865 9376 2544 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.25
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.41
Current children cumulated vsize (KiB) 915460

[startup+1663.68 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 23484
/proc/meminfo: memFree=1454168/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=1661.4
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9686 0 1 0 166119 21 0 0 25 0 8 0 188437141 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23219/statm: 228865 9376 2544 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.25
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.4
Current children cumulated vsize (KiB) 915460

[startup+1723.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 23484
/proc/meminfo: memFree=1454104/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=1721.39
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9687 0 1 0 172118 21 0 0 25 0 8 0 188437141 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23219/statm: 228865 9377 2544 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.25
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 419 0 0 0 24 1 0 0 16 0 8 0 188437149 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.39
Current children cumulated vsize (KiB) 915460

[startup+1783.77 s]
/proc/loadavg: 2.13 2.03 2.01 3/100 23484
/proc/meminfo: memFree=1453976/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=1781.35
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9692 0 1 0 178114 21 0 0 25 0 8 0 188437141 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804518 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23219/statm: 228865 9382 2544 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.26
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 421 0 0 0 25 1 0 0 15 0 8 0 188437149 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.35
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.49 s]
/proc/loadavg: 2.10 2.03 2.01 3/100 23484
/proc/meminfo: memFree=1453912/2055920 swapFree=4192812/4192956
[pid=23219] ppid=23217 vsize=915460 CPUtime=1800.05
/proc/23219/stat : 23219 (java) R 23217 23219 23152 0 -1 0 9692 0 1 0 179984 21 0 0 25 0 8 0 188437141 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23219/statm: 228865 9382 2544 14 0 215335 0
[pid=23219/tid=23221] ppid=23217 vsize=915460 CPUtime=0.03
/proc/23219/task/23221/stat : 23221 (java) S 23217 23219 23152 0 -1 64 218 0 0 0 3 0 0 0 16 0 8 0 188437145 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23222] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23222/stat : 23222 (java) S 23217 23219 23152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188437145 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23223] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23223/stat : 23223 (java) S 23217 23219 23152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188437145 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23224] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23224/stat : 23224 (java) S 23217 23219 23152 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188437149 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23225] ppid=23217 vsize=915460 CPUtime=0.26
/proc/23219/task/23225/stat : 23225 (java) S 23217 23219 23152 0 -1 64 421 0 0 0 25 1 0 0 16 0 8 0 188437149 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23219/tid=23226] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23226/stat : 23226 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188437149 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23219/tid=23227] ppid=23217 vsize=915460 CPUtime=0
/proc/23219/task/23227/stat : 23227 (java) S 23217 23219 23152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188437149 937431040 9382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1802.53
CPU time (s): 1800.09
CPU user time (s): 1799.87
CPU system time (s): 0.219966
CPU usage (%): 99.8649
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9712
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= 37571
involuntary context switches= 51647

runsolver used 2.33264 s user time and 5.65314 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Jan 10 03:40:21 UTC 2007


IDJOB= 248609
IDBENCH= 11720
FILE ID= node11/248609-1168400421

PBS_JOBID= 3523012

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5c8c0c8f0961586855902e7ff798a66f

RANDOM SEED= 569451793

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.261
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	: 5931.00
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.261
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:       1024280 kB
Buffers:         47932 kB
Cached:         358572 kB
SwapCached:          0 kB
Active:         712392 kB
Inactive:       242152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1024280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:         574936 kB
Slab:            60700 kB
Committed_AS:  7369132 kB
PageTables:       3424 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 node11 on Wed Jan 10 04:10:24 UTC 2007