Trace number 1081958

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.13 1805.36

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-29.xml
MD5SUMeebadc79eee5c83f4490f3a0193ddac7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.4861
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of constraints11802
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11802
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.16/0.27	
0.16/0.27	   configuration
0.16/0.27	     name=mac.xml
0.26/0.32	   
0.26/0.32	   instance
0.26/0.32	     name=HOME/instance-1081958-1215220125.xml
0.26/0.35	   
0.26/0.35	   domains being loaded...
0.26/0.36	   
0.26/0.36	   variables being loaded...
0.45/0.51	     nbVariables=841  nbDomainTypes=1  minDomainSize=29  maxDomainSize=29  nbTotalValues=24389
0.45/0.51	       =>  wckTime=0.24  cpuTime=0.15  mem=9M805
0.45/0.51	   
0.45/0.51	   predicates being loaded...
0.45/0.57	   
0.45/0.57	   constraints being loaded...
17.56/17.72	     nbConstraints=12614  nbGlobalConstraints=812  nbConvertedConstraints=11802  nbConvertConstraintsChecks=4567471
17.56/17.72	     nbExtensionStructures=5431  nbSharedExtensionStructures=11797  nbConflictsStructures=6185
17.56/17.72	     nbSharedConflictsStructures=11797  nbSharedBinaryRepresentations=314823  minDegree=29  maxDegree=33  minArity=2
17.56/17.72	     avgArity=2.19  maxArity=60  nbGenerators=783  nbFusions=756  symmetryWckTime=14.446  symmetryCpuTime=3.24
17.56/17.72	     nbCliques=29
17.56/17.72	       =>  wckTime=17.451  cpuTime=5.94  mem=38M584
17.75/17.92	   
17.75/17.92	   solver IterativeSystematicSolver being built... 
17.75/17.99	   
17.75/17.99	   INFO : Forward propagation technique limited 
17.85/18.09	       =>  wckTime=17.821  cpuTime=6.09  mem=38M33
18.06/18.25	   
18.06/18.25	   preprocessing
18.06/18.25	     nbConstraintChecks=73983  nbPropagations=1815  nbRevisions=3491  nbUselessRevisions=791  nbRemovedValues=21280
18.06/18.25	     nbRemovedTuples=812  detectedInconsistency=no
18.06/18.25	       =>  wckTime=0.157  cpuTime=0.13  mem=39M34
19.84/20.08	   
19.84/20.08	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=44M42)

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-1081958-1215220125/watcher-1081958-1215220125 -o /tmp/evaluation-result-1081958-1215220125/solver-1081958-1215220125 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1081958-1215220125.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.98 1.99 4/72 3394
/proc/meminfo: memFree=1860760/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=152 CPUtime=0
/proc/3394/stat : 3394 (java) R 3392 3394 1159 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 2000982317 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 5685547 0 0 4096 0 0 0 0 17 0 0 0
/proc/3394/statm: 38 26 19 9 0 4 0

