Trace number 249598

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.14 1807.77

General information on the benchmark

Nameprimes/primes-20/
primes-20-60-3-7.xml
MD5SUM6c04e343d1e6af5eac3a58ef34542fde
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity10
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/249598-1168086255/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=100  nbDomainTypes=1  minDomainSize=70  maxDomainSize=70
0.41	       =>  wckTime=0.109  cpuTime=0.09  mem=6M951
0.41	   
0.41	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
0.60	     nbConstraints=60  nbSingletonDomainVariables=3  nbDisconnectedVariables=3  nbUnbuiltConflictsStructures=60
0.60	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=60  nbSharedEvaluationManagers=0  maxDegree=11  maxArity=10
0.60	       =>  wckTime=0.291  cpuTime=0.21  mem=11M828
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.503  cpuTime=0.34  mem=16M579
1.72	   
1.73	   preprocessing
1.73	     nbConstraintChecks=1985088  nbValidityChecks=391  nbPropagations=104  nbRevisions=18  nbUselessRevisions=3
1.73	     nbRemovedValues=553  detectedInconsistency=no
1.73	       =>  wckTime=0.914  cpuTime=0.88  mem=16M579
7.42	   
7.42	   search
7.42	     run=0  nbConstraintChecks=8651791  nbValidityChecks=5784  nbPropagations=305  nbRevisions=232
7.42	     nbUselessRevisions=45  nbAssignments=45  nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=53
7.42	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
7.42	       =>  wckTime=6.605  cpuTime=6.51  mem=16M579
14.29	   
14.29	   search
14.29	     run=1  nbConstraintChecks=19319018  nbValidityChecks=11641  nbPropagations=844  nbRevisions=715
14.29	     nbUselessRevisions=138  nbAssignments=90  nbFailedAssignments=22  nbBacktracks=25  nbVisitedNodes=113
14.29	     nbRestartNogoods=5  mapSize=19  nbInferences=0  nbTooLargeKeys=0
14.29	       =>  wckTime=13.477  cpuTime=13.34  mem=16M579
30.05	   
30.05	   search
30.05	     run=2  nbConstraintChecks=37666473  nbValidityChecks=18068  nbPropagations=1765  nbRevisions=1571
30.05	     nbUselessRevisions=295  nbAssignments=173  nbFailedAssignments=62  nbBacktracks=49  nbVisitedNodes=236
30.05	     nbRestartNogoods=6  mapSize=36  nbInferences=0  nbTooLargeKeys=0
30.05	       =>  wckTime=29.235  cpuTime=29.04  mem=16M579
69.90	   
69.90	   search
69.90	     run=3  nbConstraintChecks=82691084  nbValidityChecks=36906  nbPropagations=3425  nbRevisions=3564
69.90	     nbUselessRevisions=696  nbAssignments=335  nbFailedAssignments=167  nbBacktracks=82  nbVisitedNodes=503
69.90	     nbRestartNogoods=7  mapSize=61  nbInferences=0  nbTooLargeKeys=0
69.90	       =>  wckTime=69.093  cpuTime=68.7  mem=16M579
73.51	   
73.51	   search
73.51	     run=4  nbConstraintChecks=88532335  nbValidityChecks=46873  nbPropagations=5693  nbRevisions=6254
73.51	     nbUselessRevisions=1289  nbAssignments=438  nbFailedAssignments=198  nbBacktracks=132  nbVisitedNodes=637
73.51	     nbRestartNogoods=13  mapSize=105  nbInferences=0  nbTooLargeKeys=0
73.51	       =>  wckTime=72.701  cpuTime=72.29  mem=16M579
84.77	   
84.77	   search
84.77	     run=5  nbConstraintChecks=103792580  nbValidityChecks=71975  nbPropagations=8894  nbRevisions=10039
84.77	     nbUselessRevisions=2161  nbAssignments=590  nbFailedAssignments=256  nbBacktracks=207  nbVisitedNodes=847
84.77	     nbRestartNogoods=18  mapSize=170  nbInferences=0  nbTooLargeKeys=0
84.77	       =>  wckTime=83.964  cpuTime=83.5  mem=16M579
186.91	   
186.91	   search
186.91	     run=6  nbConstraintChecks=243514682  nbValidityChecks=172680  nbPropagations=14085  nbRevisions=16859
186.91	     nbUselessRevisions=3482  nbAssignments=986  nbFailedAssignments=505  nbBacktracks=320  nbVisitedNodes=1492
186.91	     nbRestartNogoods=28  mapSize=251  nbInferences=0  nbTooLargeKeys=0
186.91	       =>  wckTime=186.099  cpuTime=185.15  mem=17M554
301.14	   
301.14	   search
301.14	     run=7  nbConstraintChecks=413125928  nbValidityChecks=297172  nbPropagations=21656  nbRevisions=27233
301.14	     nbUselessRevisions=5384  nbAssignments=1436  nbFailedAssignments=753  nbBacktracks=491  nbVisitedNodes=2190
301.14	     nbRestartNogoods=53  mapSize=360  nbInferences=0  nbTooLargeKeys=0
301.14	       =>  wckTime=300.326  cpuTime=298.87  mem=17M554
682.57	   
682.57	   search
682.57	     run=8  nbConstraintChecks=819944456  nbValidityChecks=589401  nbPropagations=34644  nbRevisions=48640
682.57	     nbUselessRevisions=10381  nbAssignments=2640  nbFailedAssignments=1682  nbBacktracks=748  nbVisitedNodes=4323
682.57	     nbRestartNogoods=77  mapSize=592  nbInferences=0  nbTooLargeKeys=0
682.57	       =>  wckTime=681.758  cpuTime=678.5  mem=17M554
709.08	   
709.08	   search
709.08	     run=9  nbConstraintChecks=852564390  nbValidityChecks=644589  nbPropagations=50453  nbRevisions=74175
709.08	     nbUselessRevisions=16936  nbAssignments=3391  nbFailedAssignments=2025  nbBacktracks=1132  nbVisitedNodes=5417
709.08	     nbRestartNogoods=79  mapSize=931  nbInferences=0  nbTooLargeKeys=0
709.08	       =>  wckTime=708.271  cpuTime=704.9  mem=17M554
805.71	   
805.71	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=17M554)
814.19	   
814.19	   search
814.19	     run=10  nbConstraintChecks=982452632  nbValidityChecks=805144  nbPropagations=71681  nbRevisions=107587
814.19	     nbUselessRevisions=25794  nbAssignments=4588  nbFailedAssignments=2622  nbBacktracks=1708  nbVisitedNodes=7211
814.19	     nbRestartNogoods=119
814.19	       =>  wckTime=813.378  cpuTime=809.5  mem=17M554
1261.22	   
1261.22	   search
1261.22	     run=11  nbConstraintChecks=1535205388  nbValidityChecks=1275638  nbPropagations=102623  nbRevisions=156444
1261.22	     nbUselessRevisions=38483  nbAssignments=6324  nbFailedAssignments=3462  nbBacktracks=2573  nbVisitedNodes=9787
1261.22	     nbRestartNogoods=157
1261.22	       =>  wckTime=1260.411  cpuTime=1254.51  mem=17M554

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/node22/watcher-249598-1168086255 -o ROOT/results/node22/solver-249598-1168086255 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249598-1168086255/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.88 1.25 1.21 5/93 11226
/proc/meminfo: memFree=1535280/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=168 CPUtime=0
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 39 0 0 0 0 0 0 0 18 0 1 0 157019933 172032 23 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4678436 0 0 4096 0 0 0 0 17 0 0 0
/proc/11225/statm: 42 23 18 14 0 2 0

