Trace number 1093639

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.06 1814.45

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-8-4-8.xml
MD5SUM6e0e22cb5b6f421be44b72042836849b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6016
Number of constraints32560
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32560
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1093639-1215251154.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.48/0.57	     nbVariables=6016  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=12032
0.48/0.57	       =>  wckTime=0.326  cpuTime=0.23  mem=16M630
0.48/0.57	   
0.48/0.57	   predicates being loaded...
0.58/0.64	   
0.58/0.64	   constraints being loaded...
11.85/11.99	     nbConstraints=32623  nbGlobalConstraints=63  nbConflictsStructures=3  nbSharedConflictsStructures=32493
11.85/11.99	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
11.85/11.99	     nbSharedEvaluationManagers=32556  minDegree=10  maxDegree=37  minArity=3  avgArity=3.6  maxArity=1504
11.85/11.99	     nbGenerators=63  nbFusions=0  symmetryWckTime=5.945  symmetryCpuTime=0.85
11.85/11.99	       =>  wckTime=11.743  cpuTime=5.76  mem=92M139
12.45/12.52	   
12.45/12.52	   solver IterativeSystematicSolver being built... 
13.25/13.32	   
13.25/13.32	   INFO : Forward propagation technique limited 
13.54/13.64	       =>  wckTime=13.393  cpuTime=6.58  mem=110M903
56.18/56.63	   
56.18/56.63	   INFO : Stopping ESAC
56.18/56.63	   
56.18/56.63	   preprocessing
56.18/56.63	     nbConstraintChecks=137655  nbValidityChecks=65658  nbPropagations=11154  nbRevisions=60749
56.18/56.63	     nbUselessRevisions=60561  nbSingletonTests=5049  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
56.18/56.63	     nbRemovedValues=0  detectedInconsistency=no
56.18/56.63	       =>  wckTime=42.978  cpuTime=42.55  mem=113M977

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-1093639-1215251154/watcher-1093639-1215251154 -o /tmp/evaluation-result-1093639-1215251154/solver-1093639-1215251154 -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-1093639-1215251154.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: 1.99 1.97 1.99 3/72 28600
/proc/meminfo: memFree=1012568/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=1616 CPUtime=0
/proc/28600/stat : 28600 (java) D 28598 28600 27715 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1554785798 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28600/statm: 404 145 119 9 0 46 0

[startup+0.0421691 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 28600
/proc/meminfo: memFree=1012568/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=861876 CPUtime=0.03
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 2272 0 1 0 2 1 0 0 18 0 5 0 1554785798 882561024 1879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 215469 1879 860 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102177 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 28600
/proc/meminfo: memFree=1012568/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=865884 CPUtime=0.09
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 3700 0 1 0 7 2 0 0 18 0 9 0 1554785798 886665216 3174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 216471 3174 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301196 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 28600
/proc/meminfo: memFree=1012568/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=866284 CPUtime=0.28
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 5881 0 1 0 25 3 0 0 18 0 9 0 1554785798 887074816 5255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 216571 5255 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702244 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 28600
/proc/meminfo: memFree=1012568/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=867512 CPUtime=0.69
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 10050 0 1 0 63 6 0 0 18 0 9 0 1554785798 888332288 9410 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 216878 9411 2009 9 0 211384 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867512

[startup+1.50235 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28609
/proc/meminfo: memFree=965136/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=867424 CPUtime=1.48
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 19010 0 1 0 137 11 0 0 18 0 9 0 1554785798 888242176 18345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 216856 18345 2001 9 0 211384 0
[pid=28600/tid=28602] ppid=28598 vsize=867424 CPUtime=1.22
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 15735 0 1 0 113 9 0 0 25 0 9 0 1554785799 888242176 18345 996147200 134512640 134550740 4294955968 18446744073709551615 4126661660 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28603] ppid=28598 vsize=867424 CPUtime=0.08
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 1949 0 0 0 8 0 0 0 16 0 9 0 1554785800 888242176 18345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28604] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1554785800 888242176 18345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28605] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554785800 888242176 18345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28606] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1554785802 888242176 18345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=867424 CPUtime=0.15
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 628 0 0 0 15 0 0 0 16 0 9 0 1554785802 888242176 18345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28608] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1554785802 888242176 18345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554785802 888242176 18345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867424