[startup+0.023376 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 3394
/proc/meminfo: memFree=1860760/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=861552 CPUtime=0.01
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 1866 0 1 0 0 1 0 0 18 0 3 0 2000982317 882229248 1553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 215388 1554 692 9 0 210367 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861552

[startup+0.101383 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 3394
/proc/meminfo: memFree=1860760/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=865884 CPUtime=0.09
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 3806 0 2 0 7 2 0 0 18 0 9 0 2000982317 886665216 3258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 216471 3258 1724 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301398 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 3394
/proc/meminfo: memFree=1860760/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=866284 CPUtime=0.26
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 5676 0 2 0 23 3 0 0 18 0 9 0 2000982317 887074816 5082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 216571 5082 1927 9 0 211099 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866284

[startup+0.70143 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 3394
/proc/meminfo: memFree=1860760/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=867676 CPUtime=0.64
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 8708 0 5 0 59 5 0 0 18 0 9 0 2000982317 888500224 8072 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 216919 8072 2011 9 0 211425 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 867676

[startup+1.5015 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3403
/proc/meminfo: memFree=1817104/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=867676 CPUtime=1.44
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 17163 0 5 0 130 14 0 0 18 0 9 0 2000982317 888500224 16524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 216919 16525 2015 9 0 211425 0
[pid=3394/tid=3396] ppid=3392 vsize=867676 CPUtime=1.23
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 15762 0 5 0 110 13 0 0 25 0 9 0 2000982318 888500224 16525 996147200 134512640 134550740 4294955968 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3397] ppid=3392 vsize=867676 CPUtime=0
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2000982319 888500224 16525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3398] ppid=3392 vsize=867676 CPUtime=0
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2000982319 888500224 16525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3399] ppid=3392 vsize=867676 CPUtime=0
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 2000982319 888500224 16525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3400] ppid=3392 vsize=867680 CPUtime=0
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2000982321 888504320 16525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=867676 CPUtime=0.19
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 705 0 0 0 19 0 0 0 15 0 9 0 2000982321 888500224 16526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3402] ppid=3392 vsize=867676 CPUtime=0
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000982321 888500224 16527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=867676 CPUtime=0
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000982321 888500224 16527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867676

[startup+3.10163 s]
/proc/loadavg: 2.07 2.00 2.00 3/81 3403
/proc/meminfo: memFree=1793360/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=867588 CPUtime=3.03
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 19027 0 5 0 252 51 0 0 18 0 9 0 2000982317 888410112 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 216897 18363 2006 9 0 211425 0
[pid=3394/tid=3396] ppid=3392 vsize=867592 CPUtime=2.71
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 15777 0 5 0 222 49 0 0 25 0 9 0 2000982318 888414208 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3397] ppid=3392 vsize=867588 CPUtime=0.07
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 1830 0 0 0 7 0 0 0 16 0 9 0 2000982319 888410112 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3398] ppid=3392 vsize=867592 CPUtime=0
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000982319 888414208 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3399] ppid=3392 vsize=867588 CPUtime=0
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000982319 888410112 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3400] ppid=3392 vsize=867588 CPUtime=0
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2000982321 888410112 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=867588 CPUtime=0.21
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 722 0 0 0 21 0 0 0 15 0 9 0 2000982321 888410112 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3402] ppid=3392 vsize=867588 CPUtime=0
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000982321 888410112 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=867588 CPUtime=0
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000982321 888410112 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867588

[startup+6.3029 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 3405
/proc/meminfo: memFree=1774976/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=867912 CPUtime=3.5
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 23632 0 5 0 293 57 0 0 18 0 10 0 2000982317 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 216978 21855 2010 9 0 211506 0
[pid=3405] ppid=3394 vsize=5748 CPUtime=2.71
/proc/3405/stat : 3405 (saucy) R 3394 3394 1159 0 -1 4194304 1016 0 0 0 270 1 0 0 25 0 1 0 2000982671 5885952 988 996147200 134512640 134531332 4294956000 18446744073709551615 134521003 0 4 0 0 0 0 0 17 1 0 0
/proc/3405/statm: 1437 988 104 4 0 1113 0
[pid=3394/tid=3396] ppid=3392 vsize=867912 CPUtime=3.04
/proc/3394/task/3396/stat : 3396 (java) S 3392 3394 1159 0 -1 64 16184 0 5 0 252 52 0 0 15 0 10 0 2000982318 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3394/tid=3397] ppid=3392 vsize=867912 CPUtime=0.19
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 5871 0 0 0 17 2 0 0 16 0 10 0 2000982319 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3398] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000982319 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3399] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2000982319 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3400] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 2000982321 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=867912 CPUtime=0.23
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 746 0 0 0 23 0 0 0 16 0 10 0 2000982321 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 2000982321 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 66 0 0 0 0 0 0 0 15 0 10 0 2000982321 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3404] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3404/stat : 3404 (java) S 3392 3394 1159 0 -1 64 68 0 0 0 0 0 0 0 16 0 10 0 2000982671 888741888 21855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 873660

