Trace number 1092509

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.16 1805.19

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.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1092509-1215275667.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.39/0.41	   
0.39/0.41	   variables being loaded...
0.58/0.62	     nbVariables=400  nbDomainTypes=400  minDomainSize=1650  maxDomainSize=1748  nbTotalValues=679200
0.58/0.62	       =>  wckTime=0.384  cpuTime=0.28  mem=22M603
0.58/0.62	   
0.58/0.62	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
3.05/3.13	     nbConstraints=4200  nbGlobalConstraints=4199  nbConvertedConstraints=1  nbConvertConstraintsChecks=2932384
3.05/3.13	     nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=1  nbSharedConflictsStructures=0
3.05/3.13	     nbSharedBinaryRepresentations=71  minDegree=21  maxDegree=22  minArity=2  avgArity=2.09  maxArity=20
3.05/3.13	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.951  symmetryCpuTime=0.83  nbCliques=20
3.05/3.13	       =>  wckTime=2.891  cpuTime=2.45  mem=37M38
3.15/3.25	   
3.15/3.25	   solver IterativeSystematicSolver being built... 
3.25/3.32	   
3.25/3.32	   INFO : Forward propagation technique limited 
3.34/3.42	       =>  wckTime=3.188  cpuTime=2.61  mem=59M821
3.75/3.88	   
3.75/3.88	   preprocessing
3.75/3.88	     nbConstraintChecks=49730  nbPropagations=1010  nbRevisions=4  nbUselessRevisions=0  nbRemovedValues=387600
3.75/3.88	     detectedInconsistency=no
3.75/3.88	       =>  wckTime=0.425  cpuTime=0.34  mem=73M365
5.13/5.27	   
5.13/5.27	   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-1092509-1215275667/watcher-1092509-1215275667 -o /tmp/evaluation-result-1092509-1215275667/solver-1092509-1215275667 -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-1092509-1215275667.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 20898
/proc/meminfo: memFree=1728000/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=1616 CPUtime=0
/proc/20898/stat : 20898 (java) D 20896 20898 19305 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 2006538121 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20898/statm: 404 148 122 9 0 46 0

[startup+0.0313311 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 20898
/proc/meminfo: memFree=1728000/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=861552 CPUtime=0.01
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 1866 0 1 0 0 1 0 0 18 0 4 0 2006538121 882229248 1553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 215388 1553 691 9 0 210367 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861552

[startup+0.101697 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 20898
/proc/meminfo: memFree=1728000/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=865884 CPUtime=0.09
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 3722 0 1 0 7 2 0 0 18 0 9 0 2006538121 886665216 3185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 216471 3185 1688 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302737 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 20898
/proc/meminfo: memFree=1728000/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=866196 CPUtime=0.28
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 5622 0 1 0 25 3 0 0 18 0 9 0 2006538121 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702809 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 20898
/proc/meminfo: memFree=1728000/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=867096 CPUtime=0.69
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 11058 0 1 0 63 6 0 0 18 0 9 0 2006538121 887906304 10418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 216774 10418 2006 9 0 211280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867096

[startup+1.50196 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20907
/proc/meminfo: memFree=1679864/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=867688 CPUtime=1.47
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 15736 0 1 0 137 10 0 0 18 0 9 0 2006538121 888512512 15095 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 216922 15095 2013 9 0 211428 0
[pid=20898/tid=20900] ppid=20896 vsize=867688 CPUtime=1.27
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 14353 0 1 0 118 9 0 0 25 0 9 0 2006538122 888512512 15095 996147200 134512640 134550740 4294955968 18446744073709551615 4126930584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20901] ppid=20896 vsize=867688 CPUtime=0
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2006538124 888512512 15095 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20902] ppid=20896 vsize=867688 CPUtime=0
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006538124 888512512 15095 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=867688 CPUtime=0
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2006538124 888512512 15095 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=867688 CPUtime=0
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006538126 888512512 15095 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=867688 CPUtime=0.19
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 686 0 0 0 19 0 0 0 16 0 9 0 2006538126 888512512 15095 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20906] ppid=20896 vsize=867688 CPUtime=0
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006538126 888512512 15095 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=867688 CPUtime=0
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006538126 888512512 15095 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) 867688

