Trace number 1083551

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.18 1809.69

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-30.xml
MD5SUM7ee29d50aedd8edbbe32da692c1694e3
Bench Category2-ARY-INT (binary 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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1535
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1083551-1215229045.xml
0.29/0.34	   
0.29/0.35	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.48/0.58	     nbVariables=800  nbDomainTypes=96  minDomainSize=1437  maxDomainSize=1535  nbTotalValues=1188696
0.48/0.58	       =>  wckTime=0.35  cpuTime=0.24  mem=34M326
0.48/0.58	   
0.48/0.58	   predicates being loaded...
0.59/0.64	   
0.59/0.64	   constraints being loaded...
20.69/20.92	   
20.69/20.92	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 62M346)
23.64/23.96	     nbConstraints=12960  nbGlobalConstraints=12065  nbConvertedConstraints=79  nbConvertConstraintsChecks=100047368
23.64/23.96	     nbExtensionStructures=45  nbSharedExtensionStructures=34  nbConflictsStructures=45  nbSharedConflictsStructures=34
23.64/23.96	     nbUnbuiltConflictsStructures=243  nbSharedBinaryRepresentations=67619  nbEvaluationManagers=243
23.64/23.96	     nbSharedEvaluationManagers=573  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.64/23.96	     nbFusions=0  symmetryWckTime=2.485  symmetryCpuTime=2.22  nbCliques=20
23.64/23.96	       =>  wckTime=23.722  cpuTime=22.59  mem=78M642
23.94/24.24	   
23.94/24.24	   solver IterativeSystematicSolver being built... 
24.04/24.36	   
24.04/24.36	   INFO : Forward propagation technique limited 
24.24/24.55	       =>  wckTime=24.314  cpuTime=22.82  mem=110M500
104.97/106.10	   
104.97/106.10	   preprocessing
104.97/106.10	     nbConstraintChecks=433515294  nbValidityChecks=1835974  nbPropagations=1633  nbRevisions=4024
104.97/106.10	     nbUselessRevisions=2770  nbRemovedValues=761976  detectedInconsistency=no
104.97/106.10	       =>  wckTime=81.499  cpuTime=80.63  mem=135M553
123.20/124.40	   
123.20/124.40	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=131M741)

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-1083551-1215229045/watcher-1083551-1215229045 -o /tmp/evaluation-result-1083551-1215229045/solver-1083551-1215229045 -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-1083551-1215229045.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: 2.01 2.02 2.00 4/81 17799
/proc/meminfo: memFree=1022112/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=1616 CPUtime=0
/proc/17799/stat : 17799 (java) R 17797 17799 13417 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 2001878584 1654784 147 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17799/statm: 404 148 122 9 0 46 0

[startup+0.074051 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 17799
/proc/meminfo: memFree=1022112/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=865856 CPUtime=0.05
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 3344 0 1 0 4 1 0 0 18 0 9 0 2001878584 886636544 2863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 216464 2863 1556 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101054 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 17799
/proc/meminfo: memFree=1022112/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=865884 CPUtime=0.09
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 3769 0 1 0 7 2 0 0 18 0 9 0 2001878584 886665216 3222 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 216471 3222 1709 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301072 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 17799
/proc/meminfo: memFree=1022112/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=866196 CPUtime=0.29
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 5624 0 1 0 26 3 0 0 18 0 9 0 2001878584 886984704 5038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 216549 5038 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701102 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 17799
/proc/meminfo: memFree=1022112/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=867104 CPUtime=0.68
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 14024 0 1 0 61 7 0 0 18 0 9 0 2001878584 887914496 13384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 216776 13384 2007 9 0 211282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867104

[startup+1.50217 s]
/proc/loadavg: 2.01 2.02 2.00 4/90 17808
/proc/meminfo: memFree=948696/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=867632 CPUtime=1.48
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 23843 0 1 0 137 11 0 0 18 0 9 0 2001878584 888455168 23179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 216908 23179 2005 9 0 211436 0
[pid=17799/tid=17801] ppid=17797 vsize=867632 CPUtime=1.2
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 15766 0 1 0 113 7 0 0 25 0 9 0 2001878585 888455168 23179 996147200 134512640 134550740 4294955968 18446744073709551615 4126892700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17802] ppid=17797 vsize=867632 CPUtime=0.07
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 6707 0 0 0 5 2 0 0 17 0 9 0 2001878586 888455168 23179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17803] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001878586 888455168 23179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001878586 888455168 23179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001878588 888455168 23179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=867632 CPUtime=0.17
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 674 0 0 0 17 0 0 0 16 0 9 0 2001878588 888455168 23179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17807] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001878589 888455168 23179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001878589 888455168 23179 996147200 134512640 134550740 4294955968 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) 867632

