Trace number 1092510

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.1 1803.56

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-3.xml
MD5SUM223aaf1483a6ca1bf0f0bb4b746a8074
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 benchmark54.0714
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1748
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1092510-1215275668.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.38/0.49	     nbVariables=400  nbDomainTypes=400  minDomainSize=1650  maxDomainSize=1748  nbTotalValues=679200
0.38/0.49	       =>  wckTime=0.244  cpuTime=0.17  mem=22M603
0.38/0.49	   
0.38/0.49	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
2.76/2.86	     nbConstraints=4200  nbGlobalConstraints=4199  nbConvertedConstraints=1  nbConvertConstraintsChecks=2932384
2.76/2.86	     nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=1  nbSharedConflictsStructures=0
2.76/2.86	     nbSharedBinaryRepresentations=71  minDegree=21  maxDegree=22  minArity=2  avgArity=2.09  maxArity=20
2.76/2.86	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.948  symmetryCpuTime=0.84  nbCliques=20
2.76/2.86	       =>  wckTime=2.621  cpuTime=2.24  mem=37M38
2.86/2.98	   
2.86/2.99	   solver IterativeSystematicSolver being built... 
2.96/3.05	   
2.96/3.06	   INFO : Forward propagation technique limited 
3.06/3.15	       =>  wckTime=2.912  cpuTime=2.39  mem=59M821
3.55/3.61	   
3.55/3.61	   preprocessing
3.55/3.61	     nbConstraintChecks=49730  nbPropagations=1010  nbRevisions=4  nbUselessRevisions=0  nbRemovedValues=387600
3.55/3.61	     detectedInconsistency=no
3.55/3.61	       =>  wckTime=0.433  cpuTime=0.34  mem=73M365
4.84/5.00	   
4.84/5.00	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=118, mem=57M321)

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-1092510-1215275668/watcher-1092510-1215275668 -o /tmp/evaluation-result-1092510-1215275668/solver-1092510-1215275668 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1092510-1215275668.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.12 2.05 2.01 5/73 5608
/proc/meminfo: memFree=1706144/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=1616 CPUtime=0
/proc/5608/stat : 5608 (java) D 5606 5608 5274 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2006539801 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/5608/statm: 404 145 119 9 0 46 0

[startup+0.0740851 s]
/proc/loadavg: 2.12 2.05 2.01 5/73 5608
/proc/meminfo: memFree=1706144/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=866580 CPUtime=0.05
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 3382 0 1 0 4 1 0 0 18 0 9 0 2006539801 887377920 2895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 216645 2895 1568 9 0 211207 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 866580

[startup+0.101087 s]
/proc/loadavg: 2.12 2.05 2.01 5/73 5608
/proc/meminfo: memFree=1706144/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=866708 CPUtime=0.08
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 3727 0 1 0 6 2 0 0 18 0 9 0 2006539801 887508992 3193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 216677 3193 1690 9 0 211232 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866708

[startup+0.301104 s]
/proc/loadavg: 2.12 2.05 2.01 5/73 5608
/proc/meminfo: memFree=1706144/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=866924 CPUtime=0.28
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 5997 0 1 0 24 4 0 0 18 0 9 0 2006539801 887730176 5371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 216731 5374 1956 9 0 211259 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866924

[startup+0.701138 s]
/proc/loadavg: 2.12 2.05 2.01 5/73 5608
/proc/meminfo: memFree=1706144/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868036 CPUtime=0.68
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 12375 0 1 0 61 7 0 0 18 0 9 0 2006539801 888868864 11735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217009 11736 2010 9 0 211515 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868036

[startup+1.50221 s]
/proc/loadavg: 2.12 2.05 2.01 3/82 5617
/proc/meminfo: memFree=1653656/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868036 CPUtime=1.48
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 16443 0 1 0 136 12 0 0 18 0 9 0 2006539801 888868864 15800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217009 15801 2014 9 0 211515 0
[pid=5608/tid=5610] ppid=5606 vsize=868036 CPUtime=1.26
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 15030 0 1 0 116 10 0 0 25 0 9 0 2006539802 888868864 15801 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868036 CPUtime=0
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2006539803 888868864 15801 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868036 CPUtime=0
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 2006539804 888868864 15802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868040 CPUtime=0
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2006539804 888872960 15802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868036 CPUtime=0
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2006539805 888868864 15802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868036 CPUtime=0.2
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 716 0 0 0 19 1 0 0 15 0 9 0 2006539806 888868864 15803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868040 CPUtime=0
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2006539806 888872960 15803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868036 CPUtime=0
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006539806 888868864 15803 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) 868036

