Trace number 1085089

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.11 1816.56

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-4.xml
MD5SUM164f4b1b291855f1e42db974a877c836
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.13268
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size126
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1085089-1215232675.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.42	     nbVariables=100  nbDomainTypes=50  minDomainSize=101  maxDomainSize=126  nbTotalValues=11260
0.38/0.42	       =>  wckTime=0.171  cpuTime=0.13  mem=7M886
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
2.16/2.27	     nbConstraints=850  nbGlobalConstraints=5  nbConvertedConstraints=845  nbConvertConstraintsChecks=4761490
2.16/2.27	     nbExtensionStructures=375  nbSharedExtensionStructures=600  nbConflictsStructures=375
2.16/2.28	     nbSharedConflictsStructures=600  nbSharedBinaryRepresentations=65415  minDegree=11  maxDegree=24  minArity=2
2.16/2.28	     avgArity=2.05  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.11  symmetryCpuTime=0.06  nbCliques=5
2.16/2.28	       =>  wckTime=2.028  cpuTime=1.73  mem=26M531
2.23/2.36	   
2.23/2.36	   solver IterativeSystematicSolver being built... 
2.34/2.43	   
2.34/2.43	   INFO : Forward propagation technique limited 
2.34/2.50	       =>  wckTime=2.25  cpuTime=1.85  mem=22M388
2.43/2.52	   
2.43/2.52	   preprocessing
2.43/2.52	     nbConstraintChecks=0  nbPropagations=100  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.43/2.52	     detectedInconsistency=no
2.43/2.52	       =>  wckTime=0.015  cpuTime=0.01  mem=23M389
3.03/3.17	   
3.03/3.17	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M891)

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-1085089-1215232675/watcher-1085089-1215232675 -o /tmp/evaluation-result-1085089-1215232675/solver-1085089-1215232675 -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-1085089-1215232675.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.03 2.01 3/73 20274
/proc/meminfo: memFree=1199248/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=10616 CPUtime=0
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2002240134 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 2654 472 209 9 0 1184 0
[pid=20274/tid=20275] ppid=20272 vsize=10616 CPUtime=0
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2002240136 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 2666456 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0216081 s]
/proc/loadavg: 2.10 2.03 2.01 3/73 20274
/proc/meminfo: memFree=1199248/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=11200 CPUtime=0.01
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 880 0 1 0 0 1 0 0 18 0 2 0 2002240134 11468800 632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 2800 632 330 9 0 1198 0
[pid=20274/tid=20275] ppid=20272 vsize=11200 CPUtime=0
/proc/20274/task/20275/stat : 20275 (java) D 20272 20274 19954 0 -1 64 204 0 1 0 0 0 0 0 17 0 2 0 2002240136 11468800 632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16784584 18446744072099863542 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11200

[startup+0.102627 s]
/proc/loadavg: 2.10 2.03 2.01 3/73 20274
/proc/meminfo: memFree=1199248/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=865884 CPUtime=0.08
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 3684 0 1 0 6 2 0 0 18 0 9 0 2002240134 886665216 3159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 216471 3159 1681 9 0 211026 0
[pid=20274/tid=20275] ppid=20272 vsize=865884 CPUtime=0.06
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 2777 0 1 0 5 1 0 0 18 0 9 0 2002240136 886665216 3159 996147200 134512640 134550740 4294955968 18446744073709551615 4125959076 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302673 s]
/proc/loadavg: 2.10 2.03 2.01 3/73 20274
/proc/meminfo: memFree=1199248/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=866196 CPUtime=0.28
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 5603 0 1 0 24 4 0 0 18 0 9 0 2002240134 886984704 5017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 216549 5017 1902 9 0 211097 0
[pid=20274/tid=20275] ppid=20272 vsize=866196 CPUtime=0.24
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 4655 0 1 0 21 3 0 0 19 0 9 0 2002240136 886984704 5017 996147200 134512640 134550740 4294955968 18446744073709551615 1819428 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701758 s]
/proc/loadavg: 2.10 2.03 2.01 3/73 20274
/proc/meminfo: memFree=1199248/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=867684 CPUtime=0.68
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 8024 0 1 0 62 6 0 0 18 0 9 0 2002240134 888508416 7384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 216921 7384 2010 9 0 211427 0
[pid=20274/tid=20275] ppid=20272 vsize=867684 CPUtime=0.5
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 6668 0 1 0 46 4 0 0 19 0 9 0 2002240136 888508416 7384 996147200 134512640 134550740 4294955968 18446744073709551615 102064707 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867684