[startup+0.107656 s]
/proc/loadavg: 1.88 1.25 1.21 5/93 11226
/proc/meminfo: memFree=1535280/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=914988 CPUtime=0.08
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 3018 0 1 0 7 1 0 0 24 0 8 0 157019933 936947712 2764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228747 2765 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51572 s]
/proc/loadavg: 1.88 1.25 1.21 5/93 11226
/proc/meminfo: memFree=1535280/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915328 CPUtime=0.49
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 6940 0 1 0 45 4 0 0 25 0 8 0 157019933 937295872 6679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151974723 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228832 6679 2156 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33685 s]
/proc/loadavg: 1.88 1.25 1.21 3/100 11233
/proc/meminfo: memFree=1510264/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=1.3
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 8979 0 1 0 125 5 0 0 25 0 8 0 157019933 937431040 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802592 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 8717 2529 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.17
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 360 0 0 0 16 1 0 0 16 0 8 0 157019940 937431040 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.9901 s]
/proc/loadavg: 1.88 1.25 1.21 3/100 11233
/proc/meminfo: memFree=1509880/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=2.92
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9084 0 1 0 287 5 0 0 25 0 8 0 157019933 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 8820 2530 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 157019937 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.19
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 372 0 0 0 18 1 0 0 16 0 8 0 157019940 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915460