[startup+12.7024 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 3405
/proc/meminfo: memFree=1773952/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=867912 CPUtime=3.51
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 23954 0 5 0 294 57 0 0 18 0 10 0 2000982317 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 216978 21856 2010 9 0 211506 0
[pid=3405] ppid=3394 vsize=6408 CPUtime=9.07
/proc/3405/stat : 3405 (saucy) R 3394 3394 1159 0 -1 4194304 1191 0 0 0 905 2 0 0 25 0 1 0 2000982671 6561792 1163 996147200 134512640 134531332 4294956000 18446744073709551615 134523061 0 4 0 0 0 0 0 17 1 0 0
/proc/3405/statm: 1602 1163 104 4 0 1278 0
[pid=3394/tid=3396] ppid=3392 vsize=867912 CPUtime=3.06
/proc/3394/task/3396/stat : 3396 (java) S 3392 3394 1159 0 -1 64 16485 0 5 0 253 53 0 0 15 0 10 0 2000982318 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=3394/tid=3397] ppid=3392 vsize=867912 CPUtime=0.19
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 5871 0 0 0 17 2 0 0 16 0 10 0 2000982319 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3398] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000982319 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3399] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2000982319 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3400] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 2000982321 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=867912 CPUtime=0.23
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 767 0 0 0 23 0 0 0 15 0 10 0 2000982321 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 2000982321 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 66 0 0 0 0 0 0 0 15 0 10 0 2000982321 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3404] ppid=3392 vsize=867912 CPUtime=0
/proc/3394/task/3404/stat : 3404 (java) S 3392 3394 1159 0 -1 64 68 0 0 0 0 0 0 0 16 0 10 0 2000982671 888741888 21856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 874320

[startup+25.5015 s]
/proc/loadavg: 2.05 2.00 2.00 3/81 3407
/proc/meminfo: memFree=1771392/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=868324 CPUtime=25.32
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 40043 1547 5 0 1375 63 1091 3 18 0 9 0 2000982317 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 217081 24397 2637 9 0 211587 0
[pid=3394/tid=3396] ppid=3392 vsize=868324 CPUtime=24.5
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 25823 1547 5 0 1300 56 1091 3 25 0 9 0 2000982318 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4127306037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3397] ppid=3392 vsize=868324 CPUtime=11.32
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 12251 1547 0 0 34 4 1091 3 16 0 9 0 2000982319 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3398] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 18 1547 0 0 0 0 1091 3 17 0 9 0 2000982319 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3399] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 12 1547 0 0 0 0 1091 3 16 0 9 0 2000982319 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3400] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 1547 0 0 0 0 1091 3 24 0 9 0 2000982321 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=868324 CPUtime=11.33
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 1049 1547 0 0 39 0 1091 3 16 0 9 0 2000982321 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 1547 0 0 0 0 1091 3 25 0 9 0 2000982321 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 73 1547 0 0 0 0 1091 3 15 0 9 0 2000982321 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 868324

[startup+51.1016 s]
/proc/loadavg: 2.03 2.00 2.00 3/81 3407
/proc/meminfo: memFree=1771456/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=868324 CPUtime=50.8
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 40062 1547 5 0 3923 63 1091 3 18 0 9 0 2000982317 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 217081 24397 2637 9 0 211587 0
[pid=3394/tid=3396] ppid=3392 vsize=868324 CPUtime=49.98
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 25842 1547 5 0 3848 56 1091 3 25 0 9 0 2000982318 889163776 24397 996147200 134512640 134550740 4294955968 18446744073709551615 4127309184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3397] ppid=3392 vsize=868324 CPUtime=11.32

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

