Trace number 1093179

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 ESAC? (TO) 1800.14 1806.1

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-8.xml
MD5SUMbebfdc7ba7b4c6d509a2fbfd415a09b0
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 benchmark22.8945
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.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1093179-1215248773.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.35	     nbVariables=25  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=125
0.28/0.35	       =>  wckTime=0.101  cpuTime=0.1  mem=7M919
0.28/0.35	   
0.28/0.35	   relations being loaded...
3.09/3.18	   
3.09/3.18	   INFO : Contraction of relations, mem = 100M593
5.59/5.66	   
5.59/5.66	   constraints being loaded...
9.36/9.42	     nbConstraints=56  nbRelationTypes=56  nbGlobalConstraints=56  nbExtensionStructures=56
9.36/9.42	     nbSharedExtensionStructures=0  nbConflictsStructures=56  nbSharedConflictsStructures=0
9.36/9.42	     nbSharedBinaryRepresentations=0  minDegree=10  maxDegree=21  minArity=7  maxArity=7  nbGenerators=0  nbFusions=0
9.36/9.42	     symmetryWckTime=0.084  symmetryCpuTime=0.02
9.36/9.42	       =>  wckTime=9.171  cpuTime=7.83  mem=169M212
10.06/10.12	   
10.06/10.13	   solver IterativeSystematicSolver being built... 
10.06/10.19	   
10.16/10.21	   INFO : Forward propagation technique limited 
10.16/10.27	       =>  wckTime=10.022  cpuTime=7.97  mem=180M35
10.95/11.05	   
10.95/11.05	   preprocessing
10.95/11.05	     nbConstraintChecks=0  nbValidityChecks=10495498  nbPropagations=80  nbRevisions=0  nbUselessRevisions=0
10.95/11.05	     nbSingletonTests=32  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
10.95/11.05	     detectedInconsistency=no
10.95/11.05	       =>  wckTime=0.774  cpuTime=0.74  mem=180M35
12.63/12.76	   
12.63/12.76	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=181M4)

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-1093179-1215248773/watcher-1093179-1215248773 -o /tmp/evaluation-result-1093179-1215248773/solver-1093179-1215248773 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1093179-1215248773.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20690
/proc/meminfo: memFree=1681928/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=1616 CPUtime=0
/proc/20690/stat : 20690 (java) D 20688 20690 18415 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2003851933 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20690/statm: 404 145 119 9 0 46 0

[startup+0.011306 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20690
/proc/meminfo: memFree=1681928/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=10336 CPUtime=0
/proc/20690/stat : 20690 (java) R 20688 20690 18415 0 -1 0 588 0 0 0 0 0 0 0 18 0 1 0 2003851933 10584064 392 996147200 134512640 134550740 4294955968 18446744073709551615 7832362 0 0 4096 0 0 0 0 17 0 0 0
/proc/20690/statm: 2584 397 152 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10336

[startup+0.10232 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20690
/proc/meminfo: memFree=1681928/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=865884 CPUtime=0.09
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 3699 0 1 0 7 2 0 0 18 0 9 0 2003851933 886665216 3173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216471 3174 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301354 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20690
/proc/meminfo: memFree=1681928/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=866284 CPUtime=0.28
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 5889 0 1 0 24 4 0 0 18 0 9 0 2003851933 887074816 5263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216571 5263 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701434 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20690
/proc/meminfo: memFree=1681928/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=866400 CPUtime=0.68
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 16519 0 1 0 57 11 0 0 18 0 9 0 2003851933 887193600 15889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216600 15889 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866400

[startup+1.50257 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20699
/proc/meminfo: memFree=1616960/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=866400 CPUtime=1.49
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 22460 0 1 0 133 16 0 0 18 0 9 0 2003851933 887193600 21827 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216600 21827 1983 9 0 211128 0
[pid=20690/tid=20692] ppid=20688 vsize=866400 CPUtime=1.31
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 15516 0 1 0 120 11 0 0 25 0 9 0 2003851934 887193600 21827 996147200 134512640 134550740 4294955968 18446744073709551615 4126398561 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20693] ppid=20688 vsize=866400 CPUtime=0.08
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 5928 0 0 0 5 3 0 0 16 0 9 0 2003851935 887193600 21827 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20694] ppid=20688 vsize=866400 CPUtime=0
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003851935 887193600 21827 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20695] ppid=20688 vsize=866400 CPUtime=0
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003851935 887193600 21827 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20696] ppid=20688 vsize=866400 CPUtime=0
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2003851937 887193600 21827 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=866400 CPUtime=0.06
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 319 0 0 0 6 0 0 0 16 0 9 0 2003851937 887193600 21827 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=866400 CPUtime=0
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2003851937 887193600 21827 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=866400 CPUtime=0
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003851937 887193600 21827 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 866400