[startup+3.1023 s]
/proc/loadavg: 2.01 2.02 2.00 3/90 17808
/proc/meminfo: memFree=936856/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=867632 CPUtime=3.05
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 23871 0 1 0 294 11 0 0 18 0 9 0 2001878584 888455168 23204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 216908 23204 2006 9 0 211436 0
[pid=17799/tid=17801] ppid=17797 vsize=867632 CPUtime=2.77
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 15776 0 1 0 269 8 0 0 25 0 9 0 2001878585 888455168 23204 996147200 134512640 134550740 4294955968 18446744073709551615 4126886852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17802] ppid=17797 vsize=867632 CPUtime=0.07
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 6707 0 0 0 5 2 0 0 17 0 9 0 2001878586 888455168 23204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17803] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001878586 888455168 23204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001878586 888455168 23204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001878588 888455168 23204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=867632 CPUtime=0.18
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 692 0 0 0 18 0 0 0 16 0 9 0 2001878588 888455168 23204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17807] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001878589 888455168 23204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001878589 888455168 23204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867632

[startup+6.30158 s]
/proc/loadavg: 2.09 2.04 2.01 3/90 17808
/proc/meminfo: memFree=936536/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=867632 CPUtime=6.22
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 23884 0 1 0 609 13 0 0 18 0 9 0 2001878584 888455168 23213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 216908 23213 2006 9 0 211436 0
[pid=17799/tid=17801] ppid=17797 vsize=867632 CPUtime=5.92
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 15781 0 1 0 583 9 0 0 25 0 9 0 2001878585 888455168 23213 996147200 134512640 134550740 4294955968 18446744073709551615 4126909710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17802] ppid=17797 vsize=867632 CPUtime=0.07
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 6707 0 0 0 5 2 0 0 17 0 9 0 2001878586 888455168 23213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17803] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001878586 888455168 23213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001878586 888455168 23213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001878588 888455168 23213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=867632 CPUtime=0.2
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 700 0 0 0 20 0 0 0 16 0 9 0 2001878588 888455168 23213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17807] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001878589 888455168 23213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001878589 888455168 23213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867632

[startup+12.7021 s]
/proc/loadavg: 2.08 2.04 2.00 3/90 17808
/proc/meminfo: memFree=936344/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=867632 CPUtime=12.56
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 29472 0 1 0 1237 19 0 0 18 0 9 0 2001878584 888455168 28799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 216908 28799 2006 9 0 211436 0
[pid=17799/tid=17801] ppid=17797 vsize=867632 CPUtime=12.1
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 15783 0 1 0 1197 13 0 0 25 0 9 0 2001878585 888455168 28799 996147200 134512640 134550740 4294955968 18446744073709551615 4126909595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17802] ppid=17797 vsize=867632 CPUtime=0.24
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 12288 0 0 0 19 5 0 0 18 0 9 0 2001878586 888455168 28799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17803] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001878586 888455168 28799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001878586 888455168 28799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001878588 888455168 28799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=867632 CPUtime=0.21
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 705 0 0 0 21 0 0 0 16 0 9 0 2001878588 888455168 28799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17807] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001878589 888455168 28799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=867632 CPUtime=0
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001878589 888455168 28799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867632

[startup+25.5012 s]
/proc/loadavg: 2.15 2.05 2.01 3/90 17812
/proc/meminfo: memFree=872464/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=868044 CPUtime=25.23
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 67301 891 1 0 2471 36 14 2 18 0 9 0 2001878584 888877056 39795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 217011 39795 2638 9 0 211517 0
[pid=17799/tid=17801] ppid=17797 vsize=868044 CPUtime=24.09
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 29840 891 1 0 2372 21 14 2 25 0 9 0 2001878585 888877056 39795 996147200 134512640 134550740 4294955968 18446744073709551615 4127280290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17802] ppid=17797 vsize=868044 CPUtime=0.92
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 35681 891 0 0 64 12 14 2 16 0 9 0 2001878586 888877056 39795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17803] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 17 891 0 0 0 0 14 2 16 0 9 0 2001878586 888877056 39795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 22 891 0 0 0 0 14 2 15 0 9 0 2001878586 888877056 39795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 18 0 9 0 2001878588 888877056 39795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=868044 CPUtime=0.5
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 913 891 0 0 34 0 14 2 15 0 9 0 2001878588 888877056 39795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17807] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 2001878589 888877056 39795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 10 891 0 0 0 0 14 2 15 0 9 0 2001878589 888877056 39795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868044