/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 12 1547 0 0 0 0 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3400] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 1547 0 0 0 0 1091 3 24 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=868324 CPUtime=11.34
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 1050 1547 0 0 39 1 1091 3 17 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 1547 0 0 0 0 1091 3 25 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 73 1547 0 0 0 0 1091 3 15 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.15
Current children cumulated vsize (KiB) 868324

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 3490
/proc/meminfo: memFree=1807472/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=868324 CPUtime=1597.13
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 40097 1547 5 0 158550 69 1091 3 18 0 9 0 2000982317 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 217081 24398 2637 9 0 211587 0
[pid=3394/tid=3396] ppid=3392 vsize=868324 CPUtime=1596.31
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 25876 1547 5 0 158475 62 1091 3 25 0 9 0 2000982318 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4127377802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3397] ppid=3392 vsize=868324 CPUtime=11.32
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 12251 1547 0 0 34 4 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3398] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 18 1547 0 0 0 0 1091 3 17 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3399] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 12 1547 0 0 0 0 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3400] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 1547 0 0 0 0 1091 3 24 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=868324 CPUtime=11.34
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 1050 1547 0 0 39 1 1091 3 17 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 1547 0 0 0 0 1091 3 25 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 73 1547 0 0 0 0 1091 3 15 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.13
Current children cumulated vsize (KiB) 868324

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 3490
/proc/meminfo: memFree=1807472/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=868324 CPUtime=1657.11
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 40097 1547 5 0 164548 69 1091 3 18 0 9 0 2000982317 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 217081 24398 2637 9 0 211587 0
[pid=3394/tid=3396] ppid=3392 vsize=868324 CPUtime=1656.29
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 25876 1547 5 0 164473 62 1091 3 25 0 9 0 2000982318 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4127364222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3397] ppid=3392 vsize=868324 CPUtime=11.32
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 12251 1547 0 0 34 4 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3398] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 18 1547 0 0 0 0 1091 3 17 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3399] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 12 1547 0 0 0 0 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3400] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 1547 0 0 0 0 1091 3 24 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=868324 CPUtime=11.34
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 1050 1547 0 0 39 1 1091 3 17 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 1547 0 0 0 0 1091 3 25 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 73 1547 0 0 0 0 1091 3 15 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.11
Current children cumulated vsize (KiB) 868324

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 3490
/proc/meminfo: memFree=1807472/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=868324 CPUtime=1717.09
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 40097 1547 5 0 170545 70 1091 3 18 0 9 0 2000982317 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 217081 24398 2637 9 0 211587 0
[pid=3394/tid=3396] ppid=3392 vsize=868324 CPUtime=1716.26
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 25876 1547 5 0 170470 62 1091 3 25 0 9 0 2000982318 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4127360108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3397] ppid=3392 vsize=868324 CPUtime=11.32
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 12251 1547 0 0 34 4 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3398] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 18 1547 0 0 0 0 1091 3 17 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3399] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 12 1547 0 0 0 0 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3400] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 1547 0 0 0 0 1091 3 24 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=868324 CPUtime=11.34
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 1050 1547 0 0 39 1 1091 3 17 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 1547 0 0 0 0 1091 3 25 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 73 1547 0 0 0 0 1091 3 15 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.09
Current children cumulated vsize (KiB) 868324

[startup+1782.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/90 3490
/proc/meminfo: memFree=1807344/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=868324 CPUtime=1777.07
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 40097 1547 5 0 176543 70 1091 3 18 0 9 0 2000982317 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 217081 24398 2637 9 0 211587 0
[pid=3394/tid=3396] ppid=3392 vsize=868324 CPUtime=1776.25
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 25876 1547 5 0 176468 63 1091 3 25 0 9 0 2000982318 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4127296921 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3397] ppid=3392 vsize=868324 CPUtime=11.32
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 12251 1547 0 0 34 4 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3398] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 18 1547 0 0 0 0 1091 3 17 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3399] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 12 1547 0 0 0 0 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3400] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 1547 0 0 0 0 1091 3 24 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=868324 CPUtime=11.34
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 1050 1547 0 0 39 1 1091 3 17 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 1547 0 0 0 0 1091 3 25 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 73 1547 0 0 0 0 1091 3 15 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.07
Current children cumulated vsize (KiB) 868324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/90 3490
/proc/meminfo: memFree=1807280/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=868324 CPUtime=1800.07
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 40097 1547 5 0 178843 70 1091 3 18 0 9 0 2000982317 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 217081 24398 2637 9 0 211587 0
[pid=3394/tid=3396] ppid=3392 vsize=868324 CPUtime=1799.25
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 25876 1547 5 0 178768 63 1091 3 25 0 9 0 2000982318 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4127364169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3397] ppid=3392 vsize=868324 CPUtime=11.32
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 12251 1547 0 0 34 4 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3398] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 18 1547 0 0 0 0 1091 3 17 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3399] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 12 1547 0 0 0 0 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3400] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 1547 0 0 0 0 1091 3 24 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=868324 CPUtime=11.34
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 1050 1547 0 0 39 1 1091 3 17 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 1547 0 0 0 0 1091 3 25 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 73 1547 0 0 0 0 1091 3 15 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868324

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

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