[startup+3.10151 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28609
/proc/meminfo: memFree=933520/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=867424 CPUtime=3.08
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 24263 0 1 0 280 28 0 0 18 0 9 0 1554785798 888242176 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 216856 23596 2002 9 0 211384 0
[pid=28600/tid=28602] ppid=28598 vsize=867424 CPUtime=2.51
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 15760 0 1 0 227 24 0 0 25 0 9 0 1554785799 888242176 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28603] ppid=28598 vsize=867424 CPUtime=0.34
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 7139 0 0 0 32 2 0 0 18 0 9 0 1554785800 888242176 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28604] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1554785800 888242176 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28605] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554785800 888242176 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28606] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1554785802 888242176 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=867424 CPUtime=0.2
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 666 0 0 0 20 0 0 0 16 0 9 0 1554785802 888242176 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28608] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1554785802 888242176 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554785802 888242176 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867424

[startup+6.30287 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28609
/proc/meminfo: memFree=915792/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=867424 CPUtime=6.27
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 36035 0 1 0 490 137 0 0 18 0 9 0 1554785798 888242176 35364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 216856 35364 2002 9 0 211384 0
[pid=28600/tid=28602] ppid=28598 vsize=867424 CPUtime=5.18
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 15769 0 1 0 390 128 0 0 25 0 9 0 1554785799 888242176 35364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28603] ppid=28598 vsize=867424 CPUtime=0.85
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 18888 0 0 0 77 8 0 0 17 0 9 0 1554785800 888242176 35365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28604] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1554785800 888242176 35365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28605] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554785800 888242176 35365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28606] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1554785802 888242176 35365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=867424 CPUtime=0.22
/proc/28600/task/28607/stat : 28607 (java) R 28598 28600 27715 0 -1 64 681 0 0 0 22 0 0 0 16 0 9 0 1554785802 888242176 35365 996147200 134512640 134550740 4294955968 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28608] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1554785802 888242176 35365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=867424 CPUtime=0
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554785802 888242176 35365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867424

[startup+12.7016 s]
/proc/loadavg: 2.07 1.99 1.99 4/83 28613
/proc/meminfo: memFree=868984/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=868160 CPUtime=12.65
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 72692 4449 1 0 637 148 474 6 18 0 9 0 1554785798 888995840 38724 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 217040 38724 2636 9 0 211546 0
[pid=28600/tid=28602] ppid=28598 vsize=868160 CPUtime=10.91
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 31060 4449 1 0 478 133 474 6 16 0 9 0 1554785799 888995840 38724 996147200 134512640 134550740 4294955968 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28603] ppid=28598 vsize=868160 CPUtime=6.21
/proc/28600/task/28603/stat : 28603 (java) R 28598 28600 27715 0 -1 64 39776 4449 0 0 129 12 474 6 20 0 9 0 1554785800 888995840 38724 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28604] ppid=28598 vsize=868160 CPUtime=4.8
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888995840 38724 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28605] ppid=28598 vsize=868160 CPUtime=4.8
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 13 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888995840 38724 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868160 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888995840 38724 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868160 CPUtime=5.09
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 986 4449 0 0 29 0 474 6 15 0 9 0 1554785802 888995840 38724 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868160 CPUtime=4.8
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 4449 0 0 0 0 474 6 24 0 9 0 1554785802 888995840 38724 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=868160 CPUtime=4.8
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785802 888995840 38724 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868160

[startup+25.502 s]
/proc/loadavg: 2.13 2.00 2.00 3/81 28613
/proc/meminfo: memFree=858440/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=868072 CPUtime=25.34
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 80159 4449 1 0 1903 151 474 6 18 0 9 0 1554785798 888905728 40911 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 217018 40911 2615 9 0 211546 0
[pid=28600/tid=28602] ppid=28598 vsize=868072 CPUtime=23.29
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 34917 4449 1 0 1715 134 474 6 25 0 9 0 1554785799 888905728 40911 996147200 134512640 134550740 4294955968 18446744073709551615 4127401722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28603] ppid=28598 vsize=868072 CPUtime=6.44
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 43311 4449 0 0 151 13 474 6 16 0 9 0 1554785800 888905728 40911 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28604] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785800 888905728 40911 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28605] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 16 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888905728 40911 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888905728 40911 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868072 CPUtime=5.16
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 1058 4449 0 0 36 0 474 6 16 0 9 0 1554785802 888905728 40911 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 4449 0 0 0 0 474 6 24 0 9 0 1554785802 888905728 40911 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785802 888905728 40911 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868072

