Trace number 1058336

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 AC? (TO) 1800.23 1818.62

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-6.xml
MD5SUM4557782171b25598d03a057775c7d656
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.276
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints45572
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension45272
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1058336-1215114392.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.38/0.44	     nbVariables=700  nbDomainTypes=30  minDomainSize=1  maxDomainSize=45  nbTotalValues=17005
0.38/0.44	       =>  wckTime=0.208  cpuTime=0.14  mem=9M837
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.49/0.50	   
0.49/0.50	   constraints being loaded...
12.10/12.21	     nbConstraints=45573  nbGlobalConstraints=301  nbSingletonDomainVariables=19  nbConflictsStructures=22
12.10/12.21	     nbSharedConflictsStructures=5285  nbUnbuiltConflictsStructures=407  nbSharedBinaryRepresentations=0
12.10/12.21	     nbEvaluationManagers=429  nbSharedEvaluationManagers=44843  minDegree=175  maxDegree=350  minArity=4  avgArity=4.09
12.10/12.21	     maxArity=20  nbGenerators=1  nbFusions=0  symmetryWckTime=2.365  symmetryCpuTime=0.73
12.10/12.21	       =>  wckTime=11.974  cpuTime=8.78  mem=241M508
12.80/12.99	   
12.91/13.00	   solver IterativeSystematicSolver being built... 
15.50/15.67	   
15.50/15.69	   INFO : Forward propagation technique limited 
15.59/15.75	       =>  wckTime=15.513  cpuTime=10.26  mem=393M267
18.08/18.20	   
18.08/18.20	   preprocessing
18.08/18.20	     nbConstraintChecks=3784399  nbValidityChecks=140315  nbPropagations=700  nbRevisions=159860
18.08/18.20	     nbUselessRevisions=159860  nbRemovedValues=0  detectedInconsistency=no
18.08/18.20	       =>  wckTime=2.452  cpuTime=2.42  mem=399M354
105.15/105.71	   
105.15/105.71	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=404M426)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058336-1215114392/watcher-1058336-1215114392 -o /tmp/evaluation-result-1058336-1215114392/solver-1058336-1215114392 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1058336-1215114392.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 16632
/proc/meminfo: memFree=1694480/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=18572 CPUtime=0
/proc/16632/stat : 16632 (runsolver) R 16630 16632 15908 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 634359427 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16632/statm: 4643 292 257 25 0 2626 0

[startup+0.084985 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 16632
/proc/meminfo: memFree=1694480/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=865856 CPUtime=0.06
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 3580 0 1 0 5 1 0 0 18 0 9 0 634359427 886636544 3068 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 216464 3068 1642 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102982 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 16632
/proc/meminfo: memFree=1694480/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=866908 CPUtime=0.08
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 3857 0 1 0 7 1 0 0 18 0 9 0 634359427 887713792 3302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 216727 3303 1742 9 0 211282 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866908

[startup+0.302014 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 16632
/proc/meminfo: memFree=1694480/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=867292 CPUtime=0.28
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 6068 0 1 0 25 3 0 0 18 0 9 0 634359427 888107008 5442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 216823 5442 1960 9 0 211351 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867292

[startup+0.701041 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 16632
/proc/meminfo: memFree=1694480/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=868604 CPUtime=0.68
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 9529 0 1 0 62 6 0 0 18 0 9 0 634359427 889450496 8889 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217151 8889 2012 9 0 211657 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868604

[startup+1.50213 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 16641
/proc/meminfo: memFree=1647112/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=868516 CPUtime=1.48
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 18493 0 1 0 136 12 0 0 18 0 9 0 634359427 889360384 17828 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217129 17828 2004 9 0 211657 0
[pid=16632/tid=16634] ppid=16630 vsize=868516 CPUtime=1.23
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 15753 0 1 0 113 10 0 0 20 0 9 0 634359429 889360384 17828 996147200 134512640 134550740 4294955984 18446744073709551615 102887950 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16635] ppid=16630 vsize=868516 CPUtime=0.06
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 1370 0 0 0 6 0 0 0 16 0 9 0 634359430 889360384 17828 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16636] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 634359430 889360384 17828 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16637] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634359430 889360384 17828 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16638] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634359432 889360384 17828 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=868516 CPUtime=0.15
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 672 0 0 0 15 0 0 0 16 0 9 0 634359432 889360384 17828 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16640] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 634359432 889360384 17828 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634359432 889360384 17828 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868516

