Trace number 1089100

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.09 1807.56

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-1-55.xml
MD5SUM9685e02ee1e44c7ff05763d17f8830d9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.403937
Satisfiable
(Un)Satisfiability was proved
Number of variables496
Number of constraints11654
Maximum constraint arity2
Maximum domain size55
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11654
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1089100-1215261646.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.43	     nbVariables=496  nbDomainTypes=1  minDomainSize=55  maxDomainSize=55  nbTotalValues=27280
0.38/0.43	       =>  wckTime=0.184  cpuTime=0.13  mem=9M870
0.38/0.43	   
0.38/0.43	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
5.65/5.70	     nbConstraints=11991  nbGlobalConstraints=337  nbDisconnectedVariables=227  nbConvertedConstraints=11654
5.65/5.71	     nbConvertConstraintsChecks=6050  nbExtensionStructures=2  nbSharedExtensionStructures=11652
5.65/5.71	     nbConflictsStructures=72  nbSharedConflictsStructures=11652  nbSharedBinaryRepresentations=55  minDegree=1
5.65/5.71	     maxDegree=254  minArity=2  avgArity=2.01  maxArity=43  nbGenerators=323  nbFusions=71  symmetryWckTime=3.48
5.65/5.71	     symmetryCpuTime=1.88  nbCliques=14
5.65/5.71	       =>  wckTime=5.459  cpuTime=3.57  mem=42M635
5.84/5.92	   
5.84/5.92	   solver IterativeSystematicSolver being built... 
5.84/5.99	   
5.84/5.99	   INFO : Forward propagation technique limited 
5.95/6.08	       =>  wckTime=5.832  cpuTime=3.7  mem=33M680
6.04/6.14	   
6.04/6.14	   preprocessing
6.04/6.14	     nbConstraintChecks=9480  nbPropagations=564  nbRevisions=175  nbUselessRevisions=3  nbRemovedValues=284
6.04/6.14	     nbRemovedTuples=1485  detectedInconsistency=no
6.04/6.14	       =>  wckTime=0.056  cpuTime=0.04  mem=33M680
11.89/12.05	   
11.89/12.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=35M596)

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-1089100-1215261646/watcher-1089100-1215261646 -o /tmp/evaluation-result-1089100-1215261646/solver-1089100-1215261646 -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-1089100-1215261646.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.10 2.08 2.02 3/82 8031
/proc/meminfo: memFree=1662848/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=1616 CPUtime=0
/proc/8031/stat : 8031 (java) D 8029 8031 7370 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2005115773 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/8031/statm: 404 147 121 9 0 46 0

[startup+0.0473081 s]
/proc/loadavg: 2.10 2.08 2.02 3/82 8031
/proc/meminfo: memFree=1662848/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=862716 CPUtime=0.03
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 2392 0 1 0 2 1 0 0 18 0 7 0 2005115773 883421184 1974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 215679 1979 909 9 0 210658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862716

[startup+0.101319 s]
/proc/loadavg: 2.10 2.08 2.02 3/82 8031
/proc/meminfo: memFree=1662848/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=865884 CPUtime=0.09
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 3703 0 1 0 7 2 0 0 18 0 9 0 2005115773 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 216471 3177 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301357 s]
/proc/loadavg: 2.10 2.08 2.02 3/82 8031
/proc/meminfo: memFree=1662848/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=866284 CPUtime=0.28
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 5901 0 1 0 25 3 0 0 18 0 9 0 2005115773 887074816 5275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 216571 5275 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701435 s]
/proc/loadavg: 2.10 2.08 2.02 3/82 8031
/proc/meminfo: memFree=1662848/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=867708 CPUtime=0.68
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 9188 0 1 0 63 5 0 0 18 0 9 0 2005115773 888532992 8548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 216927 8549 2012 9 0 211433 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50259 s]
/proc/loadavg: 2.10 2.08 2.02 3/91 8040
/proc/meminfo: memFree=1618552/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=867708 CPUtime=1.48
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 16995 0 1 0 125 23 0 0 18 0 9 0 2005115773 888532992 16352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 216927 16352 2015 9 0 211433 0
[pid=8031/tid=8033] ppid=8029 vsize=867708 CPUtime=1.25
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 15593 0 1 0 103 22 0 0 25 0 9 0 2005115774 888532992 16352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8034] ppid=8029 vsize=867708 CPUtime=0
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2005115775 888532992 16352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8035] ppid=8029 vsize=867708 CPUtime=0
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 2005115776 888532992 16353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8036] ppid=8029 vsize=867708 CPUtime=0
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2005115776 888532992 16353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8037] ppid=8029 vsize=867708 CPUtime=0
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2005115778 888532992 16353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=867708 CPUtime=0.22
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 705 0 0 0 22 0 0 0 16 0 9 0 2005115778 888532992 16353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8039] ppid=8029 vsize=867708 CPUtime=0
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2005115778 888532992 16354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=867708 CPUtime=0
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005115778 888532992 16354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867708