[startup+51.1029 s]
/proc/loadavg: 2.23 2.03 2.01 3/81 28613
/proc/meminfo: memFree=858376/2055920 swapFree=4112960/4192956
[pid=28600] ppid=28598 vsize=868072 CPUtime=50.73
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 80168 4449 1 0 4442 151 474 6 18 0 9 0 1554785798 888905728 40918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 217018 40918 2615 9 0 211546 0
[pid=28600/tid=28602] ppid=28598 vsize=868072 CPUtime=48.65
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 34918 4449 1 0 4251 134 474 6 25 0 9 0 1554785799 888905728 40918 996147200 134512640 134550740 4294955968 18446744073709551615 4127401722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28603] ppid=28598 vsize=868072 CPUtime=6.44
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 43311 4449 0 0 151 13 474 6 16 0 9 0 1554785800 888905728 40918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28604] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785800 888905728 40918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28605] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 16 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888905728 40918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888905728 40918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868072 CPUtime=5.18
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 1066 4449 0 0 38 0 474 6 15 0 9 0 1554785802 888905728 40918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868072 CPUtime=4.8

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

/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 16 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868072 CPUtime=5.23
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 1093 4449 0 0 43 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 4449 0 0 0 0 474 6 24 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.02
Current children cumulated vsize (KiB) 868072

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28779
/proc/meminfo: memFree=1032696/2055920 swapFree=4113012/4192956
[pid=28600] ppid=28598 vsize=868072 CPUtime=1530.46
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 80208 4449 1 0 152384 182 474 6 18 0 9 0 1554785798 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 217018 40949 2615 9 0 211546 0
[pid=28600/tid=28602] ppid=28598 vsize=868072 CPUtime=1528.33
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 34931 4449 1 0 152188 165 474 6 25 0 9 0 1554785799 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4127019738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28603] ppid=28598 vsize=868072 CPUtime=6.44
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 43311 4449 0 0 151 13 474 6 16 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28604] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28605] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 16 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868072 CPUtime=5.23
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 1093 4449 0 0 43 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 4449 0 0 0 0 474 6 24 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.46
Current children cumulated vsize (KiB) 868072

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28779
/proc/meminfo: memFree=1032632/2055920 swapFree=4113012/4192956
[pid=28600] ppid=28598 vsize=868072 CPUtime=1589.89
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 80208 4449 1 0 158327 182 474 6 18 0 9 0 1554785798 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 217018 40949 2615 9 0 211546 0
[pid=28600/tid=28602] ppid=28598 vsize=868072 CPUtime=1587.77
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 34931 4449 1 0 158131 166 474 6 25 0 9 0 1554785799 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4127460983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28603] ppid=28598 vsize=868072 CPUtime=6.44
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 43311 4449 0 0 151 13 474 6 16 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28604] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28605] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 16 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868072 CPUtime=5.23
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 1093 4449 0 0 43 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 4449 0 0 0 0 474 6 24 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.89
Current children cumulated vsize (KiB) 868072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28779
/proc/meminfo: memFree=1032632/2055920 swapFree=4113012/4192956
[pid=28600] ppid=28598 vsize=868072 CPUtime=1649.33
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 80208 4449 1 0 164270 183 474 6 18 0 9 0 1554785798 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 217018 40949 2615 9 0 211546 0
[pid=28600/tid=28602] ppid=28598 vsize=868072 CPUtime=1647.21
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 34931 4449 1 0 164075 166 474 6 25 0 9 0 1554785799 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4126793690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28603] ppid=28598 vsize=868072 CPUtime=6.44
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 43311 4449 0 0 151 13 474 6 16 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28604] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28605] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 16 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868072 CPUtime=5.23
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 1093 4449 0 0 43 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 4449 0 0 0 0 474 6 24 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.33
Current children cumulated vsize (KiB) 868072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28779
/proc/meminfo: memFree=1032568/2055920 swapFree=4113012/4192956
[pid=28600] ppid=28598 vsize=868072 CPUtime=1708.77
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 80208 4449 1 0 170214 183 474 6 18 0 9 0 1554785798 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 217018 40949 2615 9 0 211546 0
[pid=28600/tid=28602] ppid=28598 vsize=868072 CPUtime=1706.65
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 34931 4449 1 0 170019 166 474 6 25 0 9 0 1554785799 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4127017440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28603] ppid=28598 vsize=868072 CPUtime=6.44
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 43311 4449 0 0 151 13 474 6 16 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28604] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28605] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 16 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868072 CPUtime=5.23
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 1093 4449 0 0 43 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 4449 0 0 0 0 474 6 24 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785802 888905728 40949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.77
Current children cumulated vsize (KiB) 868072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28779
/proc/meminfo: memFree=1032312/2055920 swapFree=4113012/4192956
[pid=28600] ppid=28598 vsize=868072 CPUtime=1768.2
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 80209 4449 1 0 176157 183 474 6 18 0 9 0 1554785798 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 217018 40950 2615 9 0 211546 0
[pid=28600/tid=28602] ppid=28598 vsize=868072 CPUtime=1766.07
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 34931 4449 1 0 175961 166 474 6 25 0 9 0 1554785799 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4127363584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28603] ppid=28598 vsize=868072 CPUtime=6.44
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 43311 4449 0 0 151 13 474 6 16 0 9 0 1554785800 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28604] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785800 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28605] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 16 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868072 CPUtime=5.23
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 1094 4449 0 0 43 0 474 6 17 0 9 0 1554785802 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 4449 0 0 0 0 474 6 24 0 9 0 1554785802 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785802 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.2
Current children cumulated vsize (KiB) 868072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28779
/proc/meminfo: memFree=1032312/2055920 swapFree=4113012/4192956
[pid=28600] ppid=28598 vsize=868072 CPUtime=1800
/proc/28600/stat : 28600 (java) S 28598 28600 27715 0 -1 0 80209 4449 1 0 179337 183 474 6 18 0 9 0 1554785798 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28600/statm: 217018 40950 2615 9 0 211546 0
[pid=28600/tid=28602] ppid=28598 vsize=868072 CPUtime=1797.88
/proc/28600/task/28602/stat : 28602 (java) R 28598 28600 27715 0 -1 64 34931 4449 1 0 179142 166 474 6 25 0 9 0 1554785799 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4127369843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28603] ppid=28598 vsize=868072 CPUtime=6.44
/proc/28600/task/28603/stat : 28603 (java) S 28598 28600 27715 0 -1 64 43311 4449 0 0 151 13 474 6 16 0 9 0 1554785800 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28604] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28604/stat : 28604 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785800 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28605] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28605/stat : 28605 (java) S 28598 28600 27715 0 -1 64 16 4449 0 0 0 0 474 6 16 0 9 0 1554785800 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28606] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28606/stat : 28606 (java) S 28598 28600 27715 0 -1 64 1 4449 0 0 0 0 474 6 23 0 9 0 1554785802 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28607] ppid=28598 vsize=868072 CPUtime=5.23
/proc/28600/task/28607/stat : 28607 (java) S 28598 28600 27715 0 -1 64 1094 4449 0 0 43 0 474 6 17 0 9 0 1554785802 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28600/tid=28608] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28608/stat : 28608 (java) S 28598 28600 27715 0 -1 64 2 4449 0 0 0 0 474 6 24 0 9 0 1554785802 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28600/tid=28609] ppid=28598 vsize=868072 CPUtime=4.8
/proc/28600/task/28609/stat : 28609 (java) S 28598 28600 27715 0 -1 64 23 4449 0 0 0 0 474 6 15 0 9 0 1554785802 888905728 40950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868072

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

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

