Trace number 1094345

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.08 1812.76

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-95-9.xml
MD5SUMa9814aab0a64743442164ff9858cefcc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size378
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1094345-1215279419.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.37/0.40	     nbVariables=49  nbDomainTypes=49  minDomainSize=284  maxDomainSize=378  nbTotalValues=16127
0.37/0.40	       =>  wckTime=0.162  cpuTime=0.12  mem=7M886
0.37/0.40	   
0.37/0.40	   predicates being loaded...
0.37/0.47	   
0.37/0.47	   constraints being loaded...
0.96/1.01	     nbConstraints=301  nbGlobalConstraints=293  nbConvertedConstraints=8  nbConvertConstraintsChecks=672767
0.96/1.01	     nbExtensionStructures=8  nbSharedExtensionStructures=0  nbConflictsStructures=8  nbSharedConflictsStructures=0
0.96/1.01	     nbSharedBinaryRepresentations=1988  minDegree=13  maxDegree=13  minArity=2  avgArity=2.12  maxArity=7
0.96/1.01	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.093  symmetryCpuTime=0.05  nbCliques=7
0.96/1.01	       =>  wckTime=0.77  cpuTime=0.59  mem=17M688
0.96/1.06	   
0.96/1.06	   solver IterativeSystematicSolver being built... 
1.06/1.13	   
1.06/1.13	   INFO : Forward propagation technique limited 
1.06/1.19	       =>  wckTime=0.953  cpuTime=0.71  mem=21M292
1.15/1.28	   
1.15/1.28	   preprocessing
1.15/1.28	     nbConstraintChecks=39135  nbPropagations=684  nbRevisions=83  nbUselessRevisions=50  nbSingletonTests=55
1.15/1.28	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
1.15/1.28	       =>  wckTime=0.085  cpuTime=0.06  mem=24M218
2.94/3.00	   
2.94/3.00	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=18M991)

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-1094345-1215279419/watcher-1094345-1215279419 -o /tmp/evaluation-result-1094345-1215279419/solver-1094345-1215279419 -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-1094345-1215279419.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/81 27809
/proc/meminfo: memFree=1745808/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=18572 CPUtime=0
/proc/27809/stat : 27809 (runsolver) R 27807 27809 26423 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2006916101 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27809/statm: 4643 292 257 25 0 2626 0

