Trace number 1093247

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.14 1808.96

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-25.xml
MD5SUM023732cc0721336f3d429756d01d8832
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.2501
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
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.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1093247-1215249165.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.27/0.35	     nbVariables=25  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=125
0.27/0.35	       =>  wckTime=0.101  cpuTime=0.09  mem=7M919
0.27/0.35	   
0.27/0.35	   relations being loaded...
3.16/3.21	   
3.16/3.21	   INFO : Contraction of relations, mem = 102M203
5.84/5.91	   
5.84/5.91	   constraints being loaded...
9.33/9.46	     nbConstraints=56  nbRelationTypes=56  nbGlobalConstraints=56  nbExtensionStructures=56
9.33/9.46	     nbSharedExtensionStructures=0  nbConflictsStructures=56  nbSharedConflictsStructures=0
9.33/9.46	     nbSharedBinaryRepresentations=0  minDegree=10  maxDegree=26  minArity=7  maxArity=7  nbGenerators=0  nbFusions=0
9.33/9.46	     symmetryWckTime=0.087  symmetryCpuTime=0.03
9.33/9.46	       =>  wckTime=9.211  cpuTime=7.86  mem=172M792
10.01/10.14	   
10.01/10.14	   solver IterativeSystematicSolver being built... 
10.11/10.21	   
10.11/10.21	   INFO : Forward propagation technique limited 
10.11/10.27	       =>  wckTime=10.021  cpuTime=7.96  mem=179M910
10.41/10.57	   
10.41/10.57	   preprocessing
10.41/10.57	     nbConstraintChecks=0  nbValidityChecks=2238048  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0
10.41/10.57	     nbRemovedValues=0  detectedInconsistency=no
10.41/10.57	       =>  wckTime=0.3  cpuTime=0.3  mem=180M898
12.00/12.16	   
12.00/12.16	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=181M885)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 32556
/proc/meminfo: memFree=1653336/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=152 CPUtime=0
/proc/32556/stat : 32556 (java) R 32554 32556 31559 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 257904650 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 5567268 0 0 4096 0 0 0 0 17 0 0 0
/proc/32556/statm: 38 26 19 9 0 4 0

[startup+0.106607 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 32556
/proc/meminfo: memFree=1653336/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=865884 CPUtime=0.08
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 3693 0 1 0 6 2 0 0 18 0 9 0 257904650 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216471 3169 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201615 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 32556
/proc/meminfo: memFree=1653336/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=866044 CPUtime=0.17
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 4650 0 1 0 15 2 0 0 18 0 9 0 257904650 886829056 4077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216511 4077 1858 9 0 211059 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 866044

[startup+0.301629 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 32556
/proc/meminfo: memFree=1653336/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=866284 CPUtime=0.27
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 5845 0 1 0 24 3 0 0 18 0 9 0 257904650 887074816 5219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216571 5219 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701672 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 32556
/proc/meminfo: memFree=1653336/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=866400 CPUtime=0.67
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 15952 0 1 0 58 9 0 0 18 0 9 0 257904650 887193600 15323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216600 15324 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866400

[startup+1.50276 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 32565
/proc/meminfo: memFree=1586832/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=866400 CPUtime=1.46
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 22612 0 1 0 133 13 0 0 18 0 9 0 257904650 887193600 21979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216600 21979 1983 9 0 211128 0
[pid=32556/tid=32558] ppid=32554 vsize=866400 CPUtime=1.28
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 15656 0 1 0 120 8 0 0 25 0 9 0 257904652 887193600 21979 996147200 134512640 134550740 4294955968 18446744073709551615 4126398673 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32559] ppid=32554 vsize=866400 CPUtime=0.08
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 5940 0 0 0 6 2 0 0 16 0 9 0 257904653 887193600 21979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32560] ppid=32554 vsize=866400 CPUtime=0
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 257904653 887193600 21979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32561] ppid=32554 vsize=866400 CPUtime=0
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 257904653 887193600 21979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32562] ppid=32554 vsize=866400 CPUtime=0
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 257904655 887193600 21979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=866400 CPUtime=0.06
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 257904655 887193600 21979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32564] ppid=32554 vsize=866400 CPUtime=0
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 257904655 887193600 21979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=866400 CPUtime=0
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257904655 887193600 21979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866400