[startup+1.50192 s]
/proc/loadavg: 2.17 2.04 2.01 3/82 20283
/proc/meminfo: memFree=1174024/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=867684 CPUtime=1.47
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 9659 0 1 0 137 10 0 0 18 0 9 0 2002240134 888508416 9016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 216921 9016 2013 9 0 211427 0
[pid=20274/tid=20275] ppid=20272 vsize=867684 CPUtime=1.24
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 8258 0 1 0 116 8 0 0 25 0 9 0 2002240136 888508416 9016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20272 vsize=867684 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2002240138 888508416 9016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20272 vsize=867684 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002240138 888508416 9016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=867684 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2002240138 888508416 9016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=867684 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002240140 888508416 9016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=867684 CPUtime=0.21
/proc/20274/task/20281/stat : 20281 (java) R 20272 20274 19954 0 -1 64 704 0 0 0 20 1 0 0 16 0 9 0 2002240140 888508416 9016 996147200 134512640 134550740 4294955968 18446744073709551615 102091102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=867684 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002240140 888508416 9016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=867684 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002240140 888508416 9016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867684

[startup+3.10227 s]
/proc/loadavg: 2.17 2.04 2.01 3/82 20283
/proc/meminfo: memFree=1166984/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868140 CPUtime=3.03
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 21010 319 1 0 287 16 0 0 18 0 9 0 2002240134 888975360 12981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217035 12981 2632 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868140 CPUtime=2.59
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 15246 319 1 0 247 12 0 0 25 0 9 0 2002240136 888975360 12981 996147200 134512640 134550740 4294955968 18446744073709551615 4125950647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868140 CPUtime=0.06
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 3975 319 0 0 6 0 0 0 16 0 9 0 2002240138 888975360 12981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868140 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888975360 12981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868140 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888975360 12981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868140 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888975360 12981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868140 CPUtime=0.33
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 952 319 0 0 32 1 0 0 15 0 9 0 2002240140 888975360 12981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868140 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888975360 12981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868140 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 3 319 0 0 0 0 0 0 15 0 9 0 2002240140 888975360 12981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868140

[startup+6.30191 s]
/proc/loadavg: 2.16 2.04 2.01 3/82 20287
/proc/meminfo: memFree=1131272/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=6.2
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 27608 319 1 0 600 20 0 0 18 0 9 0 2002240134 888885248 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 19387 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=5.73
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 20682 319 1 0 557 16 0 0 25 0 9 0 2002240136 888885248 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4127146572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.08
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 5093 319 0 0 7 1 0 0 16 0 9 0 2002240138 888885248 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.35
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 965 319 0 0 34 1 0 0 15 0 9 0 2002240140 888885248 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 19387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868052

[startup+12.7022 s]
/proc/loadavg: 2.14 2.04 2.01 3/82 20287
/proc/meminfo: memFree=1126600/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=12.54
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 28735 319 1 0 1233 21 0 0 18 0 9 0 2002240134 888885248 20503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 20503 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=12.05
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 20685 319 1 0 1189 16 0 0 25 0 9 0 2002240136 888885248 20503 996147200 134512640 134550740 4294955968 18446744073709551615 4127128584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.1
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 6208 319 0 0 8 2 0 0 17 0 9 0 2002240138 888885248 20503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 20503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.36
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 974 319 0 0 35 1 0 0 16 0 9 0 2002240140 888885248 20503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 20503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 20503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868052

[startup+25.5029 s]
/proc/loadavg: 2.12 2.04 2.01 3/82 20287
/proc/meminfo: memFree=1126536/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=25.22
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 28746 319 1 0 2501 21 0 0 18 0 9 0 2002240134 888885248 20509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 20509 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=24.72
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 20690 319 1 0 2456 16 0 0 25 0 9 0 2002240136 888885248 20509 996147200 134512640 134550740 4294955968 18446744073709551615 4127187859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.1
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 6212 319 0 0 8 2 0 0 16 0 9 0 2002240138 888885248 20509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 20509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.36
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 976 319 0 0 35 1 0 0 15 0 9 0 2002240140 888885248 20509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 20509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 20509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868052

[startup+51.1012 s]
/proc/loadavg: 2.23 2.07 2.02 3/82 20287
/proc/meminfo: memFree=1126536/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=50.57
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 28756 319 1 0 5036 21 0 0 18 0 9 0 2002240134 888885248 20513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 20513 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=50.07
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 20696 319 1 0 4991 16 0 0 25 0 9 0 2002240136 888885248 20513 996147200 134512640 134550740 4294955968 18446744073709551615 4127132887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.11

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