Child status: 143
Real time (s): 1814.45
CPU time (s): 1800.06
CPU user time (s): 1798.13
CPU system time (s): 1.92371
CPU usage (%): 99.2067
Max. virtual memory (cumulated for all children) (KiB): 888476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.13
system time used= 1.92371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84688
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= 39613
involuntary context switches= 69343

runsolver used 2.20766 second user time and 6.03708 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 11:45:54
IDJOB=1093639
IDBENCH=58716
IDSOLVER=364
FILE ID=node38/1093639-1215251154
PBS_JOBID= 7881989
Free space on /tmp= 66408 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-8-4-8.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-1093639-1215251154/watcher-1093639-1215251154 -o /tmp/evaluation-result-1093639-1215251154/solver-1093639-1215251154 -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-1093639-1215251154.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e0e22cb5b6f421be44b72042836849b
RANDOM SEED=762636175

node38.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.223
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.223
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:       1013048 kB
Buffers:         10616 kB
Cached:         171668 kB
SwapCached:      74212 kB
Active:         918376 kB
Inactive:        69912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1013048 kB
SwapTotal:     4192956 kB
SwapFree:      4112960 kB
Dirty:            6748 kB
Writeback:           0 kB
Mapped:         813544 kB
Slab:            38332 kB
Committed_AS:  3789220 kB
PageTables:       3448 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= 66368 MiB
End job on node38 at 2008-07-05 12:16:10