[startup+3.10185 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20699
/proc/meminfo: memFree=1582144/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=866988 CPUtime=3.09
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 32079 0 1 0 287 22 0 0 18 0 9 0 2003851933 887795712 31442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216747 31442 1983 9 0 211275 0
[pid=20690/tid=20692] ppid=20688 vsize=866988 CPUtime=2.64
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 15661 0 1 0 252 12 0 0 25 0 9 0 2003851934 887795712 31442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20693] ppid=20688 vsize=866988 CPUtime=0.32
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 15273 0 0 0 24 8 0 0 16 0 9 0 2003851935 887795712 31442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20694] ppid=20688 vsize=866988 CPUtime=0
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003851935 887795712 31442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20695] ppid=20688 vsize=866988 CPUtime=0
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003851935 887795712 31442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20696] ppid=20688 vsize=866988 CPUtime=0
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2003851937 887795712 31442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=866988 CPUtime=0.08
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 448 0 0 0 8 0 0 0 16 0 9 0 2003851937 887795712 31442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=866988 CPUtime=0
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2003851937 887795712 31442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=866988 CPUtime=0
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003851937 887795712 31442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 866988

[startup+6.30242 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20699
/proc/meminfo: memFree=1560256/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867056 CPUtime=6.28
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 37189 0 1 0 603 25 0 0 18 0 9 0 2003851933 887865344 35892 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216764 35892 2608 9 0 211292 0
[pid=20690/tid=20692] ppid=20688 vsize=867056 CPUtime=5.41
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 15714 0 1 0 527 14 0 0 25 0 9 0 2003851934 887865344 35892 996147200 134512640 134550740 4294955968 18446744073709551615 4126641432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867056 CPUtime=0.71
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 20306 0 0 0 61 10 0 0 16 0 9 0 2003851935 887865344 35892 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867056 CPUtime=0
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003851935 887865344 35892 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867056 CPUtime=0
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003851935 887865344 35892 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867056 CPUtime=0
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2003851937 887865344 35892 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867056 CPUtime=0.13
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 472 0 0 0 13 0 0 0 16 0 9 0 2003851937 887865344 35892 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867056 CPUtime=0
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2003851937 887865344 35892 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867056 CPUtime=0
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003851937 887865344 35892 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867056

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20703
/proc/meminfo: memFree=1452728/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867792 CPUtime=12.63
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 95556 277 1 0 1216 45 0 2 18 0 9 0 2003851933 888619008 59771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216948 59771 2635 9 0 211454 0
[pid=20690/tid=20692] ppid=20688 vsize=867792 CPUtime=10.52
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 22436 277 1 0 1034 16 0 2 25 0 9 0 2003851934 888619008 59771 996147200 134512640 134550740 4294955968 18446744073709551615 4126847874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867792 CPUtime=1.86
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 71643 277 0 0 159 25 0 2 17 0 9 0 2003851935 888619008 59771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 19 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.24
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 627 277 0 0 22 0 0 2 16 0 9 0 2003851937 888619008 59771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 2003851937 888619008 59771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 10 277 0 0 0 0 0 2 15 0 9 0 2003851937 888619008 59771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867792

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20703
/proc/meminfo: memFree=1452536/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867792 CPUtime=25.31
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 95611 277 1 0 2483 46 0 2 18 0 9 0 2003851933 888619008 59790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216948 59790 2635 9 0 211454 0
[pid=20690/tid=20692] ppid=20688 vsize=867792 CPUtime=23.14
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 22467 277 1 0 2296 16 0 2 25 0 9 0 2003851934 888619008 59790 996147200 134512640 134550740 4294955968 18446744073709551615 4126847858 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867792 CPUtime=1.86
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 71643 277 0 0 159 25 0 2 17 0 9 0 2003851935 888619008 59790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 19 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.29
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 651 277 0 0 27 0 0 2 15 0 9 0 2003851937 888619008 59790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 2003851937 888619008 59790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 10 277 0 0 0 0 0 2 15 0 9 0 2003851937 888619008 59790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 867792

[startup+51.1023 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20703
/proc/meminfo: memFree=1452344/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867792 CPUtime=50.67
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 95664 277 1 0 5019 46 0 2 18 0 9 0 2003851933 888619008 59791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216948 59791 2635 9 0 211454 0
[pid=20690/tid=20692] ppid=20688 vsize=867792 CPUtime=48.5
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 22517 277 1 0 4832 16 0 2 25 0 9 0 2003851934 888619008 59791 996147200 134512640 134550740 4294955968 18446744073709551615 4126847874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867792 CPUtime=1.86
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 71643 277 0 0 159 25 0 2 16 0 9 0 2003851935 888619008 59791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 19 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.29
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 654 277 0 0 27 0 0 2 16 0 9 0 2003851937 888619008 59791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02

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

/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.29
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 655 277 0 0 27 0 0 2 16 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 10 277 0 0 0 0 0 2 15 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.46
Current children cumulated vsize (KiB) 867792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20753
/proc/meminfo: memFree=1390584/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867792 CPUtime=1536.43
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 99129 277 1 0 153584 57 0 2 18 0 9 0 2003851933 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216948 59792 2635 9 0 211454 0
[pid=20690/tid=20692] ppid=20688 vsize=867792 CPUtime=1534.26
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 25981 277 1 0 153397 27 0 2 25 0 9 0 2003851934 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4126848106 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867792 CPUtime=1.86
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 71643 277 0 0 159 25 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 19 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.29
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 655 277 0 0 27 0 0 2 16 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 10 277 0 0 0 0 0 2 15 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.43
Current children cumulated vsize (KiB) 867792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20753
/proc/meminfo: memFree=1390520/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867792 CPUtime=1596.41
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 99247 277 1 0 159582 57 0 2 18 0 9 0 2003851933 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216948 59792 2635 9 0 211454 0
[pid=20690/tid=20692] ppid=20688 vsize=867792 CPUtime=1594.23
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 26099 277 1 0 159394 27 0 2 25 0 9 0 2003851934 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4126847874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867792 CPUtime=1.86
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 71643 277 0 0 159 25 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 19 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.29
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 655 277 0 0 27 0 0 2 16 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 10 277 0 0 0 0 0 2 15 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.41
Current children cumulated vsize (KiB) 867792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20753
/proc/meminfo: memFree=1390456/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867792 CPUtime=1656.38
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 99362 277 1 0 165579 57 0 2 18 0 9 0 2003851933 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216948 59792 2635 9 0 211454 0
[pid=20690/tid=20692] ppid=20688 vsize=867792 CPUtime=1654.21
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 26214 277 1 0 165391 28 0 2 25 0 9 0 2003851934 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4126847691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867792 CPUtime=1.86
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 71643 277 0 0 159 25 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 19 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.29
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 655 277 0 0 27 0 0 2 16 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 10 277 0 0 0 0 0 2 15 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.38
Current children cumulated vsize (KiB) 867792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20753
/proc/meminfo: memFree=1390328/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867792 CPUtime=1716.36
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 99478 277 1 0 171576 58 0 2 18 0 9 0 2003851933 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216948 59792 2635 9 0 211454 0
[pid=20690/tid=20692] ppid=20688 vsize=867792 CPUtime=1714.18
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 26330 277 1 0 171388 28 0 2 25 0 9 0 2003851934 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4126847874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867792 CPUtime=1.86
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 71643 277 0 0 159 25 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 19 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.29
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 655 277 0 0 27 0 0 2 16 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 10 277 0 0 0 0 0 2 15 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.36
Current children cumulated vsize (KiB) 867792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20753
/proc/meminfo: memFree=1390200/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867792 CPUtime=1776.33
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 99590 277 1 0 177573 58 0 2 18 0 9 0 2003851933 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216948 59792 2635 9 0 211454 0
[pid=20690/tid=20692] ppid=20688 vsize=867792 CPUtime=1774.15
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 26442 277 1 0 177385 28 0 2 25 0 9 0 2003851934 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4126847884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867792 CPUtime=1.86
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 71643 277 0 0 159 25 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 19 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.29
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 655 277 0 0 27 0 0 2 16 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 10 277 0 0 0 0 0 2 15 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.33
Current children cumulated vsize (KiB) 867792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20753
/proc/meminfo: memFree=1390200/2055920 swapFree=4180540/4192956
[pid=20690] ppid=20688 vsize=867792 CPUtime=1800.02
/proc/20690/stat : 20690 (java) S 20688 20690 18415 0 -1 0 99641 277 1 0 179942 58 0 2 18 0 9 0 2003851933 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20690/statm: 216948 59792 2635 9 0 211454 0
[pid=20690/tid=20692] ppid=20688 vsize=867792 CPUtime=1797.85
/proc/20690/task/20692/stat : 20692 (java) R 20688 20690 18415 0 -1 64 26493 277 1 0 179755 28 0 2 25 0 9 0 2003851934 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4126847733 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20693] ppid=20688 vsize=867792 CPUtime=1.86
/proc/20690/task/20693/stat : 20693 (java) S 20688 20690 18415 0 -1 64 71643 277 0 0 159 25 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20694] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20694/stat : 20694 (java) S 20688 20690 18415 0 -1 64 19 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20695] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20695/stat : 20695 (java) S 20688 20690 18415 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 2003851935 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20690/tid=20696] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20696/stat : 20696 (java) S 20688 20690 18415 0 -1 64 0 277 0 0 0 0 0 2 23 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20697] ppid=20688 vsize=867792 CPUtime=0.29
/proc/20690/task/20697/stat : 20697 (java) S 20688 20690 18415 0 -1 64 655 277 0 0 27 0 0 2 16 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20698] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20698/stat : 20698 (java) S 20688 20690 18415 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20690/tid=20699] ppid=20688 vsize=867792 CPUtime=0.02
/proc/20690/task/20699/stat : 20699 (java) S 20688 20690 18415 0 -1 64 10 277 0 0 0 0 0 2 15 0 9 0 2003851937 888619008 59792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867792

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): 1806.1
CPU time (s): 1800.14
CPU user time (s): 1799.49
CPU system time (s): 0.643902
CPU usage (%): 99.6698
Max. virtual memory (cumulated for all children) (KiB): 868252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.643902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99951
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= 37951
involuntary context switches= 42672

runsolver used 2.27065 second user time and 5.95909 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-05 11:06:15
IDJOB=1093179
IDBENCH=58689
IDSOLVER=364
FILE ID=node18/1093179-1215248773
PBS_JOBID= 7881923
Free space on /tmp= 66476 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093179-1215248773/watcher-1093179-1215248773 -o /tmp/evaluation-result-1093179-1215248773/solver-1093179-1215248773 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1093179-1215248773.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bebfdc7ba7b4c6d509a2fbfd415a09b0
RANDOM SEED=795076408

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:       1682344 kB
Buffers:         18676 kB
Cached:         228744 kB
SwapCached:       6220 kB
Active:         253900 kB
Inactive:        68436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682344 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:           32480 kB
Writeback:           0 kB
Mapped:          81248 kB
Slab:            36432 kB
Committed_AS:  3606588 kB
PageTables:       1860 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= 66476 MiB
End job on node18 at 2008-07-05 11:36:23