[startup+51.1014 s]
/proc/loadavg: 2.10 2.05 2.01 3/90 17812
/proc/meminfo: memFree=872464/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=868044 CPUtime=50.58
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 67581 891 1 0 5006 36 14 2 18 0 9 0 2001878584 888877056 39796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 217011 39796 2638 9 0 211517 0
[pid=17799/tid=17801] ppid=17797 vsize=868044 CPUtime=49.44
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 30114 891 1 0 4907 21 14 2 25 0 9 0 2001878585 888877056 39796 996147200 134512640 134550740 4294955968 18446744073709551615 4127104554 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17802] ppid=17797 vsize=868044 CPUtime=0.92
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 35681 891 0 0 64 12 14 2 16 0 9 0 2001878586 888877056 39796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17803] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 17 891 0 0 0 0 14 2 16 0 9 0 2001878586 888877056 39796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 22 891 0 0 0 0 14 2 15 0 9 0 2001878586 888877056 39796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 18 0 9 0 2001878588 888877056 39796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=868044 CPUtime=0.5
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 918 891 0 0 34 0 14 2 17 0 9 0 2001878588 888877056 39796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17807] ppid=17797 vsize=868044 CPUtime=0.16

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

/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 22 891 0 0 0 0 14 2 15 0 9 0 2001878586 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 18 0 9 0 2001878588 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=868044 CPUtime=0.59
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 974 891 0 0 43 0 14 2 16 0 9 0 2001878588 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17807] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 2001878589 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 11 891 0 0 0 0 14 2 15 0 9 0 2001878589 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.38
Current children cumulated vsize (KiB) 868044

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/90 18768
/proc/meminfo: memFree=1092936/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=868044 CPUtime=1534.09
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 77882 891 1 0 153333 60 14 2 18 0 9 0 2001878584 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 217011 47667 2638 9 0 211517 0
[pid=17799/tid=17801] ppid=17797 vsize=868044 CPUtime=1531.19
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 32516 891 1 0 153065 38 14 2 25 0 9 0 2001878585 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4127103533 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17802] ppid=17797 vsize=868044 CPUtime=2.59
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 43524 891 0 0 224 19 14 2 16 0 9 0 2001878586 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17803] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 17 891 0 0 0 0 14 2 16 0 9 0 2001878586 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 22 891 0 0 0 0 14 2 15 0 9 0 2001878586 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 18 0 9 0 2001878588 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=868044 CPUtime=0.59
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 974 891 0 0 43 0 14 2 16 0 9 0 2001878588 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17807] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 2001878589 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 11 891 0 0 0 0 14 2 15 0 9 0 2001878589 888877056 47667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.09
Current children cumulated vsize (KiB) 868044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 18768
/proc/meminfo: memFree=1092872/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=868044 CPUtime=1593.8
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 77908 891 1 0 159303 61 14 2 18 0 9 0 2001878584 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 217011 47675 2638 9 0 211517 0
[pid=17799/tid=17801] ppid=17797 vsize=868044 CPUtime=1590.8
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 32534 891 1 0 159026 38 14 2 25 0 9 0 2001878585 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4126889440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17802] ppid=17797 vsize=868044 CPUtime=2.68
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 43532 891 0 0 233 19 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17803] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 17 891 0 0 0 0 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 22 891 0 0 0 0 14 2 15 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 18 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=868044 CPUtime=0.59
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 974 891 0 0 43 0 14 2 16 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17807] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 11 891 0 0 0 0 14 2 15 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.8
Current children cumulated vsize (KiB) 868044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 18768
/proc/meminfo: memFree=1092808/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=868044 CPUtime=1653.5
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 77925 891 1 0 165273 61 14 2 18 0 9 0 2001878584 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 217011 47675 2638 9 0 211517 0
[pid=17799/tid=17801] ppid=17797 vsize=868044 CPUtime=1650.43
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 32551 891 1 0 164989 38 14 2 25 0 9 0 2001878585 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4127104600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17802] ppid=17797 vsize=868044 CPUtime=2.75
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 43532 891 0 0 240 19 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17803] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 17 891 0 0 0 0 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 22 891 0 0 0 0 14 2 15 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 18 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=868044 CPUtime=0.59
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 974 891 0 0 43 0 14 2 16 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17807] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 11 891 0 0 0 0 14 2 15 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.5
Current children cumulated vsize (KiB) 868044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18768
/proc/meminfo: memFree=1092744/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=868044 CPUtime=1713.22
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 77942 891 1 0 171244 62 14 2 18 0 9 0 2001878584 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 217011 47675 2638 9 0 211517 0
[pid=17799/tid=17801] ppid=17797 vsize=868044 CPUtime=1710.06
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 32568 891 1 0 170952 38 14 2 25 0 9 0 2001878585 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4126886880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17802] ppid=17797 vsize=868044 CPUtime=2.83
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 43532 891 0 0 248 19 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17803] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 17 891 0 0 0 0 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 22 891 0 0 0 0 14 2 15 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 18 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=868044 CPUtime=0.59
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 974 891 0 0 43 0 14 2 16 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17807] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 11 891 0 0 0 0 14 2 15 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.22
Current children cumulated vsize (KiB) 868044

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18768
/proc/meminfo: memFree=1092616/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=868044 CPUtime=1772.92
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 77953 891 1 0 177214 62 14 2 18 0 9 0 2001878584 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 217011 47675 2638 9 0 211517 0
[pid=17799/tid=17801] ppid=17797 vsize=868044 CPUtime=1769.71
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 32579 891 1 0 176917 38 14 2 25 0 9 0 2001878585 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4126656728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17802] ppid=17797 vsize=868044 CPUtime=2.87
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 43532 891 0 0 252 19 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17803] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 17 891 0 0 0 0 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 22 891 0 0 0 0 14 2 15 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 18 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=868044 CPUtime=0.59
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 974 891 0 0 43 0 14 2 16 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17807] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 11 891 0 0 0 0 14 2 15 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.92
Current children cumulated vsize (KiB) 868044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18768
/proc/meminfo: memFree=1092552/2055920 swapFree=4180080/4192956
[pid=17799] ppid=17797 vsize=868044 CPUtime=1800.08
/proc/17799/stat : 17799 (java) S 17797 17799 13417 0 -1 0 77959 891 1 0 179930 62 14 2 18 0 9 0 2001878584 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17799/statm: 217011 47675 2638 9 0 211517 0
[pid=17799/tid=17801] ppid=17797 vsize=868044 CPUtime=1796.85
/proc/17799/task/17801/stat : 17801 (java) R 17797 17799 13417 0 -1 64 32585 891 1 0 179631 38 14 2 25 0 9 0 2001878585 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4127261774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17802] ppid=17797 vsize=868044 CPUtime=2.9
/proc/17799/task/17802/stat : 17802 (java) S 17797 17799 13417 0 -1 64 43532 891 0 0 255 19 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17803] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17803/stat : 17803 (java) S 17797 17799 13417 0 -1 64 17 891 0 0 0 0 14 2 16 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17804] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17804/stat : 17804 (java) S 17797 17799 13417 0 -1 64 22 891 0 0 0 0 14 2 15 0 9 0 2001878586 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17805] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17805/stat : 17805 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 18 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17806] ppid=17797 vsize=868044 CPUtime=0.59
/proc/17799/task/17806/stat : 17806 (java) S 17797 17799 13417 0 -1 64 974 891 0 0 43 0 14 2 16 0 9 0 2001878588 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17799/tid=17807] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17807/stat : 17807 (java) S 17797 17799 13417 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17799/tid=17808] ppid=17797 vsize=868044 CPUtime=0.16
/proc/17799/task/17808/stat : 17808 (java) S 17797 17799 13417 0 -1 64 11 891 0 0 0 0 14 2 15 0 9 0 2001878589 888877056 47675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868044

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

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

Child status: 143
Real time (s): 1809.69
CPU time (s): 1800.18
CPU user time (s): 1799.5
CPU system time (s): 0.681896
CPU usage (%): 99.4748
Max. virtual memory (cumulated for all children) (KiB): 868044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.681896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78880
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= 41785
involuntary context switches= 37767

runsolver used 2.22066 second user time and 6.07408 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 05:37:26
IDJOB=1083551
IDBENCH=57488
IDSOLVER=363
FILE ID=node31/1083551-1215229045
PBS_JOBID= 7881673
Free space on /tmp= 66488 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-30.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-1083551-1215229045/watcher-1083551-1215229045 -o /tmp/evaluation-result-1083551-1215229045/solver-1083551-1215229045 -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-1083551-1215229045.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7ee29d50aedd8edbbe32da692c1694e3
RANDOM SEED=2051051606

node31.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.232
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.232
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:       1022592 kB
Buffers:         41340 kB
Cached:         177868 kB
SwapCached:       6280 kB
Active:         899780 kB
Inactive:        79948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1022592 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            3688 kB
Writeback:           0 kB
Mapped:         776332 kB
Slab:            36800 kB
Committed_AS:  3915296 kB
PageTables:       3500 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node31 at 2008-07-05 06:07:37