[startup+3.10127 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20907
/proc/meminfo: memFree=1650736/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=867924 CPUtime=3.05
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 24823 489 1 0 270 30 4 1 18 0 9 0 2006538121 888754176 21232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 216981 21232 2014 9 0 211509 0
[pid=20898/tid=20900] ppid=20896 vsize=867924 CPUtime=2.68
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 18445 489 1 0 238 25 4 1 25 0 9 0 2006538122 888754176 21232 996147200 134512640 134550740 4294955968 18446744073709551615 4127062371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20901] ppid=20896 vsize=867924 CPUtime=0.12
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 4697 489 0 0 5 2 4 1 17 0 9 0 2006538124 888754176 21232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20902] ppid=20896 vsize=867924 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 13 489 0 0 0 0 4 1 16 0 9 0 2006538124 888754176 21232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=867924 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 5 489 0 0 0 0 4 1 16 0 9 0 2006538124 888754176 21232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=867924 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888754176 21232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=867924 CPUtime=0.3
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 845 489 0 0 25 0 4 1 15 0 9 0 2006538126 888754176 21232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20906] ppid=20896 vsize=867924 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888754176 21232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=867924 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 10 489 0 0 0 0 4 1 15 0 9 0 2006538126 888754176 21232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867924

[startup+6.30188 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20911
/proc/meminfo: memFree=1610480/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=6.22
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 50580 489 1 0 579 38 4 1 18 0 9 0 2006538121 888938496 31802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 31802 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=5.55
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 30057 489 1 0 522 28 4 1 25 0 9 0 2006538122 888938496 31802 996147200 134512640 134550740 4294955968 18446744073709551615 4127166160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=0.32
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 18677 489 0 0 20 7 4 1 16 0 9 0 2006538124 888938496 31802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 31802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 31802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 31802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.4
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 972 489 0 0 35 0 4 1 15 0 9 0 2006538126 888938496 31802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 31802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 31802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868104

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20911
/proc/meminfo: memFree=1610424/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=12.56
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 50621 489 1 0 1213 38 4 1 18 0 9 0 2006538121 888938496 31813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 31813 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=11.83
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 30067 489 1 0 1150 28 4 1 25 0 9 0 2006538122 888938496 31813 996147200 134512640 134550740 4294955968 18446744073709551615 4126645912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=0.36
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 18677 489 0 0 24 7 4 1 16 0 9 0 2006538124 888938496 31813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 31813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 31813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 31813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.43
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1003 489 0 0 38 0 4 1 15 0 9 0 2006538126 888938496 31813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 31813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 31813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868104

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20911
/proc/meminfo: memFree=1609208/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=25.23
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 50955 489 1 0 2480 38 4 1 18 0 9 0 2006538121 888938496 32125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 32125 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=24.44
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 30083 489 1 0 2411 28 4 1 25 0 9 0 2006538122 888938496 32125 996147200 134512640 134550740 4294955968 18446744073709551615 4126519872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=0.41
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 18985 489 0 0 29 7 4 1 16 0 9 0 2006538124 888938496 32125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 32125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 32125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 32125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.44
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1013 489 0 0 39 0 4 1 16 0 9 0 2006538126 888938496 32125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 32125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) R 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 32125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868104

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20911
/proc/meminfo: memFree=1608952/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=50.6
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 51038 489 1 0 5016 39 4 1 18 0 9 0 2006538121 888938496 32169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 32169 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=49.71
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 30122 489 1 0 4937 29 4 1 25 0 9 0 2006538122 888938496 32169 996147200 134512640 134550740 4294955968 18446744073709551615 4126645912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=0.5
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 19029 489 0 0 38 7 4 1 16 0 9 0 2006538124 888938496 32169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 32169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 32169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 32169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.44
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1013 489 0 0 39 0 4 1 16 0 9 0 2006538126 888938496 32169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05

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

/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.45
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1017 489 0 0 40 0 4 1 16 0 9 0 2006538126 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.38
Current children cumulated vsize (KiB) 868104

