Trace number 1072487

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.11 1807.66

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-13_ext.xml
MD5SUMdeb696c54b33bdc569db6da224999cea
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark438.384
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1072487-1215174792.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.29/0.36	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.29/0.36	       =>  wckTime=0.107  cpuTime=0.1  mem=7M919
0.29/0.36	   
0.29/0.36	   relations being loaded...
0.88/0.91	   
0.88/0.91	   constraints being loaded...
1.18/1.27	     nbConstraints=74  nbRelationTypes=74  nbGlobalConstraints=74  nbExtensionStructures=74
1.18/1.27	     nbSharedExtensionStructures=0  nbConflictsStructures=74  nbSharedConflictsStructures=0
1.18/1.28	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=15  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.18/1.28	     symmetryWckTime=0.049  symmetryCpuTime=0.02
1.18/1.28	       =>  wckTime=1.023  cpuTime=0.85  mem=50M917
1.37/1.44	   
1.37/1.45	   solver IterativeSystematicSolver being built... 
1.46/1.52	   
1.46/1.53	   INFO : Forward propagation technique limited 
1.46/1.59	       =>  wckTime=1.341  cpuTime=0.98  mem=41M852
1.76/1.82	   
1.76/1.82	   preprocessing
1.76/1.82	     nbConstraintChecks=0  nbValidityChecks=2655059  nbPropagations=196  nbRevisions=0  nbUselessRevisions=0
1.76/1.82	     nbSingletonTests=29  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.76/1.82	     detectedInconsistency=no
1.76/1.82	       =>  wckTime=0.229  cpuTime=0.21  mem=41M852
2.86/2.95	   
2.86/2.95	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=42M972)

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-1072487-1215174792/watcher-1072487-1215174792 -o /tmp/evaluation-result-1072487-1215174792/solver-1072487-1215174792 -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-1072487-1215174792.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 3/80 22896
/proc/meminfo: memFree=1654960/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=1616 CPUtime=0
/proc/22896/stat : 22896 (java) R 22894 22896 21455 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1547146075 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/22896/statm: 404 145 119 9 0 46 0