[startup+3.10293 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 32565
/proc/meminfo: memFree=1555856/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=866532 CPUtime=3.06
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 31947 0 1 0 289 17 0 0 18 0 9 0 257904650 887328768 31310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216633 31310 1983 9 0 211161 0
[pid=32556/tid=32558] ppid=32554 vsize=866532 CPUtime=2.65
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 15661 0 1 0 256 9 0 0 25 0 9 0 257904652 887328768 31310 996147200 134512640 134550740 4294955968 18446744073709551615 4126562216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32559] ppid=32554 vsize=866532 CPUtime=0.31
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 15265 0 0 0 25 6 0 0 16 0 9 0 257904653 887328768 31310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32560] ppid=32554 vsize=866532 CPUtime=0
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 257904653 887328768 31310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32561] ppid=32554 vsize=866532 CPUtime=0
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 257904653 887328768 31310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32562] ppid=32554 vsize=866532 CPUtime=0
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 257904655 887328768 31310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=866532 CPUtime=0.07
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 257904655 887328768 31310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32564] ppid=32554 vsize=866532 CPUtime=0
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 257904655 887328768 31310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=866532 CPUtime=0
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257904655 887328768 31310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 866532

[startup+6.30128 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 32565
/proc/meminfo: memFree=1526160/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867056 CPUtime=6.24
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 35634 0 1 0 604 20 0 0 18 0 9 0 257904650 887865344 34337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216764 34337 2608 9 0 211292 0
[pid=32556/tid=32558] ppid=32554 vsize=867056 CPUtime=5.46
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 15715 0 1 0 535 11 0 0 25 0 9 0 257904652 887865344 34337 996147200 134512640 134550740 4294955968 18446744073709551615 4126677983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867056 CPUtime=0.64
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 18752 0 0 0 57 7 0 0 16 0 9 0 257904653 887865344 34337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867056 CPUtime=0
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 257904653 887865344 34337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867056 CPUtime=0
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 257904653 887865344 34337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867056 CPUtime=0
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 257904655 887865344 34337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867056 CPUtime=0.12
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 471 0 0 0 12 0 0 0 16 0 9 0 257904655 887865344 34337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867056 CPUtime=0
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 257904655 887865344 34337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867056 CPUtime=0
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257904655 887865344 34337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867056

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 32569
/proc/meminfo: memFree=1423824/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867468 CPUtime=12.6
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 96814 276 1 0 1219 39 0 2 18 0 9 0 257904650 888287232 59878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216867 59878 2635 9 0 211373 0
[pid=32556/tid=32558] ppid=32554 vsize=867468 CPUtime=10.53
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 20261 276 1 0 1038 13 0 2 25 0 9 0 257904652 888287232 59878 996147200 134512640 134550740 4294955968 18446744073709551615 4126846283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867468 CPUtime=1.83
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 75043 276 0 0 158 23 0 2 17 0 9 0 257904653 888287232 59878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 18 276 0 0 0 0 0 2 17 0 9 0 257904653 888287232 59878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.24
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 653 276 0 0 22 0 0 2 15 0 9 0 257904655 888287232 59878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 24 0 9 0 257904655 888287232 59878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 5 276 0 0 0 0 0 2 15 0 9 0 257904655 888287232 59878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867468

[startup+25.5023 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 32569
/proc/meminfo: memFree=1423760/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867468 CPUtime=25.34
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 96861 276 1 0 2492 40 0 2 18 0 9 0 257904650 888287232 59895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216867 59895 2635 9 0 211373 0
[pid=32556/tid=32558] ppid=32554 vsize=867468 CPUtime=23.22
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 20286 276 1 0 2307 13 0 2 25 0 9 0 257904652 888287232 59895 996147200 134512640 134550740 4294955968 18446744073709551615 4126846948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867468 CPUtime=1.83
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 75043 276 0 0 158 23 0 2 17 0 9 0 257904653 888287232 59895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 18 276 0 0 0 0 0 2 17 0 9 0 257904653 888287232 59895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.29
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 675 276 0 0 26 1 0 2 17 0 9 0 257904655 888287232 59895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 24 0 9 0 257904655 888287232 59895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 5 276 0 0 0 0 0 2 15 0 9 0 257904655 888287232 59895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 867468

[startup+51.1021 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 32569
/proc/meminfo: memFree=1423696/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867468 CPUtime=50.81
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 96907 276 1 0 5039 40 0 2 18 0 9 0 257904650 888287232 59896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216867 59896 2635 9 0 211373 0
[pid=32556/tid=32558] ppid=32554 vsize=867468 CPUtime=48.69
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 20330 276 1 0 4854 13 0 2 25 0 9 0 257904652 888287232 59896 996147200 134512640 134550740 4294955968 18446744073709551615 4126846325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867468 CPUtime=1.83
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 75043 276 0 0 158 23 0 2 16 0 9 0 257904653 888287232 59896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 18 276 0 0 0 0 0 2 17 0 9 0 257904653 888287232 59896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.29
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 677 276 0 0 26 1 0 2 16 0 9 0 257904655 888287232 59896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02

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

/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.29
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 678 276 0 0 26 1 0 2 16 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 24 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 5 276 0 0 0 0 0 2 15 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.09
Current children cumulated vsize (KiB) 867468

[startup+1542.31 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 32597
/proc/meminfo: memFree=1479184/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867468 CPUtime=1534.76
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 99509 276 1 0 153429 45 0 2 18 0 9 0 257904650 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216867 59897 2635 9 0 211373 0
[pid=32556/tid=32558] ppid=32554 vsize=867468 CPUtime=1532.64
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 22931 276 1 0 153244 18 0 2 25 0 9 0 257904652 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4126846363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867468 CPUtime=1.83
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 75043 276 0 0 158 23 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 18 276 0 0 0 0 0 2 17 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.29
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 678 276 0 0 26 1 0 2 16 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 24 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 5 276 0 0 0 0 0 2 15 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.76
Current children cumulated vsize (KiB) 867468

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32597
/proc/meminfo: memFree=1479248/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867468 CPUtime=1594.47
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 99599 276 1 0 159400 45 0 2 18 0 9 0 257904650 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216867 59897 2635 9 0 211373 0
[pid=32556/tid=32558] ppid=32554 vsize=867468 CPUtime=1592.35
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 23021 276 1 0 159215 18 0 2 25 0 9 0 257904652 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4126846283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867468 CPUtime=1.83
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 75043 276 0 0 158 23 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 18 276 0 0 0 0 0 2 17 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.29
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 678 276 0 0 26 1 0 2 16 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 24 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 5 276 0 0 0 0 0 2 15 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.47
Current children cumulated vsize (KiB) 867468

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32597
/proc/meminfo: memFree=1479184/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867468 CPUtime=1654.18
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 99691 276 1 0 165371 45 0 2 18 0 9 0 257904650 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216867 59897 2635 9 0 211373 0
[pid=32556/tid=32558] ppid=32554 vsize=867468 CPUtime=1652.05
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 23113 276 1 0 165185 18 0 2 25 0 9 0 257904652 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4126846466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867468 CPUtime=1.83
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 75043 276 0 0 158 23 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 18 276 0 0 0 0 0 2 17 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.29
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 678 276 0 0 26 1 0 2 16 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 24 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 5 276 0 0 0 0 0 2 15 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.18
Current children cumulated vsize (KiB) 867468

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32597
/proc/meminfo: memFree=1479184/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867468 CPUtime=1713.89
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 99786 276 1 0 171342 45 0 2 18 0 9 0 257904650 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216867 59897 2635 9 0 211373 0
[pid=32556/tid=32558] ppid=32554 vsize=867468 CPUtime=1711.77
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 23208 276 1 0 171157 18 0 2 25 0 9 0 257904652 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4126846325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867468 CPUtime=1.83
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 75043 276 0 0 158 23 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 18 276 0 0 0 0 0 2 17 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.29
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 678 276 0 0 26 1 0 2 16 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 24 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 5 276 0 0 0 0 0 2 15 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.89
Current children cumulated vsize (KiB) 867468

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32597
/proc/meminfo: memFree=1478992/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867468 CPUtime=1773.6
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 99869 276 1 0 177313 45 0 2 18 0 9 0 257904650 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216867 59897 2635 9 0 211373 0
[pid=32556/tid=32558] ppid=32554 vsize=867468 CPUtime=1771.47
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 23291 276 1 0 177127 18 0 2 25 0 9 0 257904652 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4126835924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867468 CPUtime=1.83
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 75043 276 0 0 158 23 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 18 276 0 0 0 0 0 2 17 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.29
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 678 276 0 0 26 1 0 2 16 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 24 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 5 276 0 0 0 0 0 2 15 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.6
Current children cumulated vsize (KiB) 867468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32597
/proc/meminfo: memFree=1478992/2055920 swapFree=4180000/4192956
[pid=32556] ppid=32554 vsize=867468 CPUtime=1800.07
/proc/32556/stat : 32556 (java) S 32554 32556 31559 0 -1 0 99912 276 1 0 179960 45 0 2 18 0 9 0 257904650 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32556/statm: 216867 59897 2635 9 0 211373 0
[pid=32556/tid=32558] ppid=32554 vsize=867468 CPUtime=1797.95
/proc/32556/task/32558/stat : 32558 (java) R 32554 32556 31559 0 -1 64 23334 276 1 0 179775 18 0 2 25 0 9 0 257904652 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4126846466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32554 vsize=867468 CPUtime=1.83
/proc/32556/task/32559/stat : 32559 (java) S 32554 32556 31559 0 -1 64 75043 276 0 0 158 23 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32560/stat : 32560 (java) S 32554 32556 31559 0 -1 64 18 276 0 0 0 0 0 2 17 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32561/stat : 32561 (java) S 32554 32556 31559 0 -1 64 15 276 0 0 0 0 0 2 16 0 9 0 257904653 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32562/stat : 32562 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 23 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=867468 CPUtime=0.29
/proc/32556/task/32563/stat : 32563 (java) S 32554 32556 31559 0 -1 64 678 276 0 0 26 1 0 2 16 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32564/stat : 32564 (java) S 32554 32556 31559 0 -1 64 1 276 0 0 0 0 0 2 24 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32556/tid=32565] ppid=32554 vsize=867468 CPUtime=0.02
/proc/32556/task/32565/stat : 32565 (java) S 32554 32556 31559 0 -1 64 5 276 0 0 0 0 0 2 15 0 9 0 257904655 888287232 59897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867468

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): 1808.96
CPU time (s): 1800.14
CPU user time (s): 1799.63
CPU system time (s): 0.518921
CPU usage (%): 99.5125
Max. virtual memory (cumulated for all children) (KiB): 868060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100223
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= 38142
involuntary context switches= 26667

runsolver used 2.00069 second user time and 6.23205 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 11:12:47
IDJOB=1093247
IDBENCH=58693
IDSOLVER=363
FILE ID=node81/1093247-1215249165
PBS_JOBID= 7881999
Free space on /tmp= 126760 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-25.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-1093247-1215249165/watcher-1093247-1215249165 -o /tmp/evaluation-result-1093247-1215249165/solver-1093247-1215249165 -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-1093247-1215249165.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 023732cc0721336f3d429756d01d8832
RANDOM SEED=61686278

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1653880 kB
Buffers:         15284 kB
Cached:         189968 kB
SwapCached:       6228 kB
Active:         283068 kB
Inactive:        63656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653880 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:           32700 kB
Writeback:           0 kB
Mapped:         149384 kB
Slab:            40644 kB
Committed_AS:   718612 kB
PageTables:       1808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126784 MiB
End job on node81 at 2008-07-05 11:42:58