[startup+6.2716 s]
/proc/loadavg: 1.89 1.26 1.22 3/100 11233
/proc/meminfo: memFree=1509752/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=6.19
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9095 0 1 0 614 5 0 0 25 0 8 0 157019933 937431040 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803787 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 8830 2531 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.19
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 373 0 0 0 18 1 0 0 16 0 8 0 157019940 937431040 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915460

[startup+12.7586 s]
/proc/loadavg: 1.90 1.27 1.22 3/100 11233
/proc/meminfo: memFree=1509752/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=12.65
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9116 0 1 0 1260 5 0 0 25 0 8 0 157019933 937431040 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800858 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 8846 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.2
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 379 0 0 0 19 1 0 0 16 0 8 0 157019940 937431040 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915460

[startup+25.6066 s]
/proc/loadavg: 1.92 1.31 1.23 3/100 11233
/proc/meminfo: memFree=1509752/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=25.45
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9124 0 1 0 2540 5 0 0 25 0 8 0 157019933 937431040 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 8854 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.21
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 379 0 0 0 20 1 0 0 16 0 8 0 157019940 937431040 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915460

[startup+51.2115 s]
/proc/loadavg: 1.95 1.36 1.25 3/100 11233
/proc/meminfo: memFree=1509688/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=50.93
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9137 0 1 0 5087 6 0 0 25 0 8 0 157019933 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805769 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 8863 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.21
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 383 0 0 0 20 1 0 0 16 0 8 0 157019940 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 915460

[startup+102.413 s]
/proc/loadavg: 1.98 1.46 1.29 3/100 11233
/proc/meminfo: memFree=1509624/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=101.9
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9193 0 1 0 10184 6 0 0 25 0 8 0 157019933 937431040 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803827 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 8911 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.22
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 396 0 0 0 21 1 0 0 15 0 8 0 157019940 937431040 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 8911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 915460

[startup+162.455 s]
/proc/loadavg: 1.99 1.55 1.33 3/100 11233
/proc/meminfo: memFree=1509560/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=161.67
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9201 0 1 0 16161 6 0 0 25 0 8 0 157019933 937431040 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798215 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.39 s]
/proc/loadavg: 2.05 2.02 1.83 3/100 11233
/proc/meminfo: memFree=1508024/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=1476.55
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9399 0 1 0 147646 9 0 0 25 0 8 0 157019933 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798208 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 9100 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.26
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 420 0 0 0 25 1 0 0 16 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.55
Current children cumulated vsize (KiB) 915460

[startup+1543.44 s]
/proc/loadavg: 2.02 2.01 1.83 3/100 11233
/proc/meminfo: memFree=1508024/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=1536.31
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9399 0 1 0 153622 9 0 0 25 0 8 0 157019933 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803698 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 9100 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.26
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 420 0 0 0 25 1 0 0 16 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.31
Current children cumulated vsize (KiB) 915460

