Trace number 1093798

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.1 1818.35

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-108-36-3-9_glb.xml
MD5SUM0f3eb91535261d7ec3bb0429889a1eb7
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.3978
Satisfiable
(Un)Satisfiability was proved
Number of variables4860
Number of constraints4041
Maximum constraint arity108
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3888
Global constraints used (with number of constraints)weightedsum(153)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.33	   
0.29/0.33	   instance
0.29/0.33	     name=HOME/instance-1093798-1215266243.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.58/0.69	     nbVariables=4860  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=9720
0.58/0.69	       =>  wckTime=0.441  cpuTime=0.29  mem=20M531
0.58/0.69	   
0.58/0.69	   predicates being loaded...
0.68/0.75	   
0.68/0.75	   constraints being loaded...
12.07/12.37	     nbConstraints=4156  nbGlobalConstraints=268  nbConflictsStructures=1  nbSharedConflictsStructures=3887
12.07/12.37	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=3887  minDegree=4  maxDegree=14
12.07/12.37	     minArity=3  avgArity=9.85  maxArity=1728  nbGenerators=115  nbFusions=0  symmetryWckTime=10.649
12.07/12.37	     symmetryCpuTime=9.23
12.07/12.37	       =>  wckTime=12.127  cpuTime=10.36  mem=54M153
12.28/12.51	   
12.28/12.51	   solver IterativeSystematicSolver being built... 
12.37/12.67	   
12.37/12.67	   INFO : Forward propagation technique limited 
12.67/12.93	       =>  wckTime=12.685  cpuTime=10.71  mem=33M607
12.67/12.97	   
12.67/12.97	   preprocessing
12.67/12.97	     nbConstraintChecks=0  nbPropagations=4860  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
12.67/12.97	     detectedInconsistency=no
12.67/12.97	       =>  wckTime=0.033  cpuTime=0.02  mem=33M607

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-1093798-1215266243/watcher-1093798-1215266243 -o /tmp/evaluation-result-1093798-1215266243/solver-1093798-1215266243 -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-1093798-1215266243.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.00 2.00 2.00 3/80 31527
/proc/meminfo: memFree=1637248/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=1616 CPUtime=0
/proc/31527/stat : 31527 (java) D 31525 31527 29157 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 1314870246 1654784 151 996147200 134512640 134550740 4294955968 18446744073709551615 7619364 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/31527/statm: 404 151 125 9 0 46 0
[pid=31527/tid=31528] ppid=31525 vsize=10616 CPUtime=0
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1314870248 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8466392 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0311749 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 31527
/proc/meminfo: memFree=1637248/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=861876 CPUtime=0.02
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 1880 0 1 0 1 1 0 0 18 0 5 0 1314870246 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 215469 1567 695 9 0 210448 0
[pid=31527/tid=31528] ppid=31525 vsize=861876 CPUtime=0.01
/proc/31527/task/31528/stat : 31528 (java) S 31525 31527 29157 0 -1 64 1190 0 1 0 1 0 0 0 19 0 5 0 1314870248 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101553 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 31527
/proc/meminfo: memFree=1637248/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=865884 CPUtime=0.08
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 3688 0 1 0 6 2 0 0 18 0 9 0 1314870246 886665216 3162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 216471 3162 1681 9 0 211026 0
[pid=31527/tid=31528] ppid=31525 vsize=865884 CPUtime=0.06
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 2780 0 1 0 5 1 0 0 18 0 9 0 1314870248 886665216 3162 996147200 134512640 134550740 4294955968 18446744073709551615 4126382064 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302596 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 31527
/proc/meminfo: memFree=1637248/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=866048 CPUtime=0.29
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 5579 0 1 0 25 4 0 0 18 0 9 0 1314870246 886833152 4993 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 216512 4993 1902 9 0 211060 0
[pid=31527/tid=31528] ppid=31525 vsize=866048 CPUtime=0.25
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 4655 0 1 0 22 3 0 0 19 0 9 0 1314870248 886833152 4993 996147200 134512640 134550740 4294955968 18446744073709551615 7619364 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866048