[startup+3.10129 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 16641
/proc/meminfo: memFree=1619592/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=868516 CPUtime=3.07
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 22746 0 1 0 293 14 0 0 18 0 9 0 634359427 889360384 22079 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217129 22079 2004 9 0 211657 0
[pid=16632/tid=16634] ppid=16630 vsize=868516 CPUtime=2.6
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 15756 0 1 0 250 10 0 0 25 0 9 0 634359429 889360384 22079 996147200 134512640 134550740 4294955984 18446744073709551615 4126525410 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16635] ppid=16630 vsize=868516 CPUtime=0.28
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 5620 0 0 0 26 2 0 0 17 0 9 0 634359430 889360384 22079 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16636] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 634359430 889360384 22079 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16637] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634359430 889360384 22079 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16638] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634359432 889360384 22079 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=868516 CPUtime=0.15
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 672 0 0 0 15 0 0 0 16 0 9 0 634359432 889360384 22079 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16640] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 634359432 889360384 22079 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634359432 889360384 22079 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868516

[startup+6.30263 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 16641
/proc/meminfo: memFree=1569416/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=868516 CPUtime=6.25
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 39036 0 1 0 545 80 0 0 18 0 9 0 634359427 889360384 38364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217129 38364 2005 9 0 211657 0
[pid=16632/tid=16634] ppid=16630 vsize=868520 CPUtime=5.21
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 15784 0 1 0 452 69 0 0 24 0 9 0 634359429 889364480 38364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16635] ppid=16630 vsize=868516 CPUtime=0.78
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 21817 0 0 0 69 9 0 0 17 0 9 0 634359430 889360384 38364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16636] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 634359430 889360384 38364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16637] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634359430 889360384 38364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16638] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634359432 889360384 38364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=868520 CPUtime=0.24
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 737 0 0 0 23 1 0 0 15 0 9 0 634359432 889364480 38364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16640] ppid=16630 vsize=868516 CPUtime=0
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 634359432 889360384 38364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=868520 CPUtime=0
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634359432 889364480 38364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868516