[startup+1603.49 s]
/proc/loadavg: 2.00 2.01 1.84 3/100 11233
/proc/meminfo: memFree=1507960/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=1596.08
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9399 0 1 0 159599 9 0 0 25 0 8 0 157019933 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073836794 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 9100 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.26
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 420 0 0 0 25 1 0 0 16 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.08
Current children cumulated vsize (KiB) 915460

[startup+1663.59 s]
/proc/loadavg: 1.96 1.99 1.84 4/93 11272
/proc/meminfo: memFree=1267504/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=1656.11
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9399 0 1 0 165600 11 0 0 25 0 8 0 157019933 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798224 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 9100 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.26
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 420 0 0 0 25 1 0 0 16 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.11
Current children cumulated vsize (KiB) 915460

[startup+1723.6 s]
/proc/loadavg: 1.98 1.99 1.85 3/93 11272
/proc/meminfo: memFree=1265776/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=1716.04
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9399 0 1 0 171593 11 0 0 25 0 8 0 157019933 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798227 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 9100 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.26
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 420 0 0 0 25 1 0 0 16 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.04
Current children cumulated vsize (KiB) 915460

[startup+1783.61 s]
/proc/loadavg: 1.99 1.99 1.85 3/93 11272
/proc/meminfo: memFree=1264816/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=1775.99
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9399 0 1 0 177588 11 0 0 25 0 8 0 157019933 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802983 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 9100 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.26
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 420 0 0 0 25 1 0 0 16 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.99
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.71 s]
/proc/loadavg: 1.99 1.99 1.85 3/93 11272
/proc/meminfo: memFree=1264496/2055920 swapFree=4157532/4192956
[pid=11225] ppid=11223 vsize=915460 CPUtime=1800.07
/proc/11225/stat : 11225 (java) R 11223 11225 10970 0 -1 0 9399 0 1 0 179996 11 0 0 25 0 8 0 157019933 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805728 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11225/statm: 228865 9100 2534 14 0 215335 0
[pid=11225/tid=11227] ppid=11223 vsize=915460 CPUtime=0.02
/proc/11225/task/11227/stat : 11227 (java) S 11223 11225 10970 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11228] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11228/stat : 11228 (java) S 11223 11225 10970 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11229] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11229/stat : 11229 (java) S 11223 11225 10970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157019937 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11230] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11230/stat : 11230 (java) S 11223 11225 10970 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11231] ppid=11223 vsize=915460 CPUtime=0.26
/proc/11225/task/11231/stat : 11231 (java) S 11223 11225 10970 0 -1 64 420 0 0 0 25 1 0 0 16 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11232] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11232/stat : 11232 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157019940 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11225/tid=11233] ppid=11223 vsize=915460 CPUtime=0
/proc/11225/task/11233/stat : 11233 (java) S 11223 11225 10970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157019941 937431040 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1807.77
CPU time (s): 1800.14
CPU user time (s): 1800.01
CPU system time (s): 0.122981
CPU usage (%): 99.5777
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9418
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= 37884
involuntary context switches= 94805

runsolver used 1.9977 s user time and 6.00909 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan  6 12:24:15 UTC 2007


IDJOB= 249598
IDBENCH= 11796
FILE ID= node22/249598-1168086255

PBS_JOBID= 3476530

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6c04e343d1e6af5eac3a58ef34542fde

RANDOM SEED= 215516988

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:       1535696 kB
Buffers:         42560 kB
Cached:         342884 kB
SwapCached:      13648 kB
Active:         122564 kB
Inactive:       330736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535696 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:          93156 kB
Slab:            51572 kB
Committed_AS:  3487128 kB
PageTables:       2368 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= 66547 MiB



End job on node22 on Sat Jan  6 12:54:23 UTC 2007