[startup+0.701681 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 31527
/proc/meminfo: memFree=1637248/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=867436 CPUtime=0.68
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 10055 0 1 0 60 8 0 0 18 0 9 0 1314870246 888254464 9425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 216859 9425 1971 9 0 211387 0
[pid=31527/tid=31528] ppid=31525 vsize=867436 CPUtime=0.52
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 8751 0 1 0 45 7 0 0 19 0 9 0 1314870248 888254464 9425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867436

[startup+1.50241 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 31536
/proc/meminfo: memFree=1595640/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=867524 CPUtime=1.47
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 17137 0 1 0 123 24 0 0 18 0 9 0 1314870246 888344576 16496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 216881 16496 2014 9 0 211387 0
[pid=31527/tid=31528] ppid=31525 vsize=867524 CPUtime=1.22
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 15764 0 1 0 100 22 0 0 25 0 9 0 1314870248 888344576 16496 996147200 134512640 134550740 4294955968 18446744073709551615 8037761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31530] ppid=31525 vsize=867524 CPUtime=0
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1314870249 888344576 16496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=867524 CPUtime=0
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1314870249 888344576 16496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=867524 CPUtime=0
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1314870249 888344576 16496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=867524 CPUtime=0
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1314870252 888344576 16496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=867524 CPUtime=0.23
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 676 0 0 0 22 1 0 0 16 0 9 0 1314870252 888344576 16496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=867524 CPUtime=0
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1314870252 888344576 16496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=867524 CPUtime=0
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1314870252 888344576 16496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867524

[startup+3.10215 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 31538
/proc/meminfo: memFree=1566568/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=3.03
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 24262 1037 1 0 167 33 102 1 18 0 10 0 1314870246 888918016 18853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 18853 2011 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=2.66
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 20158 1037 1 0 134 29 102 1 16 0 10 0 1314870248 888918016 18853 996147200 134512640 134550740 4294955968 18446744073709551615 4127088683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.11
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 2361 1037 0 0 7 1 102 1 16 0 10 0 1314870249 888918016 18853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868084 CPUtime=1.03
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 13 1037 0 0 0 0 102 1 16 0 10 0 1314870249 888918016 18853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868084 CPUtime=1.03
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 5 1037 0 0 0 0 102 1 16 0 10 0 1314870249 888918016 18853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.03
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1037 0 0 0 0 102 1 18 0 10 0 1314870252 888918016 18853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.29
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 910 1037 0 0 25 1 102 1 16 0 10 0 1314870252 888918016 18853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.03
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1037 0 0 0 0 102 1 19 0 10 0 1314870252 888918016 18853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.03
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 11 1037 0 0 0 0 102 1 15 0 10 0 1314870252 888918016 18853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868084

[startup+6.30253 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 31540
/proc/meminfo: memFree=1551728/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=6.18
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 40441 1160 1 0 477 37 102 2 18 0 9 0 1314870246 888918016 23165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 23165 2017 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=5.68
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 29797 1160 1 0 433 31 102 2 18 0 9 0 1314870248 888918016 23165 996147200 134512640 134550740 4294955968 18446744073709551615 4127123776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.24
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 8858 1160 0 0 16 4 102 2 16 0 9 0 1314870249 888918016 23165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 18 1160 0 0 0 0 102 2 16 0 9 0 1314870249 888918016 23165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 9 1160 0 0 0 0 102 2 16 0 9 0 1314870249 888918016 23165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 888918016 23165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.31
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 919 1160 0 0 26 1 102 2 16 0 9 0 1314870252 888918016 23165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 888918016 23165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 0 0 102 2 15 0 9 0 1314870252 888918016 23165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 868084

[startup+12.702 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 31540
/proc/meminfo: memFree=1551536/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868172 CPUtime=12.47
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 42155 1160 1 0 1105 38 102 2 18 0 9 0 1314870246 889008128 24089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217043 24089 2637 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868172 CPUtime=11.78
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 29955 1160 1 0 1043 31 102 2 25 0 9 0 1314870248 889008128 24089 996147200 134512640 134550740 4294955968 18446744073709551615 103804737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868172 CPUtime=1.39
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 10356 1160 0 0 31 4 102 2 17 0 9 0 1314870249 889008128 24089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868172 CPUtime=1.04
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 18 1160 0 0 0 0 102 2 16 0 9 0 1314870249 889008128 24089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868172 CPUtime=1.04
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 9 1160 0 0 0 0 102 2 16 0 9 0 1314870249 889008128 24089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868172 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 889008128 24089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868172 CPUtime=1.34
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 977 1160 0 0 29 1 102 2 15 0 9 0 1314870252 889008128 24089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868172 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 889008128 24089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868172 CPUtime=1.04
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 0 0 102 2 15 0 9 0 1314870252 889008128 24089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 868172

[startup+25.5016 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 31540
/proc/meminfo: memFree=1550064/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=25.05
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 42290 1160 1 0 2362 39 102 2 18 0 9 0 1314870246 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 24164 2616 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=24.2
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 30000 1160 1 0 2285 31 102 2 25 0 9 0 1314870248 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4127314811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.41
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 10356 1160 0 0 33 4 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 18 1160 0 0 0 0 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 24 1160 0 0 0 0 102 2 15 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.46
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 1052 1160 0 0 41 1 102 2 17 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 0 0 102 2 15 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 868084

[startup+51.1026 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 31540
/proc/meminfo: memFree=1550128/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=50.23
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 42291 1160 1 0 4880 39 102 2 18 0 9 0 1314870246 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 24164 2616 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=49.39
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 30000 1160 1 0 4803 32 102 2 25 0 9 0 1314870248 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4126803448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.41

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

/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 24 1160 0 0 0 0 102 2 15 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.47
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 1053 1160 0 0 42 1 102 2 16 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.05
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 1 0 102 2 15 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1524.28
Current children cumulated vsize (KiB) 868084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31663
/proc/meminfo: memFree=1493408/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=1584.22
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 42291 1160 1 0 158271 47 102 2 18 0 9 0 1314870246 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 24164 2616 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=1583.36
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 30000 1160 1 0 158193 39 102 2 25 0 9 0 1314870248 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4127318278 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.41
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 10356 1160 0 0 33 4 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 18 1160 0 0 0 0 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 24 1160 0 0 0 0 102 2 15 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.47
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 1053 1160 0 0 42 1 102 2 16 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.05
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 1 0 102 2 15 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1584.22
Current children cumulated vsize (KiB) 868084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31663
/proc/meminfo: memFree=1493344/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=1644.16
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 42291 1160 1 0 164265 47 102 2 18 0 9 0 1314870246 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 24164 2616 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=1643.3
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 30000 1160 1 0 164187 39 102 2 25 0 9 0 1314870248 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4127281060 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.41
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 10356 1160 0 0 33 4 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 18 1160 0 0 0 0 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 24 1160 0 0 0 0 102 2 15 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.47
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 1053 1160 0 0 42 1 102 2 16 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.05
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 1 0 102 2 15 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1644.16
Current children cumulated vsize (KiB) 868084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31663
/proc/meminfo: memFree=1493280/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=1704.11
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 42291 1160 1 0 170260 47 102 2 18 0 9 0 1314870246 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 24164 2616 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=1703.25
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 30000 1160 1 0 170182 39 102 2 25 0 9 0 1314870248 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4127322650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.41
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 10356 1160 0 0 33 4 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 18 1160 0 0 0 0 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 24 1160 0 0 0 0 102 2 15 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.47
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 1053 1160 0 0 42 1 102 2 16 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.05
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 1 0 102 2 15 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1704.11
Current children cumulated vsize (KiB) 868084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31663
/proc/meminfo: memFree=1491424/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=1764.07
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 42291 1160 1 0 176255 48 102 2 18 0 9 0 1314870246 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 24164 2616 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=1763.2
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 30000 1160 1 0 176177 39 102 2 25 0 9 0 1314870248 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4127317193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.41
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 10356 1160 0 0 33 4 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 18 1160 0 0 0 0 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 24 1160 0 0 0 0 102 2 15 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.47
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 1053 1160 0 0 42 1 102 2 16 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.05
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 1 0 102 2 15 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.07
Current children cumulated vsize (KiB) 868084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31663
/proc/meminfo: memFree=1485792/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=1800.05
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 42291 1160 1 0 179853 48 102 2 18 0 9 0 1314870246 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 24164 2616 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=1799.18
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 30000 1160 1 0 179775 39 102 2 25 0 9 0 1314870248 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4127317203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.41
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 10356 1160 0 0 33 4 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 18 1160 0 0 0 0 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 24 1160 0 0 0 0 102 2 15 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.47
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 1053 1160 0 0 42 1 102 2 16 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.05
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 1 0 102 2 15 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868084

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

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

[startup+1818.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31663
/proc/meminfo: memFree=1485792/2055920 swapFree=4122216/4192956
[pid=31527] ppid=31525 vsize=868084 CPUtime=1800.05
/proc/31527/stat : 31527 (java) S 31525 31527 29157 0 -1 0 42291 1160 1 0 179853 48 102 2 18 0 9 0 1314870246 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31527/statm: 217021 24164 2616 9 0 211549 0
[pid=31527/tid=31528] ppid=31525 vsize=868084 CPUtime=1799.18
/proc/31527/task/31528/stat : 31528 (java) R 31525 31527 29157 0 -1 64 30000 1160 1 0 179775 39 102 2 25 0 9 0 1314870248 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4127317203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31527/tid=31530] ppid=31525 vsize=868084 CPUtime=1.41
/proc/31527/task/31530/stat : 31530 (java) S 31525 31527 29157 0 -1 64 10356 1160 0 0 33 4 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31531] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31531/stat : 31531 (java) S 31525 31527 29157 0 -1 64 18 1160 0 0 0 0 102 2 16 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31532] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31532/stat : 31532 (java) S 31525 31527 29157 0 -1 64 24 1160 0 0 0 0 102 2 15 0 9 0 1314870249 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31533] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31533/stat : 31533 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 18 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31534] ppid=31525 vsize=868084 CPUtime=1.47
/proc/31527/task/31534/stat : 31534 (java) S 31525 31527 29157 0 -1 64 1053 1160 0 0 42 1 102 2 16 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31535] ppid=31525 vsize=868084 CPUtime=1.04
/proc/31527/task/31535/stat : 31535 (java) S 31525 31527 29157 0 -1 64 1 1160 0 0 0 0 102 2 19 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31527/tid=31536] ppid=31525 vsize=868084 CPUtime=1.05
/proc/31527/task/31536/stat : 31536 (java) S 31525 31527 29157 0 -1 64 33 1160 0 0 1 0 102 2 15 0 9 0 1314870252 888918016 24164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868084