[startup+12.7013 s]
/proc/loadavg: 2.01 2.00 2.00 4/86 16645
/proc/meminfo: memFree=1420088/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=869668 CPUtime=12.61
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 122765 4033 1 0 935 204 117 5 18 0 9 0 634359427 890540032 68866 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217417 68866 2068 9 0 211945 0
[pid=16632/tid=16634] ppid=16630 vsize=869668 CPUtime=10.18
/proc/16632/task/16634/stat : 16634 (java) S 16630 16632 15908 0 -1 64 20532 4033 1 0 726 170 117 5 18 0 9 0 634359429 890540032 68866 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16635] ppid=16630 vsize=869668 CPUtime=3.29
/proc/16632/task/16635/stat : 16635 (java) R 16630 16632 15908 0 -1 64 100430 4033 0 0 179 28 117 5 20 0 9 0 634359430 890540032 68866 996147200 134512640 134550740 4294955984 18446744073709551615 104180239 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16636] ppid=16630 vsize=869668 CPUtime=1.22
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 13 4033 0 0 0 0 117 5 16 0 9 0 634359430 890540032 68866 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16637] ppid=16630 vsize=869668 CPUtime=1.22
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 5 4033 0 0 0 0 117 5 16 0 9 0 634359430 890540032 68866 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16638] ppid=16630 vsize=869668 CPUtime=1.22
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 4033 0 0 0 0 117 5 18 0 9 0 634359432 890540032 68866 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=869668 CPUtime=1.5
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 943 4033 0 0 27 1 117 5 15 0 9 0 634359432 890540032 68866 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16640] ppid=16630 vsize=869668 CPUtime=1.22
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 4033 0 0 0 0 117 5 19 0 9 0 634359432 890540032 68866 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=869668 CPUtime=1.22
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 11 4033 0 0 0 0 117 5 15 0 9 0 634359432 890540032 68866 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 869668

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16645
/proc/meminfo: memFree=1261312/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=869252 CPUtime=25.34
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 174671 4033 1 0 2187 225 117 5 18 0 9 0 634359427 890114048 110522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217313 110522 2637 9 0 211819 0
[pid=16632/tid=16634] ppid=16630 vsize=869252 CPUtime=21.31
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 28865 4033 1 0 1837 172 117 5 25 0 9 0 634359429 890114048 110522 996147200 134512640 134550740 4294955984 18446744073709551615 4127339397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16635] ppid=16630 vsize=869252 CPUtime=4.82
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 143912 4033 0 0 312 48 117 5 16 0 9 0 634359430 890114048 110522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16636] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 16 4033 0 0 0 0 117 5 15 0 9 0 634359430 890114048 110522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16637] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 14 4033 0 0 0 0 117 5 16 0 9 0 634359430 890114048 110522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16638] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 4033 0 0 0 0 117 5 18 0 9 0 634359432 890114048 110522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=869252 CPUtime=1.6
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 1022 4033 0 0 37 1 117 5 15 0 9 0 634359432 890114048 110522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16640] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 4033 0 0 0 0 117 5 19 0 9 0 634359432 890114048 110522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 11 4033 0 0 0 0 117 5 15 0 9 0 634359432 890114048 110522 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 869252

[startup+51.1022 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 16645
/proc/meminfo: memFree=1261248/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=869252 CPUtime=50.82
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 174681 4033 1 0 4734 226 117 5 18 0 9 0 634359427 890114048 110527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217313 110527 2637 9 0 211819 0
[pid=16632/tid=16634] ppid=16630 vsize=869252 CPUtime=46.77
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 28869 4033 1 0 4382 173 117 5 25 0 9 0 634359429 890114048 110527 996147200 134512640 134550740 4294955984 18446744073709551615 4127339354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16635] ppid=16630 vsize=869252 CPUtime=4.82
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 143912 4033 0 0 312 48 117 5 16 0 9 0 634359430 890114048 110527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16636] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 16 4033 0 0 0 0 117 5 15 0 9 0 634359430 890114048 110527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16637] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 14 4033 0 0 0 0 117 5 16 0 9 0 634359430 890114048 110527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16638] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 4033 0 0 0 0 117 5 18 0 9 0 634359432 890114048 110527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=869252 CPUtime=1.61
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 1028 4033 0 0 38 1 117 5 15 0 9 0 634359432 890114048 110527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16640] ppid=16630 vsize=869252 CPUtime=1.22

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

