Trace number 1101340

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.11 1805.87

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-41_ext.xml
MD5SUM19b7482920c29c9f68e9d6e989f10e09
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.195
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1101340-1215293030.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.35	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23  nbTotalValues=1150
0.29/0.35	       =>  wckTime=0.107  cpuTime=0.1  mem=7M919
0.29/0.35	   
0.29/0.35	   relations being loaded...
0.49/0.50	   
0.49/0.50	   constraints being loaded...
0.69/0.73	     nbConstraints=461  nbRelationTypes=461  nbExtensionStructures=461  nbSharedExtensionStructures=0
0.69/0.73	     nbConflictsStructures=461  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2343  minDegree=12
0.69/0.73	     maxDegree=28  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.063  symmetryCpuTime=0.03
0.69/0.73	       =>  wckTime=0.475  cpuTime=0.35  mem=23M547
0.79/0.81	   
0.79/0.81	   solver IterativeSystematicSolver being built... 
0.88/0.95	       =>  wckTime=0.705  cpuTime=0.47  mem=21M707
0.88/0.96	   
0.88/0.96	   preprocessing
0.88/0.96	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.88/0.96	     detectedInconsistency=no
0.88/0.96	       =>  wckTime=0.01  cpuTime=0.0  mem=22M699
1.08/1.14	   
1.08/1.14	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M690)

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-1101340-1215293030/watcher-1101340-1215293030 -o /tmp/evaluation-result-1101340-1215293030/solver-1101340-1215293030 -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-1101340-1215293030.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 26895
/proc/meminfo: memFree=1699656/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=861876 CPUtime=0.01
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 1880 0 1 0 0 1 0 0 18 0 5 0 2008277447 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 215469 1567 695 9 0 210448 0
[pid=26895/tid=26896] ppid=26893 vsize=861876 CPUtime=0
/proc/26895/task/26896/stat : 26896 (java) S 26893 26895 26858 0 -1 64 1190 0 1 0 0 0 0 0 19 0 5 0 2008277448 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=26895/tid=26897] ppid=26893 vsize=861876 CPUtime=0
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4 0 0 0 0 0 0 0 19 0 5 0 2008277449 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=861876 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 10 0 0 0 0 0 0 0 19 0 5 0 2008277450 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=861876 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) R 26893 26895 26858 0 -1 64 0 0 0 0 0 0 0 0 20 0 5 0 2008277450 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 8708056 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.094783 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 26895
/proc/meminfo: memFree=1699656/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=865884 CPUtime=0.08
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 3629 0 1 0 6 2 0 0 18 0 9 0 2008277447 886665216 3117 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 216471 3118 1672 9 0 211026 0
[pid=26895/tid=26896] ppid=26893 vsize=865884 CPUtime=0.06
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 2721 0 1 0 5 1 0 0 18 0 9 0 2008277448 886665216 3118 996147200 134512640 134550740 4294955968 18446744073709551615 102473447 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26895/tid=26897] ppid=26893 vsize=865884 CPUtime=0
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2008277449 886665216 3118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=865884 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008277450 886665216 3118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=865884 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008277450 886665216 3118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 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.103045 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 26895
/proc/meminfo: memFree=1699656/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=866908 CPUtime=0.1
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 3736 0 1 0 8 2 0 0 18 0 9 0 2008277447 887713792 3199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 216727 3201 1696 9 0 211282 0
[pid=26895/tid=26896] ppid=26893 vsize=866908 CPUtime=0.07
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 2820 0 1 0 6 1 0 0 18 0 9 0 2008277448 887713792 3203 996147200 134512640 134550740 4294955968 18446744073709551615 103782261 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26895/tid=26897] ppid=26893 vsize=866908 CPUtime=0
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2008277449 887713792 3204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=866908 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008277450 887713792 3204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=866908 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008277450 887713792 3204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866908

[startup+0.302775 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 26895
/proc/meminfo: memFree=1699656/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=867292 CPUtime=0.29
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 5928 0 1 0 26 3 0 0 18 0 9 0 2008277447 888107008 5302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 216823 5302 1956 9 0 211351 0
[pid=26895/tid=26896] ppid=26893 vsize=867292 CPUtime=0.24
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 4946 0 1 0 21 3 0 0 19 0 9 0 2008277448 888107008 5302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26895/tid=26897] ppid=26893 vsize=867292 CPUtime=0
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2008277449 888107008 5302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=867292 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008277450 888107008 5302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=867292 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008277450 888107008 5302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867292