[startup+3.10336 s]
/proc/loadavg: 2.12 2.05 2.01 6/84 5621
/proc/meminfo: memFree=1628360/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=3.06
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 34208 488 1 0 271 30 4 1 18 0 9 0 2006539801 889307136 24136 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 24136 2635 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=2.56
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 21403 488 1 0 227 24 4 1 16 0 9 0 2006539802 889307136 24136 996147200 134512640 134550740 4294955968 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=0.23
/proc/5608/task/5611/stat : 5611 (java) R 5606 5608 5274 0 -1 64 11015 488 0 0 15 3 4 1 17 0 9 0 2006539803 889307136 24136 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 24136 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 24136 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 24136 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.32
/proc/5608/task/5615/stat : 5615 (java) R 5606 5608 5274 0 -1 64 933 488 0 0 26 1 4 1 15 0 9 0 2006539806 889307136 24136 996147200 134512640 134550740 4294955968 18446744073709551615 101780755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 24136 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 12 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 24136 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868464

[startup+6.30164 s]
/proc/loadavg: 2.11 2.05 2.01 3/82 5621
/proc/meminfo: memFree=1588752/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=6.23
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 50584 488 1 0 582 36 4 1 18 0 9 0 2006539801 889307136 31809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 31809 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=5.57
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 30029 488 1 0 526 26 4 1 25 0 9 0 2006539802 889307136 31809 996147200 134512640 134550740 4294955968 18446744073709551615 4126644952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=0.32
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 18670 488 0 0 21 6 4 1 16 0 9 0 2006539803 889307136 31809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 31809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 31809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 31809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.39
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 999 488 0 0 33 1 4 1 15 0 9 0 2006539806 889307136 31809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 31809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 31809 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868464

[startup+12.7022 s]
/proc/loadavg: 2.10 2.05 2.01 3/82 5621
/proc/meminfo: memFree=1588496/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=12.57
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 50629 488 1 0 1216 36 4 1 18 0 9 0 2006539801 889307136 31820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 31820 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=11.85
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 30038 488 1 0 1154 26 4 1 25 0 9 0 2006539802 889307136 31820 996147200 134512640 134550740 4294955968 18446744073709551615 4126644952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=0.36
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 18670 488 0 0 25 6 4 1 16 0 9 0 2006539803 889307136 31820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 31820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 31820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 31820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.42
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1035 488 0 0 36 1 4 1 15 0 9 0 2006539806 889307136 31820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 31820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 31820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868464

[startup+25.5013 s]
/proc/loadavg: 2.08 2.04 2.01 3/82 5621
/proc/meminfo: memFree=1587288/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=25.26
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 50957 488 1 0 2484 37 4 1 18 0 9 0 2006539801 889307136 32131 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 32131 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=24.48
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 30053 488 1 0 2416 27 4 1 25 0 9 0 2006539802 889307136 32131 996147200 134512640 134550740 4294955968 18446744073709551615 4126644952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=0.4
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 18978 488 0 0 29 6 4 1 16 0 9 0 2006539803 889307136 32131 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 32131 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 32131 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 32131 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.43
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1040 488 0 0 37 1 4 1 16 0 9 0 2006539806 889307136 32131 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 32131 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 32131 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868464

[startup+51.1016 s]
/proc/loadavg: 2.05 2.04 2.00 3/82 5621
/proc/meminfo: memFree=1587032/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=50.62
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 51040 488 1 0 5020 37 4 1 18 0 9 0 2006539801 889307136 32175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 32175 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=49.75
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 30092 488 1 0 4943 27 4 1 25 0 9 0 2006539802 889307136 32175 996147200 134512640 134550740 4294955968 18446744073709551615 4127178155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=0.51
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 19022 488 0 0 39 7 4 1 16 0 9 0 2006539803 889307136 32175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 32175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 32175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 32175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.43
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1040 488 0 0 37 1 4 1 16 0 9 0 2006539806 889307136 32175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05

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

/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.44
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1046 488 0 0 38 1 4 1 16 0 9 0 2006539806 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.93
Current children cumulated vsize (KiB) 868464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 5667
/proc/meminfo: memFree=1472656/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=1598.91
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 53029 488 1 0 159825 61 4 1 18 0 9 0 2006539801 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 32296 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=1594.33
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 31958 488 1 0 159390 38 4 1 25 0 9 0 2006539802 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4127170472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=4.2
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 19139 488 0 0 396 19 4 1 16 0 9 0 2006539803 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.44
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1046 488 0 0 38 1 4 1 16 0 9 0 2006539806 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 32296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.91
Current children cumulated vsize (KiB) 868464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 5667
/proc/meminfo: memFree=1472792/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=1658.89
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 53130 488 1 0 165822 62 4 1 18 0 9 0 2006539801 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 32305 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=1654.1
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 32050 488 1 0 165367 38 4 1 25 0 9 0 2006539802 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4127176315 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=4.4
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 19148 488 0 0 415 20 4 1 16 0 9 0 2006539803 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.44
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1046 488 0 0 38 1 4 1 16 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.89
Current children cumulated vsize (KiB) 868464

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 5667
/proc/meminfo: memFree=1472792/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=1718.86
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 53202 488 1 0 171818 63 4 1 18 0 9 0 2006539801 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 32305 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=1713.95
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 32122 488 1 0 171351 39 4 1 25 0 9 0 2006539802 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4127164891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=4.54
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 19148 488 0 0 428 21 4 1 17 0 9 0 2006539803 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.44
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1046 488 0 0 38 1 4 1 16 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.86
Current children cumulated vsize (KiB) 868464