[startup+1805.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/90 3490
/proc/meminfo: memFree=1807280/2055920 swapFree=4180808/4192956
[pid=3394] ppid=3392 vsize=868324 CPUtime=1800.07
/proc/3394/stat : 3394 (java) S 3392 3394 1159 0 -1 0 40097 1547 5 0 178843 70 1091 3 18 0 9 0 2000982317 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3394/statm: 217081 24398 2637 9 0 211587 0
[pid=3394/tid=3396] ppid=3392 vsize=868324 CPUtime=1799.25
/proc/3394/task/3396/stat : 3396 (java) R 3392 3394 1159 0 -1 64 25876 1547 5 0 178768 63 1091 3 25 0 9 0 2000982318 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4127364169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3397] ppid=3392 vsize=868324 CPUtime=11.32
/proc/3394/task/3397/stat : 3397 (java) S 3392 3394 1159 0 -1 64 12251 1547 0 0 34 4 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3398] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3398/stat : 3398 (java) S 3392 3394 1159 0 -1 64 18 1547 0 0 0 0 1091 3 17 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3399] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3399/stat : 3399 (java) S 3392 3394 1159 0 -1 64 12 1547 0 0 0 0 1091 3 16 0 9 0 2000982319 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3400] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3400/stat : 3400 (java) S 3392 3394 1159 0 -1 64 0 1547 0 0 0 0 1091 3 24 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3401] ppid=3392 vsize=868324 CPUtime=11.34
/proc/3394/task/3401/stat : 3401 (java) S 3392 3394 1159 0 -1 64 1050 1547 0 0 39 1 1091 3 17 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3394/tid=3402] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3402/stat : 3402 (java) S 3392 3394 1159 0 -1 64 2 1547 0 0 0 0 1091 3 25 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3394/tid=3403] ppid=3392 vsize=868324 CPUtime=10.94
/proc/3394/task/3403/stat : 3403 (java) S 3392 3394 1159 0 -1 64 73 1547 0 0 0 0 1091 3 15 0 9 0 2000982321 889163776 24398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868324

Child status: 143
Real time (s): 1805.36
CPU time (s): 1800.13
CPU user time (s): 1799.38
CPU system time (s): 0.751885
CPU usage (%): 99.7104
Max. virtual memory (cumulated for all children) (KiB): 875244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.751885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41677
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39126
involuntary context switches= 33365

runsolver used 2.37664 second user time and 5.84611 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 03:08:45
IDJOB=1081958
IDBENCH=57165
IDSOLVER=363
FILE ID=node65/1081958-1215220125
PBS_JOBID= 7881658
Free space on /tmp= 66492 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-29.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081958-1215220125/watcher-1081958-1215220125 -o /tmp/evaluation-result-1081958-1215220125/solver-1081958-1215220125 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1081958-1215220125.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eebadc79eee5c83f4490f3a0193ddac7
RANDOM SEED=1614768858

node65.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.231
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.231
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:       1861304 kB
Buffers:          5052 kB
Cached:          58032 kB
SwapCached:       5732 kB
Active:         116120 kB
Inactive:        25724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861304 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            3560 kB
Writeback:           0 kB
Mapped:          86524 kB
Slab:            38004 kB
Committed_AS:  4015004 kB
PageTables:       2028 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= 66492 MiB
End job on node65 at 2008-07-05 03:38:53