[startup+0.070433 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 22896
/proc/meminfo: memFree=1654960/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=866724 CPUtime=0.06
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 3380 0 1 0 5 1 0 0 18 0 9 0 1547146075 887525376 2893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216681 2893 1568 9 0 211243 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 866724

[startup+0.101445 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 22896
/proc/meminfo: memFree=1654960/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=866752 CPUtime=0.09
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 3749 0 1 0 7 2 0 0 18 0 9 0 1547146075 887554048 3211 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216688 3211 1701 9 0 211243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866752

[startup+0.301473 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 22896
/proc/meminfo: memFree=1654960/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867132 CPUtime=0.29
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 5853 0 1 0 25 4 0 0 18 0 9 0 1547146075 887943168 5227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216783 5227 1953 9 0 211311 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867132

[startup+0.701545 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 22896
/proc/meminfo: memFree=1654960/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867268 CPUtime=0.69
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 13624 0 1 0 62 7 0 0 18 0 9 0 1547146075 888082432 12994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216817 12994 1969 9 0 211345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867268

[startup+1.50768 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 22905
/proc/meminfo: memFree=1587816/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=1.46
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 32724 149 1 0 131 15 0 0 18 0 10 0 1547146075 888635392 24193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24193 2630 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=1.09
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 17166 149 1 0 101 8 0 0 16 0 10 0 1547146076 888635392 24193 996147200 134512640 134550740 4294955968 18446744073709551615 4125978165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.22
/proc/22896/task/22899/stat : 22899 (java) R 22894 22896 21455 0 -1 64 14249 149 0 0 17 5 0 0 17 0 10 0 1547146077 888635392 24193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 149 0 0 0 0 0 0 15 0 10 0 1547146077 888635392 24193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 149 0 0 0 0 0 0 15 0 10 0 1547146078 888635392 24193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 149 0 0 0 0 0 0 23 0 10 0 1547146079 888635392 24193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.12
/proc/22896/task/22903/stat : 22903 (java) R 22894 22896 21455 0 -1 64 472 149 0 0 12 0 0 0 15 0 10 0 1547146079 888635392 24193 996147200 134512640 134550740 4294955968 18446744073709551615 102015835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 149 0 0 0 0 0 0 24 0 10 0 1547146080 888635392 24193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 149 0 0 0 0 0 0 15 0 10 0 1547146080 888635392 24193 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) 867808

[startup+3.10296 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 22909
/proc/meminfo: memFree=1567848/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=3.06
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 35377 273 1 0 288 17 0 1 18 0 9 0 1547146075 888635392 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24286 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=2.6
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 19756 273 1 0 250 9 0 1 25 0 9 0 1547146076 888635392 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4126774396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 17 0 9 0 1547146077 888635392 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.21
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 531 273 0 0 20 0 0 1 16 0 9 0 1547146079 888635392 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867808

[startup+6.30251 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 22909
/proc/meminfo: memFree=1567656/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=6.23
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 35401 273 1 0 605 17 0 1 18 0 9 0 1547146075 888635392 24298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24298 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=5.74
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 19766 273 1 0 564 9 0 1 25 0 9 0 1547146076 888635392 24298 996147200 134512640 134550740 4294955968 18446744073709551615 4126774268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 17 0 9 0 1547146077 888635392 24298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 545 273 0 0 22 0 0 1 16 0 9 0 1547146079 888635392 24298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867808

[startup+12.7026 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 22909
/proc/meminfo: memFree=1567400/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=12.57
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 35426 273 1 0 1239 17 0 1 18 0 9 0 1547146075 888635392 24303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24303 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=12.06
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 19784 273 1 0 1196 9 0 1 25 0 9 0 1547146076 888635392 24303 996147200 134512640 134550740 4294955968 18446744073709551615 4126774210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 16 0 9 0 1547146077 888635392 24303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.25
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 552 273 0 0 24 0 0 1 16 0 9 0 1547146079 888635392 24303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) R 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867808

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 22909
/proc/meminfo: memFree=1567464/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=25.24
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 35441 273 1 0 2506 17 0 1 18 0 9 0 1547146075 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24305 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=24.74
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 19796 273 1 0 2464 9 0 1 25 0 9 0 1547146076 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4126774288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 16 0 9 0 1547146077 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.25
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 555 273 0 0 24 0 0 1 16 0 9 0 1547146079 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867808

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 22909
/proc/meminfo: memFree=1567592/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=50.6
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 35497 273 1 0 5042 17 0 1 18 0 9 0 1547146075 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24305 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=50.09
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 19852 273 1 0 4999 9 0 1 25 0 9 0 1547146076 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4126774027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 16 0 9 0 1547146077 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.25
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 555 273 0 0 24 0 0 1 16 0 9 0 1547146079 888635392 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01

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

/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.25
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 556 273 0 0 24 0 0 1 16 0 9 0 1547146079 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.89
Current children cumulated vsize (KiB) 867808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 23553
/proc/meminfo: memFree=1672048/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=1534.87
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 37627 273 1 0 153457 29 0 1 18 0 9 0 1547146075 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24306 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=1534.36
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 21981 273 1 0 153414 21 0 1 25 0 9 0 1547146076 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4126784944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 16 0 9 0 1547146077 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.25
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 556 273 0 0 24 0 0 1 16 0 9 0 1547146079 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.87
Current children cumulated vsize (KiB) 867808

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 23553
/proc/meminfo: memFree=1672048/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=1594.84
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 37705 273 1 0 159454 29 0 1 18 0 9 0 1547146075 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24306 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=1594.33
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 22059 273 1 0 159411 21 0 1 25 0 9 0 1547146076 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4126774188 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 16 0 9 0 1547146077 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.25
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 556 273 0 0 24 0 0 1 16 0 9 0 1547146079 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.84
Current children cumulated vsize (KiB) 867808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23553
/proc/meminfo: memFree=1671984/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=1654.81
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 37781 273 1 0 165451 29 0 1 18 0 9 0 1547146075 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24308 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=1654.3
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 22133 273 1 0 165408 21 0 1 25 0 9 0 1547146076 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4126774017 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 16 0 9 0 1547146077 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.26
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 558 273 0 0 25 0 0 1 16 0 9 0 1547146079 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.81
Current children cumulated vsize (KiB) 867808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 23559
/proc/meminfo: memFree=1671912/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=1714.78
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 37855 273 1 0 171447 30 0 1 18 0 9 0 1547146075 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24308 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=1714.27
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 22207 273 1 0 171404 22 0 1 25 0 9 0 1547146076 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4126753920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 16 0 9 0 1547146077 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.26
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 558 273 0 0 25 0 0 1 16 0 9 0 1547146079 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.78
Current children cumulated vsize (KiB) 867808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23559
/proc/meminfo: memFree=1671784/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=1774.75
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 37938 273 1 0 177444 30 0 1 18 0 9 0 1547146075 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24308 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=1774.24
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 22290 273 1 0 177401 22 0 1 25 0 9 0 1547146076 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4126753941 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 16 0 9 0 1547146077 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.26
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 558 273 0 0 25 0 0 1 16 0 9 0 1547146079 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.75
Current children cumulated vsize (KiB) 867808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23559
/proc/meminfo: memFree=1671784/2055920 swapFree=4180408/4192956
[pid=22896] ppid=22894 vsize=867808 CPUtime=1800.04
/proc/22896/stat : 22896 (java) S 22894 22896 21455 0 -1 0 37989 273 1 0 179973 30 0 1 18 0 9 0 1547146075 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22896/statm: 216952 24308 2634 9 0 211458 0
[pid=22896/tid=22898] ppid=22894 vsize=867808 CPUtime=1799.53
/proc/22896/task/22898/stat : 22898 (java) R 22894 22896 21455 0 -1 64 22341 273 1 0 179930 22 0 1 25 0 9 0 1547146076 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4126774210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22899] ppid=22894 vsize=867808 CPUtime=0.23
/proc/22896/task/22899/stat : 22899 (java) S 22894 22896 21455 0 -1 64 14250 273 0 0 17 5 0 1 16 0 9 0 1547146077 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22900] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22900/stat : 22900 (java) S 22894 22896 21455 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1547146077 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22901] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22901/stat : 22901 (java) S 22894 22896 21455 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1547146078 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22902] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22902/stat : 22902 (java) S 22894 22896 21455 0 -1 64 1 273 0 0 0 0 0 1 23 0 9 0 1547146079 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22903] ppid=22894 vsize=867808 CPUtime=0.26
/proc/22896/task/22903/stat : 22903 (java) S 22894 22896 21455 0 -1 64 558 273 0 0 25 0 0 1 16 0 9 0 1547146079 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22896/tid=22904] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22904/stat : 22904 (java) S 22894 22896 21455 0 -1 64 2 273 0 0 0 0 0 1 24 0 9 0 1547146080 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22896/tid=22905] ppid=22894 vsize=867808 CPUtime=0.01
/proc/22896/task/22905/stat : 22905 (java) S 22894 22896 21455 0 -1 64 10 273 0 0 0 0 0 1 15 0 9 0 1547146080 888635392 24308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867808

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): 1807.66
CPU time (s): 1800.11
CPU user time (s): 1799.78
CPU system time (s): 0.332949
CPU usage (%): 99.5824
Max. virtual memory (cumulated for all children) (KiB): 867808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38295
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= 37764
involuntary context switches= 61312

runsolver used 2.37264 second user time and 6.37103 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 14:33:13
IDJOB=1072487
IDBENCH=56258
IDSOLVER=364
FILE ID=node55/1072487-1215174792
PBS_JOBID= 7881448
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-13_ext.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-1072487-1215174792/watcher-1072487-1215174792 -o /tmp/evaluation-result-1072487-1215174792/solver-1072487-1215174792 -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-1072487-1215174792.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= deb696c54b33bdc569db6da224999cea
RANDOM SEED=510435879

node55.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1655440 kB
Buffers:         60580 kB
Cached:         170684 kB
SwapCached:       6804 kB
Active:         249932 kB
Inactive:        95024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655440 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            4852 kB
Writeback:           0 kB
Mapped:         126836 kB
Slab:            40520 kB
Committed_AS:  3810760 kB
PageTables:       1960 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= 66552 MiB
End job on node55 at 2008-07-04 15:03:22