[startup+0.701845 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 26895
/proc/meminfo: memFree=1699656/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868216 CPUtime=0.69
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 10275 171 1 0 62 7 0 0 18 0 10 0 2008277447 889053184 9478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217054 9478 1994 9 0 211582 0
[pid=26895/tid=26896] ppid=26893 vsize=868216 CPUtime=0.52
/proc/26895/task/26896/stat : 26896 (java) S 26893 26895 26858 0 -1 64 8989 171 1 0 47 5 0 0 17 0 10 0 2008277448 889053184 9478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868216 CPUtime=0
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4 171 0 0 0 0 0 0 19 0 10 0 2008277449 889053184 9478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868216 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 10 171 0 0 0 0 0 0 19 0 10 0 2008277450 889053184 9478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868216 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 4 171 0 0 0 0 0 0 20 0 10 0 2008277450 889053184 9478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868216

[startup+1.50198 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 26908
/proc/meminfo: memFree=1663728/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=1.47
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18629 295 1 0 137 10 0 0 18 0 9 0 2008277447 889278464 11476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11476 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=1.13
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12445 295 1 0 107 6 0 0 21 0 9 0 2008277448 889278464 11476 996147200 134512640 134550740 4294955968 18446744073709551615 4126883624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 16 0 9 0 2008277449 889278464 11476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.23
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 710 295 0 0 22 1 0 0 15 0 9 0 2008277452 889278464 11476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 6 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11476 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) 868436

[startup+3.10126 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 26908
/proc/meminfo: memFree=1663224/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=3.06
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18649 295 1 0 296 10 0 0 18 0 9 0 2008277447 889278464 11492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11492 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=2.69
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12449 295 1 0 263 6 0 0 25 0 9 0 2008277448 889278464 11492 996147200 134512640 134550740 4294955968 18446744073709551615 4126893795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 17 0 9 0 2008277449 889278464 11492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.26
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 726 295 0 0 25 1 0 0 15 0 9 0 2008277452 889278464 11492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 6 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868436

[startup+6.30183 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 26908
/proc/meminfo: memFree=1662456/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=6.23
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18666 295 1 0 613 10 0 0 18 0 9 0 2008277447 889278464 11493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11493 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=5.86
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12454 295 1 0 580 6 0 0 25 0 9 0 2008277448 889278464 11493 996147200 134512640 134550740 4294955968 18446744073709551615 4126893725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 17 0 9 0 2008277449 889278464 11493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.26
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 726 295 0 0 25 1 0 0 16 0 9 0 2008277452 889278464 11493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 18 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868436

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 26908
/proc/meminfo: memFree=1660984/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=12.56
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18671 295 1 0 1246 10 0 0 18 0 9 0 2008277447 889278464 11495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11495 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=12.2
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12457 295 1 0 1213 7 0 0 25 0 9 0 2008277448 889278464 11495 996147200 134512640 134550740 4294955968 18446744073709551615 4126890732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 16 0 9 0 2008277449 889278464 11495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.26
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 728 295 0 0 25 1 0 0 16 0 9 0 2008277452 889278464 11495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 18 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11495 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) 868436

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 26908
/proc/meminfo: memFree=1658424/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=25.25

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

/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.27
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 735 295 0 0 26 1 0 0 16 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 18 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.67
Current children cumulated vsize (KiB) 868436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27055
/proc/meminfo: memFree=1764480/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=1536.64
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18690 295 1 0 153650 14 0 0 18 0 9 0 2008277447 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11496 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=1536.28
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12469 295 1 0 153617 11 0 0 25 0 9 0 2008277448 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4126880520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 16 0 9 0 2008277449 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.27
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 735 295 0 0 26 1 0 0 16 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 18 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.64
Current children cumulated vsize (KiB) 868436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27055
/proc/meminfo: memFree=1764480/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=1596.62
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18690 295 1 0 159648 14 0 0 18 0 9 0 2008277447 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11496 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=1596.25
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12469 295 1 0 159614 11 0 0 25 0 9 0 2008277448 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4126870920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 16 0 9 0 2008277449 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.27
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 735 295 0 0 26 1 0 0 16 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 18 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.62
Current children cumulated vsize (KiB) 868436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27055
/proc/meminfo: memFree=1764480/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=1656.59
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18690 295 1 0 165645 14 0 0 18 0 9 0 2008277447 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11496 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=1656.22
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12469 295 1 0 165611 11 0 0 25 0 9 0 2008277448 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4126902194 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 16 0 9 0 2008277449 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.27
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 735 295 0 0 26 1 0 0 16 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 18 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.59
Current children cumulated vsize (KiB) 868436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27055
/proc/meminfo: memFree=1764480/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=1716.56
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18690 295 1 0 171642 14 0 0 18 0 9 0 2008277447 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11496 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=1716.2
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12469 295 1 0 171609 11 0 0 25 0 9 0 2008277448 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4126872880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 16 0 9 0 2008277449 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.27
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 735 295 0 0 26 1 0 0 16 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 18 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.56
Current children cumulated vsize (KiB) 868436

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 27083
/proc/meminfo: memFree=1761592/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=1776.54
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18690 295 1 0 177639 15 0 0 18 0 9 0 2008277447 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11496 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=1776.16
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12469 295 1 0 177605 11 0 0 25 0 9 0 2008277448 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4126895033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 16 0 9 0 2008277449 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.27
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 735 295 0 0 26 1 0 0 16 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 18 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.54
Current children cumulated vsize (KiB) 868436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 27083
/proc/meminfo: memFree=1761592/2055920 swapFree=4180540/4192956
[pid=26895] ppid=26893 vsize=868436 CPUtime=1800.03
/proc/26895/stat : 26895 (java) S 26893 26895 26858 0 -1 0 18690 295 1 0 179988 15 0 0 18 0 9 0 2008277447 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26895/statm: 217109 11496 2632 9 0 211615 0
[pid=26895/tid=26896] ppid=26893 vsize=868436 CPUtime=1799.66
/proc/26895/task/26896/stat : 26896 (java) R 26893 26895 26858 0 -1 64 12469 295 1 0 179955 11 0 0 25 0 9 0 2008277448 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4126883143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26895/tid=26897] ppid=26893 vsize=868436 CPUtime=0.06
/proc/26895/task/26897/stat : 26897 (java) S 26893 26895 26858 0 -1 64 4638 295 0 0 6 0 0 0 16 0 9 0 2008277449 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26898] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26898/stat : 26898 (java) S 26893 26895 26858 0 -1 64 16 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26899] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26899/stat : 26899 (java) S 26893 26895 26858 0 -1 64 9 295 0 0 0 0 0 0 15 0 9 0 2008277450 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26901] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26901/stat : 26901 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 18 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26902] ppid=26893 vsize=868436 CPUtime=0.27
/proc/26895/task/26902/stat : 26902 (java) S 26893 26895 26858 0 -1 64 735 295 0 0 26 1 0 0 16 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26903] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26903/stat : 26903 (java) S 26893 26895 26858 0 -1 64 1 295 0 0 0 0 0 0 19 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26895/tid=26904] ppid=26893 vsize=868436 CPUtime=0
/proc/26895/task/26904/stat : 26904 (java) S 26893 26895 26858 0 -1 64 18 295 0 0 0 0 0 0 15 0 9 0 2008277452 889278464 11496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868436

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): 1805.87
CPU time (s): 1800.11
CPU user time (s): 1799.95
CPU system time (s): 0.166974
CPU usage (%): 99.6813
Max. virtual memory (cumulated for all children) (KiB): 868480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19018
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= 37754
involuntary context switches= 30752

runsolver used 2.18567 second user time and 6.02108 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-05 23:23:51
IDJOB=1101340
IDBENCH=60029
IDSOLVER=363
FILE ID=node18/1101340-1215293030
PBS_JOBID= 7882397
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-50-23/normalized-rand-2-50-23-587-230-41_ext.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-1101340-1215293030/watcher-1101340-1215293030 -o /tmp/evaluation-result-1101340-1215293030/solver-1101340-1215293030 -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-1101340-1215293030.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 19b7482920c29c9f68e9d6e989f10e09
RANDOM SEED=71776354

node18.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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
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:       1700136 kB
Buffers:         35644 kB
Cached:         150240 kB
SwapCached:       6012 kB
Active:         241004 kB
Inactive:        60456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700136 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2572 kB
Writeback:           0 kB
Mapped:         122184 kB
Slab:            39620 kB
Committed_AS:  3688104 kB
PageTables:       1928 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= 66552 MiB
End job on node18 at 2008-07-05 23:53:58