Child status: 143
Real time (s): 1818.35
CPU time (s): 1800.1
CPU user time (s): 1799.58
CPU system time (s): 0.51992
CPU usage (%): 98.9966
Max. virtual memory (cumulated for all children) (KiB): 873032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43483
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= 38797
involuntary context switches= 44976

runsolver used 3.9334 second user time and 8.97363 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 15:57:23
IDJOB=1093798
IDBENCH=58726
IDSOLVER=363
FILE ID=node20/1093798-1215266243
PBS_JOBID= 7882025
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-108-36-3-9_glb.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-1093798-1215266243/watcher-1093798-1215266243 -o /tmp/evaluation-result-1093798-1215266243/solver-1093798-1215266243 -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-1093798-1215266243.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f3eb91535261d7ec3bb0429889a1eb7
RANDOM SEED=389347317

node20.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.263
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.263
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:       1637728 kB
Buffers:         33740 kB
Cached:         159388 kB
SwapCached:      64388 kB
Active:         276060 kB
Inactive:        87884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637728 kB
SwapTotal:     4192956 kB
SwapFree:      4122216 kB
Dirty:            2820 kB
Writeback:           0 kB
Mapped:         184580 kB
Slab:            39208 kB
Committed_AS:  3528836 kB
PageTables:       2140 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= 66496 MiB
End job on node20 at 2008-07-05 16:27:44