Current children cumulated CPU time (s) 1466.48
Current children cumulated vsize (KiB) 869252

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16713
/proc/meminfo: memFree=1176680/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=869252 CPUtime=1525.91
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 174722 4033 1 0 152239 230 117 5 18 0 9 0 634359427 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217313 110546 2637 9 0 211819 0
[pid=16632/tid=16634] ppid=16630 vsize=869252 CPUtime=1521.81
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 28881 4033 1 0 151883 176 117 5 25 0 9 0 634359429 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4127346605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16635] ppid=16630 vsize=869252 CPUtime=4.82
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 143912 4033 0 0 312 48 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16636] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 16 4033 0 0 0 0 117 5 15 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16637] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 14 4033 0 0 0 0 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16638] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 4033 0 0 0 0 117 5 18 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=869252 CPUtime=1.65
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 1057 4033 0 0 42 1 117 5 16 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16640] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 4033 0 0 0 0 117 5 19 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=869252 CPUtime=1.23
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 11 4033 0 0 0 1 117 5 15 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1525.91
Current children cumulated vsize (KiB) 869252

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16713
/proc/meminfo: memFree=1176680/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=869252 CPUtime=1585.36
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 174722 4033 1 0 158184 230 117 5 18 0 9 0 634359427 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217313 110546 2637 9 0 211819 0
[pid=16632/tid=16634] ppid=16630 vsize=869252 CPUtime=1581.25
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 28881 4033 1 0 157827 176 117 5 25 0 9 0 634359429 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4127339351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16635] ppid=16630 vsize=869252 CPUtime=4.82
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 143912 4033 0 0 312 48 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16636] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 16 4033 0 0 0 0 117 5 15 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16637] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 14 4033 0 0 0 0 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16638] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 4033 0 0 0 0 117 5 18 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=869252 CPUtime=1.65
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 1057 4033 0 0 42 1 117 5 16 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16640] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 4033 0 0 0 0 117 5 19 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=869252 CPUtime=1.23
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 11 4033 0 0 0 1 117 5 15 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1585.36
Current children cumulated vsize (KiB) 869252

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16713
/proc/meminfo: memFree=1176616/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=869252 CPUtime=1644.79
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 174722 4033 1 0 164127 230 117 5 18 0 9 0 634359427 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217313 110546 2637 9 0 211819 0
[pid=16632/tid=16634] ppid=16630 vsize=869252 CPUtime=1640.69
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 28881 4033 1 0 163771 176 117 5 25 0 9 0 634359429 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4127331829 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16635] ppid=16630 vsize=869252 CPUtime=4.82
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 143912 4033 0 0 312 48 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16636] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 16 4033 0 0 0 0 117 5 15 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16637] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 14 4033 0 0 0 0 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16638] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 4033 0 0 0 0 117 5 18 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=869252 CPUtime=1.65
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 1057 4033 0 0 42 1 117 5 16 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16640] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 4033 0 0 0 0 117 5 19 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=869252 CPUtime=1.23
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 11 4033 0 0 0 1 117 5 15 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1644.79
Current children cumulated vsize (KiB) 869252

[startup+1722.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 16740
/proc/meminfo: memFree=1271056/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=869252 CPUtime=1704.28
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 174722 4033 1 0 170075 231 117 5 18 0 9 0 634359427 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217313 110546 2637 9 0 211819 0
[pid=16632/tid=16634] ppid=16630 vsize=869252 CPUtime=1700.16
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 28881 4033 1 0 169718 176 117 5 25 0 9 0 634359429 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4127339403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16635] ppid=16630 vsize=869252 CPUtime=4.82
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 143912 4033 0 0 312 48 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16636] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 16 4033 0 0 0 0 117 5 15 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16637] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 14 4033 0 0 0 0 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16638] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 4033 0 0 0 0 117 5 18 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=869252 CPUtime=1.65
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 1057 4033 0 0 42 1 117 5 16 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16640] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 4033 0 0 0 0 117 5 19 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=869252 CPUtime=1.23
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 11 4033 0 0 0 1 117 5 15 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1704.28
Current children cumulated vsize (KiB) 869252