[startup+3.1019 s]
/proc/loadavg: 2.10 2.08 2.02 3/91 8040
/proc/meminfo: memFree=1596344/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=867944 CPUtime=2.36
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 19369 0 1 0 183 53 0 0 18 0 10 0 2005115773 888774656 18497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 216986 18497 2010 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=867944 CPUtime=2
/proc/8031/task/8033/stat : 8033 (java) S 8029 8031 7370 0 -1 64 15895 0 1 0 150 50 0 0 16 0 10 0 2005115774 888774656 18497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=8031/tid=8034] ppid=8029 vsize=867944 CPUtime=0.08
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 1992 0 0 0 8 0 0 0 16 0 10 0 2005115775 888774656 18497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8035] ppid=8029 vsize=867944 CPUtime=0
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2005115776 888774656 18497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8036] ppid=8029 vsize=867944 CPUtime=0
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2005115776 888774656 18497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8037] ppid=8029 vsize=867944 CPUtime=0
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 2005115778 888774656 18497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=867944 CPUtime=0.24
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 713 0 0 0 23 1 0 0 16 0 10 0 2005115778 888774656 18497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8039] ppid=8029 vsize=867944 CPUtime=0
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2005115778 888774656 18497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=867944 CPUtime=0
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2005115778 888774656 18497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 867944

[startup+6.30253 s]
/proc/loadavg: 2.17 2.10 2.02 3/91 8044
/proc/meminfo: memFree=1595824/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=6.24
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 33942 1108 1 0 414 59 149 2 18 0 9 0 2005115773 888864768 22721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22721 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=5.57
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23369 1108 1 0 352 54 149 2 25 0 9 0 2005115774 888864768 22721 996147200 134512640 134550740 4294955968 18446744073709551615 4127200821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 18 0 9 0 2005115775 888864768 22721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.85
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 987 1108 0 0 33 1 149 2 15 0 9 0 2005115778 888864768 22721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22721 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) 868032

[startup+12.7028 s]
/proc/loadavg: 2.16 2.10 2.02 3/91 8044
/proc/meminfo: memFree=1581296/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=12.58
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 34033 1108 1 0 1047 60 149 2 18 0 9 0 2005115773 888864768 22746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22746 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=11.86
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23436 1108 1 0 980 55 149 2 25 0 9 0 2005115774 888864768 22746 996147200 134512640 134550740 4294955968 18446744073709551615 4127206260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 17 0 9 0 2005115775 888864768 22746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.9
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1011 1108 0 0 38 1 149 2 16 0 9 0 2005115778 888864768 22746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868032

[startup+25.5023 s]
/proc/loadavg: 2.12 2.09 2.02 3/91 8044
/proc/meminfo: memFree=1581232/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=25.25
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 34044 1108 1 0 2314 60 149 2 18 0 9 0 2005115773 888864768 22747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22747 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=24.53
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23446 1108 1 0 2247 55 149 2 25 0 9 0 2005115774 888864768 22747 996147200 134512640 134550740 4294955968 18446744073709551615 4127096925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 16 0 9 0 2005115775 888864768 22747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.9
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1012 1108 0 0 38 1 149 2 17 0 9 0 2005115778 888864768 22747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868032

[startup+51.1023 s]
/proc/loadavg: 2.15 2.10 2.02 3/91 8044
/proc/meminfo: memFree=1581232/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=50.61
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 34054 1108 1 0 4850 60 149 2 18 0 9 0 2005115773 888864768 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22749 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=49.89
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23454 1108 1 0 4783 55 149 2 25 0 9 0 2005115774 888864768 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4127206963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 16 0 9 0 2005115775 888864768 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.91
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1014 1108 0 0 39 1 149 2 16 0 9 0 2005115778 888864768 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51

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