[startup+1782.3 s]
/proc/loadavg: 2.17 2.06 2.02 3/89 5667
/proc/meminfo: memFree=1472792/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=1778.84
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 53301 488 1 0 177815 64 4 1 18 0 9 0 2006539801 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 32305 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=1773.71
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 32221 488 1 0 177327 39 4 1 25 0 9 0 2006539802 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4126924792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=4.74
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 19148 488 0 0 448 21 4 1 16 0 9 0 2006539803 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.44
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1046 488 0 0 38 1 4 1 16 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.84
Current children cumulated vsize (KiB) 868464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.28 2.08 2.02 3/89 5667
/proc/meminfo: memFree=1472792/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=1800.04
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 53331 488 1 0 179934 65 4 1 18 0 9 0 2006539801 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 32305 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=1794.85
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 32251 488 1 0 179441 39 4 1 25 0 9 0 2006539802 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4126926134 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=4.81
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 19148 488 0 0 454 22 4 1 16 0 9 0 2006539803 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.44
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1046 488 0 0 38 1 4 1 16 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868464

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

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

[startup+1803.5 s]
/proc/loadavg: 2.28 2.08 2.02 3/89 5667
/proc/meminfo: memFree=1472792/2055920 swapFree=4180688/4192956
[pid=5608] ppid=5606 vsize=868464 CPUtime=1800.04
/proc/5608/stat : 5608 (java) S 5606 5608 5274 0 -1 0 53331 488 1 0 179934 65 4 1 18 0 9 0 2006539801 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5608/statm: 217116 32305 2637 9 0 211622 0
[pid=5608/tid=5610] ppid=5606 vsize=868464 CPUtime=1794.85
/proc/5608/task/5610/stat : 5610 (java) R 5606 5608 5274 0 -1 64 32251 488 1 0 179441 39 4 1 25 0 9 0 2006539802 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4126926134 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5611] ppid=5606 vsize=868464 CPUtime=4.81
/proc/5608/task/5611/stat : 5611 (java) S 5606 5608 5274 0 -1 64 19148 488 0 0 454 22 4 1 16 0 9 0 2006539803 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5612] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5612/stat : 5612 (java) S 5606 5608 5274 0 -1 64 16 488 0 0 0 0 4 1 16 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5613] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5613/stat : 5613 (java) S 5606 5608 5274 0 -1 64 8 488 0 0 0 0 4 1 15 0 9 0 2006539804 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5608/tid=5614] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5614/stat : 5614 (java) S 5606 5608 5274 0 -1 64 1 488 0 0 0 0 4 1 23 0 9 0 2006539805 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5615] ppid=5606 vsize=868464 CPUtime=0.44
/proc/5608/task/5615/stat : 5615 (java) S 5606 5608 5274 0 -1 64 1046 488 0 0 38 1 4 1 16 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5616] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5616/stat : 5616 (java) S 5606 5608 5274 0 -1 64 2 488 0 0 0 0 4 1 24 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5608/tid=5617] ppid=5606 vsize=868464 CPUtime=0.05
/proc/5608/task/5617/stat : 5617 (java) S 5606 5608 5274 0 -1 64 41 488 0 0 0 0 4 1 15 0 9 0 2006539806 889307136 32305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868464

Child status: 143
Real time (s): 1803.56
CPU time (s): 1800.1
CPU user time (s): 1799.42
CPU system time (s): 0.686895
CPU usage (%): 99.8084
Max. virtual memory (cumulated for all children) (KiB): 868464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.686895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53847
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= 52592
involuntary context switches= 66829

runsolver used 2.45263 second user time and 6.66799 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 18:34:28
IDJOB=1092510
IDBENCH=58630
IDSOLVER=364
FILE ID=node41/1092510-1215275668
PBS_JOBID= 7882262
Free space on /tmp= 66156 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092510-1215275668/watcher-1092510-1215275668 -o /tmp/evaluation-result-1092510-1215275668/solver-1092510-1215275668 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1092510-1215275668.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 223aaf1483a6ca1bf0f0bb4b746a8074
RANDOM SEED=2035094166

node41.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.232
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.232
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:       1706624 kB
Buffers:         44396 kB
Cached:         238200 kB
SwapCached:       6540 kB
Active:         184988 kB
Inactive:       111376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706624 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          20012 kB
Slab:            38312 kB
Committed_AS:  3704480 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66152 MiB
End job on node41 at 2008-07-05 19:04:33