[startup+1782.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 16740
/proc/meminfo: memFree=1270032/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=869252 CPUtime=1764.03
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 174722 4033 1 0 176050 231 117 5 18 0 9 0 634359427 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217313 110546 2637 9 0 211819 0
[pid=16632/tid=16634] ppid=16630 vsize=869252 CPUtime=1759.91
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 28881 4033 1 0 175693 176 117 5 25 0 9 0 634359429 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4127331877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16635] ppid=16630 vsize=869252 CPUtime=4.82
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 143912 4033 0 0 312 48 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16636] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 16 4033 0 0 0 0 117 5 15 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16637] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 14 4033 0 0 0 0 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16638] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 4033 0 0 0 0 117 5 18 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=869252 CPUtime=1.65
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 1057 4033 0 0 42 1 117 5 16 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16640] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 4033 0 0 0 0 117 5 19 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=869252 CPUtime=1.23
/proc/16632/task/16641/stat : 16641 (java) S 16630 16632 15908 0 -1 64 11 4033 0 0 0 1 117 5 15 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.03
Current children cumulated vsize (KiB) 869252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.5 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 16740
/proc/meminfo: memFree=1269904/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=869252 CPUtime=1800.09
/proc/16632/stat : 16632 (java) S 16630 16632 15908 0 -1 0 174722 4033 1 0 179656 231 117 5 18 0 9 0 634359427 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16632/statm: 217313 110546 2637 9 0 211819 0
[pid=16632/tid=16634] ppid=16630 vsize=869252 CPUtime=1795.97
/proc/16632/task/16634/stat : 16634 (java) R 16630 16632 15908 0 -1 64 28881 4033 1 0 179299 176 117 5 25 0 9 0 634359429 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4127330870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16632/tid=16635] ppid=16630 vsize=869252 CPUtime=4.82
/proc/16632/task/16635/stat : 16635 (java) S 16630 16632 15908 0 -1 64 143912 4033 0 0 312 48 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16636] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16636/stat : 16636 (java) S 16630 16632 15908 0 -1 64 16 4033 0 0 0 0 117 5 15 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16637] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16637/stat : 16637 (java) S 16630 16632 15908 0 -1 64 14 4033 0 0 0 0 117 5 16 0 9 0 634359430 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16638] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16638/stat : 16638 (java) S 16630 16632 15908 0 -1 64 1 4033 0 0 0 0 117 5 18 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16639] ppid=16630 vsize=869252 CPUtime=1.65
/proc/16632/task/16639/stat : 16639 (java) S 16630 16632 15908 0 -1 64 1057 4033 0 0 42 1 117 5 16 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16640] ppid=16630 vsize=869252 CPUtime=1.22
/proc/16632/task/16640/stat : 16640 (java) S 16630 16632 15908 0 -1 64 2 4033 0 0 0 0 117 5 19 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16632/tid=16641] ppid=16630 vsize=869252 CPUtime=1.23
/proc/16632/task/16641/stat : 16641 (java) R 16630 16632 15908 0 -1 64 11 4033 0 0 0 1 117 5 15 0 9 0 634359432 890114048 110546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 869252

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

Solver just ended. Dumping a history of the last processes samples

[startup+1818.61 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 16740
/proc/meminfo: memFree=1269904/2055920 swapFree=4176956/4192956
[pid=16632] ppid=16630 vsize=0 CPUtime=1800.19
/proc/16632/stat : 16632 (java) R 16630 16632 15908 0 -1 1028 174752 4033 1 0 179661 236 117 5 16 0 1 0 634359427 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 0 0 0
/proc/16632/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1818.62
CPU time (s): 1800.23
CPU user time (s): 1797.79
CPU system time (s): 2.43363
CPU usage (%): 98.9884
Max. virtual memory (cumulated for all children) (KiB): 893728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 2.43363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178785
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= 38985
involuntary context switches= 66832

runsolver used 2.28865 second user time and 5.98709 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-03 21:46:33
IDJOB=1058336
IDBENCH=54121
IDSOLVER=363
FILE ID=node84/1058336-1215114392
PBS_JOBID= 7877040
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058336-1215114392/watcher-1058336-1215114392 -o /tmp/evaluation-result-1058336-1215114392/solver-1058336-1215114392 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1058336-1215114392.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4557782171b25598d03a057775c7d656
RANDOM SEED=858269577

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1694896 kB
Buffers:         13180 kB
Cached:         247492 kB
SwapCached:      10240 kB
Active:         155364 kB
Inactive:       171668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694896 kB
SwapTotal:     4192956 kB
SwapFree:      4176956 kB
Dirty:            8516 kB
Writeback:           0 kB
Mapped:          72008 kB
Slab:            19244 kB
Committed_AS:  1174024 kB
PageTables:       1868 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= 66536 MiB
End job on node84 at 2008-07-03 22:16:53