[startup+1602.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/81 20946
/proc/meminfo: memFree=1619512/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=1597.34
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 53009 489 1 0 159664 65 4 1 18 0 9 0 2006538121 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 32289 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=1592.8
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 31972 489 1 0 159235 40 4 1 25 0 9 0 2006538122 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4127165083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=4.14
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 19146 489 0 0 387 22 4 1 16 0 9 0 2006538124 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.45
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1017 489 0 0 40 0 4 1 16 0 9 0 2006538126 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 32289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.34
Current children cumulated vsize (KiB) 868104

[startup+1662.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/81 20946
/proc/meminfo: memFree=1619512/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=1657.31
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 53099 489 1 0 165660 66 4 1 18 0 9 0 2006538121 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 32299 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=1652.61
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 32052 489 1 0 165216 40 4 1 25 0 9 0 2006538122 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4127178312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=4.3
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 19155 489 0 0 402 23 4 1 16 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.45
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1018 489 0 0 40 0 4 1 16 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.31
Current children cumulated vsize (KiB) 868104

[startup+1722.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/81 20946
/proc/meminfo: memFree=1619448/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=1717.3
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 53176 489 1 0 171657 68 4 1 18 0 9 0 2006538121 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 32299 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=1712.43
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 32129 489 1 0 171197 41 4 1 25 0 9 0 2006538122 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4127060744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=4.45
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 19155 489 0 0 417 23 4 1 17 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.45
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1018 489 0 0 40 0 4 1 16 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.3
Current children cumulated vsize (KiB) 868104

[startup+1782.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/81 20946
/proc/meminfo: memFree=1619320/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=1777.27
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 53270 489 1 0 177653 69 4 1 18 0 9 0 2006538121 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 32299 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=1772.21
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 32223 489 1 0 177175 41 4 1 25 0 9 0 2006538122 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4126645912 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=4.64
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 19155 489 0 0 435 24 4 1 16 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.45
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1018 489 0 0 40 0 4 1 16 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.27
Current children cumulated vsize (KiB) 868104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.11 s]
/proc/loadavg: 2.07 2.08 2.02 3/81 20946
/proc/meminfo: memFree=1619384/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=1800.06
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 53303 489 1 0 179932 69 4 1 18 0 9 0 2006538121 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 32299 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=1794.95
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 32256 489 1 0 179448 42 4 1 25 0 9 0 2006538122 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4126645912 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=4.71
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 19155 489 0 0 442 24 4 1 16 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.45
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1018 489 0 0 40 0 4 1 16 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868104

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

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

[startup+1805.11 s]
/proc/loadavg: 2.07 2.08 2.02 3/81 20946
/proc/meminfo: memFree=1619384/2055920 swapFree=4180500/4192956
[pid=20898] ppid=20896 vsize=868104 CPUtime=1800.06
/proc/20898/stat : 20898 (java) S 20896 20898 19305 0 -1 0 53303 489 1 0 179932 69 4 1 18 0 9 0 2006538121 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20898/statm: 217026 32299 2637 9 0 211532 0
[pid=20898/tid=20900] ppid=20896 vsize=868104 CPUtime=1794.95
/proc/20898/task/20900/stat : 20900 (java) R 20896 20898 19305 0 -1 64 32256 489 1 0 179448 42 4 1 25 0 9 0 2006538122 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4126645912 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20901] ppid=20896 vsize=868104 CPUtime=4.71
/proc/20898/task/20901/stat : 20901 (java) S 20896 20898 19305 0 -1 64 19155 489 0 0 442 24 4 1 16 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20902] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20902/stat : 20902 (java) S 20896 20898 19305 0 -1 64 17 489 0 0 0 0 4 1 16 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20903] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20903/stat : 20903 (java) S 20896 20898 19305 0 -1 64 8 489 0 0 0 0 4 1 15 0 9 0 2006538124 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20904] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20904/stat : 20904 (java) S 20896 20898 19305 0 -1 64 0 489 0 0 0 0 4 1 18 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20905] ppid=20896 vsize=868104 CPUtime=0.45
/proc/20898/task/20905/stat : 20905 (java) S 20896 20898 19305 0 -1 64 1018 489 0 0 40 0 4 1 16 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20898/tid=20906] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20906/stat : 20906 (java) S 20896 20898 19305 0 -1 64 2 489 0 0 0 0 4 1 19 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20898/tid=20907] ppid=20896 vsize=868104 CPUtime=0.05
/proc/20898/task/20907/stat : 20907 (java) S 20896 20898 19305 0 -1 64 41 489 0 0 0 0 4 1 15 0 9 0 2006538126 888938496 32299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868104

Child status: 143
Real time (s): 1805.19
CPU time (s): 1800.16
CPU user time (s): 1799.43
CPU system time (s): 0.730888
CPU usage (%): 99.7215
Max. virtual memory (cumulated for all children) (KiB): 868104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.730888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53822
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= 52235
involuntary context switches= 41001

runsolver used 2.40163 second user time and 5.82911 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 18:34:27
IDJOB=1092509
IDBENCH=58630
IDSOLVER=363
FILE ID=node59/1092509-1215275667
PBS_JOBID= 7882121
Free space on /tmp= 66476 MiB

SOLVER NAME= Abscon 112v4 AC
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 mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092509-1215275667/watcher-1092509-1215275667 -o /tmp/evaluation-result-1092509-1215275667/solver-1092509-1215275667 -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-1092509-1215275667.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 223aaf1483a6ca1bf0f0bb4b746a8074
RANDOM SEED=1331102547

node59.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.261
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.261
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:       1728416 kB
Buffers:         35064 kB
Cached:         227088 kB
SwapCached:       6176 kB
Active:         183880 kB
Inactive:        89332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728416 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            2592 kB
Writeback:           0 kB
Mapped:          18848 kB
Slab:            39368 kB
Committed_AS:  4096688 kB
PageTables:       1892 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= 66500 MiB
End job on node59 at 2008-07-05 19:04:35