/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.37
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 977 319 0 0 36 1 0 0 16 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.61
Current children cumulated vsize (KiB) 868052

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20295
/proc/meminfo: memFree=1125440/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=1587.05
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 29084 319 1 0 158679 26 0 0 18 0 9 0 2002240134 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 20539 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=1586.28
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 20998 319 1 0 158610 18 0 0 25 0 9 0 2002240136 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.36
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 6241 319 0 0 32 4 0 0 16 0 9 0 2002240138 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.37
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 977 319 0 0 36 1 0 0 16 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.05
Current children cumulated vsize (KiB) 868052

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 20331
/proc/meminfo: memFree=1563712/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=1646.48
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 29097 319 1 0 164621 27 0 0 18 0 9 0 2002240134 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 20539 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=1645.7
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 21011 319 1 0 164551 19 0 0 25 0 9 0 2002240136 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4127164984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.37
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 6241 319 0 0 33 4 0 0 16 0 9 0 2002240138 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.37
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 977 319 0 0 36 1 0 0 16 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.48
Current children cumulated vsize (KiB) 868052

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 20362
/proc/meminfo: memFree=1610880/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=1706.21
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 29115 319 1 0 170594 27 0 0 18 0 9 0 2002240134 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 20542 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=1705.43
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 21026 319 1 0 170523 20 0 0 25 0 9 0 2002240136 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4127161625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.38
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 6244 319 0 0 34 4 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.37
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 977 319 0 0 36 1 0 0 16 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.21
Current children cumulated vsize (KiB) 868052

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 20362
/proc/meminfo: memFree=1610816/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=1765.97
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 29130 319 1 0 176569 28 0 0 18 0 9 0 2002240134 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 20542 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=1765.17
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 21041 319 1 0 176497 20 0 0 25 0 9 0 2002240136 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4127039732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.39
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 6244 319 0 0 35 4 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.37
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 977 319 0 0 36 1 0 0 16 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.97
Current children cumulated vsize (KiB) 868052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20362
/proc/meminfo: memFree=1610816/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=1800.03
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 29137 319 1 0 179975 28 0 0 18 0 9 0 2002240134 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 20542 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=1799.22
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 21048 319 1 0 179902 20 0 0 25 0 9 0 2002240136 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4127146668 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.39
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 6244 319 0 0 35 4 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.37
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 977 319 0 0 36 1 0 0 16 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868052

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

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

[startup+1816.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20362
/proc/meminfo: memFree=1610816/2055920 swapFree=4179680/4192956
[pid=20274] ppid=20272 vsize=868052 CPUtime=1800.03
/proc/20274/stat : 20274 (java) S 20272 20274 19954 0 -1 0 29137 319 1 0 179975 28 0 0 18 0 9 0 2002240134 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 217013 20542 2614 9 0 211541 0
[pid=20274/tid=20275] ppid=20272 vsize=868052 CPUtime=1799.22
/proc/20274/task/20275/stat : 20275 (java) R 20272 20274 19954 0 -1 64 21048 319 1 0 179902 20 0 0 25 0 9 0 2002240136 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4127146668 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20274/tid=20277] ppid=20272 vsize=868052 CPUtime=0.39
/proc/20274/task/20277/stat : 20277 (java) S 20272 20274 19954 0 -1 64 6244 319 0 0 35 4 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20274/tid=20278] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20272 20274 19954 0 -1 64 16 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20272 20274 19954 0 -1 64 12 319 0 0 0 0 0 0 16 0 9 0 2002240138 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20280/stat : 20280 (java) S 20272 20274 19954 0 -1 64 0 319 0 0 0 0 0 0 18 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20272 vsize=868052 CPUtime=0.37
/proc/20274/task/20281/stat : 20281 (java) S 20272 20274 19954 0 -1 64 977 319 0 0 36 1 0 0 16 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20272 20274 19954 0 -1 64 2 319 0 0 0 0 0 0 19 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20283] ppid=20272 vsize=868052 CPUtime=0
/proc/20274/task/20283/stat : 20283 (java) S 20272 20274 19954 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 2002240140 888885248 20542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868052

Child status: 143
Real time (s): 1816.56
CPU time (s): 1800.11
CPU user time (s): 1799.8
CPU system time (s): 0.302953
CPU usage (%): 99.0944
Max. virtual memory (cumulated for all children) (KiB): 868140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29485
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= 40440
involuntary context switches= 76068

runsolver used 2.15067 second user time and 6.13307 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 06:37:55
IDJOB=1085089
IDBENCH=57606
IDSOLVER=363
FILE ID=node54/1085089-1215232675
PBS_JOBID= 7881921
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-enddr1/normalized-super-jobShop-enddr1-4.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-1085089-1215232675/watcher-1085089-1215232675 -o /tmp/evaluation-result-1085089-1215232675/solver-1085089-1215232675 -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-1085089-1215232675.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 164f4b1b291855f1e42db974a877c836
RANDOM SEED=141541961

node54.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.279
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.279
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:       1199664 kB
Buffers:         49684 kB
Cached:         217008 kB
SwapCached:       6600 kB
Active:         700352 kB
Inactive:        94876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1199664 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            2128 kB
Writeback:           0 kB
Mapped:         536260 kB
Slab:            45124 kB
Committed_AS:  4536204 kB
PageTables:       3068 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= 66520 MiB
End job on node54 at 2008-07-05 07:08:13