[startup+0.0647419 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27809
/proc/meminfo: memFree=1745808/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=864076 CPUtime=0.04
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 2764 0 1 0 3 1 0 0 18 0 9 0 2006916101 884813824 2309 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216019 2309 1105 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101746 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27809
/proc/meminfo: memFree=1745808/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=865884 CPUtime=0.08
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 3707 0 1 0 6 2 0 0 18 0 9 0 2006916101 886665216 3173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216471 3173 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301777 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27809
/proc/meminfo: memFree=1745808/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=866196 CPUtime=0.27
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 5622 0 1 0 24 3 0 0 18 0 9 0 2006916101 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701831 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27809
/proc/meminfo: memFree=1745808/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867064 CPUtime=0.67
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 8021 0 1 0 62 5 0 0 18 0 9 0 2006916101 887873536 7379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216766 7379 2011 9 0 211272 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867064

[startup+1.50295 s]
/proc/loadavg: 2.08 2.02 2.01 5/90 27822
/proc/meminfo: memFree=1721096/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867832 CPUtime=1.46
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 19118 288 1 0 135 11 0 0 18 0 9 0 2006916101 888659968 13293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216958 13293 2632 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867832 CPUtime=1.16
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 14776 288 1 0 108 8 0 0 25 0 9 0 2006916102 888659968 13293 996147200 134512640 134550740 4294955968 18446744073709551615 4126915278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867832 CPUtime=0.04
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 2768 288 0 0 4 0 0 0 17 0 9 0 2006916104 888659968 13293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867832 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888659968 13293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867832 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 16 0 9 0 2006916104 888659968 13293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867832 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888659968 13293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867832 CPUtime=0.22
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 733 288 0 0 22 0 0 0 15 0 9 0 2006916106 888659968 13293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867832 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888659968 13293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867832 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 3 288 0 0 0 0 0 0 15 0 9 0 2006916106 888659968 13293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867832

[startup+3.10128 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 27822
/proc/meminfo: memFree=1680264/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=3.04
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 26055 288 1 0 290 14 0 0 18 0 9 0 2006916101 888569856 20071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20071 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=2.68
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 19292 288 1 0 258 10 0 0 25 0 9 0 2006916102 888569856 20071 996147200 134512640 134550740 4294955968 18446744073709551615 4126890448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=0.06
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5167 288 0 0 5 1 0 0 17 0 9 0 2006916104 888569856 20071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.26
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 755 288 0 0 26 0 0 0 15 0 9 0 2006916106 888569856 20071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 3 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867744

[startup+6.30266 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 27822
/proc/meminfo: memFree=1675208/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=6.21
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 26078 288 1 0 607 14 0 0 18 0 9 0 2006916101 888569856 20074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20074 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=5.84
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 19298 288 1 0 574 10 0 0 25 0 9 0 2006916102 888569856 20074 996147200 134512640 134550740 4294955968 18446744073709551615 4126704856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=0.06
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5167 288 0 0 5 1 0 0 17 0 9 0 2006916104 888569856 20074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.27
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 759 288 0 0 27 0 0 0 16 0 9 0 2006916106 888569856 20074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867744

[startup+12.7026 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 27822
/proc/meminfo: memFree=1675016/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=12.55
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 26092 288 1 0 1241 14 0 0 18 0 9 0 2006916101 888569856 20075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20075 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=12.17
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 19306 288 1 0 1207 10 0 0 25 0 9 0 2006916102 888569856 20075 996147200 134512640 134550740 4294955968 18446744073709551615 4126820351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=0.07
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5167 288 0 0 6 1 0 0 17 0 9 0 2006916104 888569856 20075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.27
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 765 288 0 0 27 0 0 0 15 0 9 0 2006916106 888569856 20075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867744

[startup+25.5015 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 27822
/proc/meminfo: memFree=1674952/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=25.23
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 26130 288 1 0 2508 15 0 0 18 0 9 0 2006916101 888569856 20098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20098 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=24.83
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 19321 288 1 0 2473 10 0 0 25 0 9 0 2006916102 888569856 20098 996147200 134512640 134550740 4294955968 18446744073709551615 4126820413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=0.08
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5190 288 0 0 7 1 0 0 17 0 9 0 2006916104 888569856 20098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.27
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 765 288 0 0 27 0 0 0 15 0 9 0 2006916106 888569856 20098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20098 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) 867744

[startup+51.1013 s]
/proc/loadavg: 2.03 2.01 2.00 3/90 27822
/proc/meminfo: memFree=1674952/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=50.59
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 26170 288 1 0 5044 15 0 0 18 0 9 0 2006916101 888569856 20108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20108 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=50.16
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 19351 288 1 0 5005 11 0 0 25 0 9 0 2006916102 888569856 20108 996147200 134512640 134550740 4294955968 18446744073709551615 4126901611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=0.12
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5197 288 0 0 10 2 0 0 16 0 9 0 2006916104 888569856 20108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.28
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 768 288 0 0 28 0 0 0 16 0 9 0 2006916106 888569856 20108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0

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

/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.28
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 768 288 0 0 28 0 0 0 16 0 9 0 2006916106 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.72
Current children cumulated vsize (KiB) 867744

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 27936
/proc/meminfo: memFree=1687048/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=1589.69
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 27946 288 1 0 158933 36 0 0 18 0 9 0 2006916101 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20142 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=1587.86
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 21093 288 1 0 158765 21 0 0 25 0 9 0 2006916102 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4126901646 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=1.5
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5231 288 0 0 138 12 0 0 17 0 9 0 2006916104 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.28
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 768 288 0 0 28 0 0 0 16 0 9 0 2006916106 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.69
Current children cumulated vsize (KiB) 867744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 27936
/proc/meminfo: memFree=1686984/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=1649.67
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 28027 288 1 0 164930 37 0 0 18 0 9 0 2006916101 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20147 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=1647.78
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 21169 288 1 0 164756 22 0 0 25 0 9 0 2006916102 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4126704856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=1.57
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5236 288 0 0 145 12 0 0 16 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.28
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 768 288 0 0 28 0 0 0 16 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.67
Current children cumulated vsize (KiB) 867744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27936
/proc/meminfo: memFree=1686984/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=1709.65
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 28102 288 1 0 170927 38 0 0 18 0 9 0 2006916101 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20147 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=1707.69
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 21244 288 1 0 170747 22 0 0 25 0 9 0 2006916102 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4126704856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=1.62
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5236 288 0 0 150 12 0 0 16 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.28
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 768 288 0 0 28 0 0 0 16 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.65
Current children cumulated vsize (KiB) 867744

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27936
/proc/meminfo: memFree=1686864/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=1769.62
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 28171 288 1 0 176923 39 0 0 18 0 9 0 2006916101 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20147 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=1767.61
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 21313 288 1 0 176738 23 0 0 25 0 9 0 2006916102 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4126901568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=1.68
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5236 288 0 0 155 13 0 0 16 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.28
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 768 288 0 0 28 0 0 0 16 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.62
Current children cumulated vsize (KiB) 867744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27936
/proc/meminfo: memFree=1686864/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=1800.02
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 28209 288 1 0 179962 40 0 0 18 0 9 0 2006916101 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20147 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=1797.98
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 21351 288 1 0 179775 23 0 0 25 0 9 0 2006916102 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4126923703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=1.71
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5236 288 0 0 158 13 0 0 17 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.28
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 768 288 0 0 28 0 0 0 16 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867744

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

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

[startup+1812.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27936
/proc/meminfo: memFree=1686864/2055920 swapFree=4180256/4192956
[pid=27809] ppid=27807 vsize=867744 CPUtime=1800.02
/proc/27809/stat : 27809 (java) S 27807 27809 26423 0 -1 0 28209 288 1 0 179962 40 0 0 18 0 9 0 2006916101 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27809/statm: 216936 20147 2614 9 0 211464 0
[pid=27809/tid=27811] ppid=27807 vsize=867744 CPUtime=1797.98
/proc/27809/task/27811/stat : 27811 (java) R 27807 27809 26423 0 -1 64 21351 288 1 0 179775 23 0 0 25 0 9 0 2006916102 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4126923703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27812] ppid=27807 vsize=867744 CPUtime=1.71
/proc/27809/task/27812/stat : 27812 (java) S 27807 27809 26423 0 -1 64 5236 288 0 0 158 13 0 0 17 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27809/tid=27813] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27813/stat : 27813 (java) S 27807 27809 26423 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27814] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27814/stat : 27814 (java) S 27807 27809 26423 0 -1 64 12 288 0 0 0 0 0 0 15 0 9 0 2006916104 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27815] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27815/stat : 27815 (java) S 27807 27809 26423 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27816] ppid=27807 vsize=867744 CPUtime=0.28
/proc/27809/task/27816/stat : 27816 (java) S 27807 27809 26423 0 -1 64 768 288 0 0 28 0 0 0 16 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27817] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27817/stat : 27817 (java) S 27807 27809 26423 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27809/tid=27818] ppid=27807 vsize=867744 CPUtime=0
/proc/27809/task/27818/stat : 27818 (java) S 27807 27809 26423 0 -1 64 16 288 0 0 0 0 0 0 15 0 9 0 2006916106 888569856 20147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867744

Child status: 143
Real time (s): 1812.76
CPU time (s): 1800.08
CPU user time (s): 1799.66
CPU system time (s): 0.417936
CPU usage (%): 99.3008
Max. virtual memory (cumulated for all children) (KiB): 867832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.417936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28528
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= 50727
involuntary context switches= 85670

runsolver used 2.35964 second user time and 5.97409 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-05 19:36:59
IDJOB=1094345
IDBENCH=58778
IDSOLVER=364
FILE ID=node22/1094345-1215279419
PBS_JOBID= 7882179
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-7/normalized-os-taillard-7-95-9.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-1094345-1215279419/watcher-1094345-1215279419 -o /tmp/evaluation-result-1094345-1215279419/solver-1094345-1215279419 -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-1094345-1215279419.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a9814aab0a64743442164ff9858cefcc
RANDOM SEED=1456357701

node22.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.267
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.267
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:       1746288 kB
Buffers:         39200 kB
Cached:         177892 kB
SwapCached:       6356 kB
Active:         164224 kB
Inactive:        93248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746288 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          56652 kB
Slab:            37368 kB
Committed_AS:  3498480 kB
PageTables:       1844 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= 66464 MiB
End job on node22 at 2008-07-05 20:07:14