/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.91
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1015 1108 0 0 39 1 149 2 16 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.94
Current children cumulated vsize (KiB) 868032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 8121
/proc/meminfo: memFree=1623616/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=1594.92
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 34078 1108 1 0 159277 64 149 2 18 0 9 0 2005115773 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22750 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=1594.19
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23477 1108 1 0 159209 59 149 2 25 0 9 0 2005115774 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4127206979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 16 0 9 0 2005115775 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.91
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1015 1108 0 0 39 1 149 2 16 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.92
Current children cumulated vsize (KiB) 868032

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/90 8121
/proc/meminfo: memFree=1623616/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=1654.89
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 34078 1108 1 0 165274 64 149 2 18 0 9 0 2005115773 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22750 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=1654.16
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23477 1108 1 0 165206 59 149 2 25 0 9 0 2005115774 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 16 0 9 0 2005115775 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.91
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1015 1108 0 0 39 1 149 2 16 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.89
Current children cumulated vsize (KiB) 868032

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/90 8121
/proc/meminfo: memFree=1623552/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=1714.85
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 34078 1108 1 0 171270 64 149 2 18 0 9 0 2005115773 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22750 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=1714.13
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23477 1108 1 0 171203 59 149 2 25 0 9 0 2005115774 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 16 0 9 0 2005115775 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.91
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1015 1108 0 0 39 1 149 2 16 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.85
Current children cumulated vsize (KiB) 868032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 8121
/proc/meminfo: memFree=1623424/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=1774.82
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 34078 1108 1 0 177267 64 149 2 18 0 9 0 2005115773 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22750 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=1774.1
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23477 1108 1 0 177200 59 149 2 25 0 9 0 2005115774 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4127200821 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 16 0 9 0 2005115775 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.91
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1015 1108 0 0 39 1 149 2 16 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.82
Current children cumulated vsize (KiB) 868032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 8121
/proc/meminfo: memFree=1623424/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=1800.02
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 34078 1108 1 0 179787 64 149 2 18 0 9 0 2005115773 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22750 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=1799.29
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23477 1108 1 0 179719 59 149 2 25 0 9 0 2005115774 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4126377239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 16 0 9 0 2005115775 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.91
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1015 1108 0 0 39 1 149 2 16 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22750 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) 868032

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 8121
/proc/meminfo: memFree=1623424/2055920 swapFree=4179604/4192956
[pid=8031] ppid=8029 vsize=868032 CPUtime=1800.02
/proc/8031/stat : 8031 (java) S 8029 8031 7370 0 -1 0 34078 1108 1 0 179787 64 149 2 18 0 9 0 2005115773 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8031/statm: 217008 22750 2637 9 0 211514 0
[pid=8031/tid=8033] ppid=8029 vsize=868032 CPUtime=1799.29
/proc/8031/task/8033/stat : 8033 (java) R 8029 8031 7370 0 -1 64 23477 1108 1 0 179719 59 149 2 25 0 9 0 2005115774 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4126377239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8034] ppid=8029 vsize=868032 CPUtime=1.8
/proc/8031/task/8034/stat : 8034 (java) S 8029 8031 7370 0 -1 64 8716 1108 0 0 27 2 149 2 16 0 9 0 2005115775 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8035] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8035/stat : 8035 (java) S 8029 8031 7370 0 -1 64 17 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8036] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8036/stat : 8036 (java) S 8029 8031 7370 0 -1 64 9 1108 0 0 0 0 149 2 17 0 9 0 2005115776 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8031/tid=8037] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8037/stat : 8037 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 23 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8038] ppid=8029 vsize=868032 CPUtime=1.91
/proc/8031/task/8038/stat : 8038 (java) S 8029 8031 7370 0 -1 64 1015 1108 0 0 39 1 149 2 16 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8039] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8039/stat : 8039 (java) S 8029 8031 7370 0 -1 64 1 1108 0 0 0 0 149 2 24 0 9 0 2005115778 888864768 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8031/tid=8040] ppid=8029 vsize=868032 CPUtime=1.51
/proc/8031/task/8040/stat : 8040 (java) S 8029 8031 7370 0 -1 64 41 1108 0 0 0 0 149 2 15 0 9 0 2005115778 888864768 22750 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) 868032

Child status: 143
Real time (s): 1807.56
CPU time (s): 1800.09
CPU user time (s): 1799.4
CPU system time (s): 0.684895
CPU usage (%): 99.5866
Max. virtual memory (cumulated for all children) (KiB): 873468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35221
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= 38514
involuntary context switches= 56658

runsolver used 2.23766 second user time and 5.99509 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-05 14:40:46
IDJOB=1089100
IDBENCH=58196
IDSOLVER=363
FILE ID=node74/1089100-1215261646
PBS_JOBID= 7882099
Free space on /tmp= 103232 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-1-55.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-1089100-1215261646/watcher-1089100-1215261646 -o /tmp/evaluation-result-1089100-1215261646/solver-1089100-1215261646 -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-1089100-1215261646.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9685e02ee1e44c7ff05763d17f8830d9
RANDOM SEED=1135256848

node74.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.259
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.259
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:       1663264 kB
Buffers:         25268 kB
Cached:         182684 kB
SwapCached:       6520 kB
Active:         278516 kB
Inactive:        61288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663264 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            3420 kB
Writeback:           0 kB
Mapped:         148128 kB
Slab:            37704 kB
Committed_AS:  4275972 kB
PageTables:       2144 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= 103232 MiB
End job on node74 at 2008-07-05 15:10:56