Trace number 1073360

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
SAT4J CSP 2008-06-13? (TO) 1800.13 1805.98

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-16.xml
MD5SUM0f0b449a2eeb7946cbda6c80af844fbf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.31165
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1073360-1215177110.xml
0.39/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
2.86/2.93	c reading predicates  done.
3.16/3.23	c reading constraints
1800.04/1805.91	c starts		: 0
1800.04/1805.91	c conflicts		: 0
1800.04/1805.91	c decisions		: 0
1800.04/1805.91	c propagations		: 0
1800.04/1805.91	c inspects		: 0
1800.04/1805.91	c learnt literals	: 0
1800.04/1805.91	c learnt binary clauses	: 0
1800.04/1805.91	c learnt ternary clauses	: 0
1800.04/1805.91	c learnt clauses	: 0
1800.04/1805.91	c ignored clauses	: 0
1800.04/1805.91	c root simplifications	: 0
1800.04/1805.91	c removed literals (reason simplification)	: 0
1800.04/1805.91	c reason swapping (by a shorter reason)	: 0
1800.04/1805.91	c Calls to reduceDB	: 0
1800.04/1805.91	c speed (assignments/second)	: 0.0
1800.04/1805.91	c non guided choices	0
1800.04/1805.91	s UNKNOWN
1800.04/1805.91	c Total wall clock time (in seconds) : 1805.508

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1073360-1215177110/watcher-1073360-1215177110 -o /tmp/evaluation-result-1073360-1215177110/solver-1073360-1215177110 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073360-1215177110.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.22 1.88 1.46 3/72 23436
/proc/meminfo: memFree=1592112/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=13288 CPUtime=0.01
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 744 0 0 0 0 1 0 0 18 0 2 0 1996679895 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 3322 538 219 9 0 1232 0
[pid=23436/tid=23437] ppid=23434 vsize=13288 CPUtime=0
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1996679896 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 9261016 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.111646 s]
/proc/loadavg: 2.22 1.88 1.46 3/72 23436
/proc/meminfo: memFree=1592112/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=804612 CPUtime=0.09
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 3078 0 1 0 7 2 0 0 18 0 12 0 1996679895 823922688 2810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 201153 2810 1102 9 0 198522 0
[pid=23436/tid=23437] ppid=23434 vsize=804612 CPUtime=0.08
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 2235 0 1 0 7 1 0 0 21 0 12 0 1996679896 823922688 2810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.202663 s]
/proc/loadavg: 2.22 1.88 1.46 3/72 23436
/proc/meminfo: memFree=1592112/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=808276 CPUtime=0.19
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 4506 0 1 0 16 3 0 0 18 0 12 0 1996679895 827674624 3833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 202069 3833 1293 9 0 199438 0
[pid=23436/tid=23437] ppid=23434 vsize=808276 CPUtime=0.09
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 2245 0 1 0 8 1 0 0 21 0 12 0 1996679896 827674624 3833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 808276

[startup+0.302677 s]
/proc/loadavg: 2.22 1.88 1.46 3/72 23436
/proc/meminfo: memFree=1592112/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=808276 CPUtime=0.29
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 4978 0 1 0 25 4 0 0 18 0 12 0 1996679895 827674624 4305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 202069 4305 1299 9 0 199438 0
[pid=23436/tid=23437] ppid=23434 vsize=808276 CPUtime=0.18
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 2713 0 1 0 16 2 0 0 18 0 12 0 1996679896 827674624 4305 996147200 134512640 134550740 4294956016 18446744073709551615 4109209575 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.701748 s]
/proc/loadavg: 2.22 1.88 1.46 3/72 23436
/proc/meminfo: memFree=1592112/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=808304 CPUtime=0.69
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 6359 0 1 0 63 6 0 0 18 0 12 0 1996679895 827703296 5487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 202076 5487 1335 9 0 199438 0
[pid=23436/tid=23437] ppid=23434 vsize=808304 CPUtime=0.4
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 3787 0 1 0 37 3 0 0 19 0 12 0 1996679896 827703296 5487 996147200 134512640 134550740 4294956016 18446744073709551615 4109173568 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808304

[startup+1.5029 s]
/proc/loadavg: 2.22 1.88 1.46 4/84 23448
/proc/meminfo: memFree=1574608/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=810716 CPUtime=1.48
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 8135 0 1 0 142 6 0 0 18 0 12 0 1996679895 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 202679 6324 1345 9 0 200041 0
[pid=23436/tid=23437] ppid=23434 vsize=810716 CPUtime=0.8
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 4055 0 1 0 77 3 0 0 23 0 12 0 1996679896 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23439] ppid=23434 vsize=810716 CPUtime=0
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996679897 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23440] ppid=23434 vsize=810716 CPUtime=0
/proc/23436/task/23440/stat : 23440 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996679897 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23441] ppid=23434 vsize=810716 CPUtime=0
/proc/23436/task/23441/stat : 23441 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1996679899 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23442] ppid=23434 vsize=810716 CPUtime=0
/proc/23436/task/23442/stat : 23442 (java) S 23434 23436 21435 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1996679900 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23443] ppid=23434 vsize=810716 CPUtime=0
/proc/23436/task/23443/stat : 23443 (java) S 23434 23436 21435 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1996679900 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23444] ppid=23434 vsize=810716 CPUtime=0
/proc/23436/task/23444/stat : 23444 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996679904 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23445] ppid=23434 vsize=810716 CPUtime=0.24
/proc/23436/task/23445/stat : 23445 (java) S 23434 23436 21435 0 -1 64 687 0 0 0 24 0 0 0 16 0 12 0 1996679904 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23446] ppid=23434 vsize=810716 CPUtime=0.4
/proc/23436/task/23446/stat : 23446 (java) R 23434 23436 21435 0 -1 64 2629 0 0 0 39 1 0 0 16 0 12 0 1996679904 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 106222638 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23447] ppid=23434 vsize=810716 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=810716 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 830173184 6324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810716

[startup+3.10219 s]
/proc/loadavg: 2.28 1.90 1.47 3/84 23448
/proc/meminfo: memFree=1571536/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=809468 CPUtime=3.05
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 17592 0 1 0 293 12 0 0 18 0 12 0 1996679895 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 202367 14973 1376 9 0 199729 0
[pid=23436/tid=23437] ppid=23434 vsize=809468 CPUtime=1.53
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 12837 0 1 0 144 9 0 0 23 0 12 0 1996679896 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4159723540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23439] ppid=23434 vsize=809468 CPUtime=0
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996679897 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23440] ppid=23434 vsize=809468 CPUtime=0
/proc/23436/task/23440/stat : 23440 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996679897 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23441] ppid=23434 vsize=809468 CPUtime=0
/proc/23436/task/23441/stat : 23441 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996679899 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23442] ppid=23434 vsize=809468 CPUtime=0
/proc/23436/task/23442/stat : 23442 (java) S 23434 23436 21435 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1996679900 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23443] ppid=23434 vsize=809468 CPUtime=0
/proc/23436/task/23443/stat : 23443 (java) S 23434 23436 21435 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1996679900 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23444] ppid=23434 vsize=809468 CPUtime=0
/proc/23436/task/23444/stat : 23444 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996679904 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23445] ppid=23434 vsize=809468 CPUtime=0.56
/proc/23436/task/23445/stat : 23445 (java) S 23434 23436 21435 0 -1 64 720 0 0 0 56 0 0 0 16 0 12 0 1996679904 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23446] ppid=23434 vsize=809468 CPUtime=0.93
/proc/23436/task/23446/stat : 23446 (java) S 23434 23436 21435 0 -1 64 3271 0 0 0 92 1 0 0 16 0 12 0 1996679904 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23447] ppid=23434 vsize=809468 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=809468 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 828895232 14973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809468

[startup+6.30275 s]
/proc/loadavg: 2.28 1.90 1.47 3/81 23451
/proc/meminfo: memFree=1631784/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=815020 CPUtime=6.33
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 32777 0 1 0 613 20 0 0 18 0 12 0 1996679895 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 203755 27654 1393 9 0 201117 0
[pid=23436/tid=23437] ppid=23434 vsize=815020 CPUtime=2.78
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 17260 0 1 0 267 11 0 0 25 0 12 0 1996679896 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23439] ppid=23434 vsize=815020 CPUtime=0.02
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 670 0 0 0 2 0 0 0 17 0 12 0 1996679897 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23440] ppid=23434 vsize=815020 CPUtime=0.18
/proc/23436/task/23440/stat : 23440 (java) S 23434 23436 21435 0 -1 64 6777 0 0 0 16 2 0 0 18 0 12 0 1996679897 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23441] ppid=23434 vsize=815020 CPUtime=0
/proc/23436/task/23441/stat : 23441 (java) S 23434 23436 21435 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996679899 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23442] ppid=23434 vsize=815020 CPUtime=0
/proc/23436/task/23442/stat : 23442 (java) S 23434 23436 21435 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1996679900 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23443] ppid=23434 vsize=815020 CPUtime=0
/proc/23436/task/23443/stat : 23443 (java) S 23434 23436 21435 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996679900 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23444] ppid=23434 vsize=815020 CPUtime=0
/proc/23436/task/23444/stat : 23444 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996679904 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23445] ppid=23434 vsize=815020 CPUtime=1.37
/proc/23436/task/23445/stat : 23445 (java) S 23434 23436 21435 0 -1 64 1803 0 0 0 136 1 0 0 16 0 12 0 1996679904 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23446] ppid=23434 vsize=815020 CPUtime=1.91
/proc/23436/task/23446/stat : 23446 (java) R 23434 23436 21435 0 -1 64 5475 0 0 0 189 2 0 0 16 0 12 0 1996679904 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 105576518 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23447] ppid=23434 vsize=815020 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=815020 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 834580480 27654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 815020

[startup+12.7019 s]
/proc/loadavg: 2.24 1.90 1.48 3/93 23496
/proc/meminfo: memFree=1533320/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=819132 CPUtime=12.84
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 41576 0 1 0 1259 25 0 0 18 0 12 0 1996679895 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 204783 34506 1400 9 0 202145 0
[pid=23436/tid=23437] ppid=23434 vsize=819132 CPUtime=7.81
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 17282 0 1 0 769 12 0 0 25 0 12 0 1996679896 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4110332745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23439] ppid=23434 vsize=819132 CPUtime=0.37
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 3204 0 0 0 37 0 0 0 16 0 12 0 1996679897 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23440] ppid=23434 vsize=819132 CPUtime=0.56
/proc/23436/task/23440/stat : 23440 (java) S 23434 23436 21435 0 -1 64 10313 0 0 0 52 4 0 0 16 0 12 0 1996679897 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23441] ppid=23434 vsize=819132 CPUtime=0.01
/proc/23436/task/23441/stat : 23441 (java) S 23434 23436 21435 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 1996679899 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23442] ppid=23434 vsize=819132 CPUtime=0
/proc/23436/task/23442/stat : 23442 (java) S 23434 23436 21435 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1996679900 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23443] ppid=23434 vsize=819132 CPUtime=0
/proc/23436/task/23443/stat : 23443 (java) S 23434 23436 21435 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996679900 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23444] ppid=23434 vsize=819132 CPUtime=0
/proc/23436/task/23444/stat : 23444 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996679904 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23445] ppid=23434 vsize=819132 CPUtime=1.53
/proc/23436/task/23445/stat : 23445 (java) S 23434 23436 21435 0 -1 64 1816 0 0 0 152 1 0 0 15 0 12 0 1996679904 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23446] ppid=23434 vsize=819132 CPUtime=2.5
/proc/23436/task/23446/stat : 23446 (java) S 23434 23436 21435 0 -1 64 8168 0 0 0 246 4 0 0 15 0 12 0 1996679904 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23447] ppid=23434 vsize=819132 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=819132 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 838791168 34506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 819132

[startup+25.5022 s]
/proc/loadavg: 2.20 1.91 1.48 3/93 23496
/proc/meminfo: memFree=1499400/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=819132 CPUtime=25.58
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 43861 0 1 0 2531 27 0 0 18 0 12 0 1996679895 838791168 36760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 204783 36760 1400 9 0 202145 0
[pid=23436/tid=23437] ppid=23434 vsize=819132 CPUtime=20.08
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 17333 0 1 0 1995 13 0 0 25 0 12 0 1996679896 838791168 36760 996147200 134512640 134550740 4294956016 18446744073709551615 4110311696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23439] ppid=23434 vsize=819132 CPUtime=0.55
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 4204 0 0 0 54 1 0 0 16 0 12 0 1996679897 838791168 36760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=23436/tid=23447] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 840888320 38300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 840888320 38300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.68
Current children cumulated vsize (KiB) 821180

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/93 23712
/proc/meminfo: memFree=1394064/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=821180 CPUtime=1596.63
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 50046 0 1 0 159595 68 0 0 18 0 12 0 1996679895 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 205295 38336 1400 9 0 202657 0
[pid=23436/tid=23437] ppid=23434 vsize=821180 CPUtime=1578.59
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 19588 0 1 0 157828 31 0 0 25 0 12 0 1996679896 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4109937314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23439] ppid=23434 vsize=821180 CPUtime=6.21
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 4748 0 0 0 617 4 0 0 15 0 12 0 1996679897 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23440] ppid=23434 vsize=821180 CPUtime=6.36
/proc/23436/task/23440/stat : 23440 (java) S 23434 23436 21435 0 -1 64 11949 0 0 0 629 7 0 0 16 0 12 0 1996679897 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23441] ppid=23434 vsize=821180 CPUtime=0.59
/proc/23436/task/23441/stat : 23441 (java) S 23434 23436 21435 0 -1 64 33 0 0 0 44 15 0 0 15 0 12 0 1996679899 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23442] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23442/stat : 23442 (java) S 23434 23436 21435 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1996679900 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23443] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23443/stat : 23443 (java) S 23434 23436 21435 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996679900 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23444] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23444/stat : 23444 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996679904 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23445] ppid=23434 vsize=821180 CPUtime=1.74
/proc/23436/task/23445/stat : 23445 (java) S 23434 23436 21435 0 -1 64 1822 0 0 0 173 1 0 0 16 0 12 0 1996679904 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23446] ppid=23434 vsize=821180 CPUtime=3.07
/proc/23436/task/23446/stat : 23446 (java) S 23434 23436 21435 0 -1 64 11144 0 0 0 302 5 0 0 16 0 12 0 1996679904 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23447] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) R 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 840888320 38336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.63
Current children cumulated vsize (KiB) 821180

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/93 23712
/proc/meminfo: memFree=1393872/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=821180 CPUtime=1656.57
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 50164 0 1 0 165588 69 0 0 18 0 12 0 1996679895 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 205295 38371 1400 9 0 202657 0
[pid=23436/tid=23437] ppid=23434 vsize=821180 CPUtime=1638.09
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 19671 0 1 0 163778 31 0 0 25 0 12 0 1996679896 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4109937311 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23439] ppid=23434 vsize=821180 CPUtime=6.43
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 4763 0 0 0 638 5 0 0 16 0 12 0 1996679897 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23440] ppid=23434 vsize=821180 CPUtime=6.57
/proc/23436/task/23440/stat : 23440 (java) S 23434 23436 21435 0 -1 64 11969 0 0 0 649 8 0 0 15 0 12 0 1996679897 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23441] ppid=23434 vsize=821180 CPUtime=0.61
/proc/23436/task/23441/stat : 23441 (java) S 23434 23436 21435 0 -1 64 33 0 0 0 46 15 0 0 15 0 12 0 1996679899 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23442] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23442/stat : 23442 (java) S 23434 23436 21435 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1996679900 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23443] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23443/stat : 23443 (java) S 23434 23436 21435 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996679900 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23444] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23444/stat : 23444 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996679904 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23445] ppid=23434 vsize=821180 CPUtime=1.74
/proc/23436/task/23445/stat : 23445 (java) S 23434 23436 21435 0 -1 64 1822 0 0 0 173 1 0 0 16 0 12 0 1996679904 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23446] ppid=23434 vsize=821180 CPUtime=3.07
/proc/23436/task/23446/stat : 23446 (java) S 23434 23436 21435 0 -1 64 11144 0 0 0 302 5 0 0 16 0 12 0 1996679904 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23447] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 840888320 38371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.57
Current children cumulated vsize (KiB) 821180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/93 23712
/proc/meminfo: memFree=1393744/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=821180 CPUtime=1716.51
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 50281 0 1 0 171581 70 0 0 18 0 12 0 1996679895 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 205295 38405 1400 9 0 202657 0
[pid=23436/tid=23437] ppid=23434 vsize=821180 CPUtime=1697.6
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 19754 0 1 0 169729 31 0 0 25 0 12 0 1996679896 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4110337959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23439] ppid=23434 vsize=821180 CPUtime=6.63
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 4780 0 0 0 658 5 0 0 16 0 12 0 1996679897 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23440] ppid=23434 vsize=821180 CPUtime=6.78
/proc/23436/task/23440/stat : 23440 (java) S 23434 23436 21435 0 -1 64 11986 0 0 0 670 8 0 0 15 0 12 0 1996679897 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23441] ppid=23434 vsize=821180 CPUtime=0.63
/proc/23436/task/23441/stat : 23441 (java) S 23434 23436 21435 0 -1 64 33 0 0 0 47 16 0 0 15 0 12 0 1996679899 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23442] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23442/stat : 23442 (java) S 23434 23436 21435 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1996679900 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23443] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23443/stat : 23443 (java) S 23434 23436 21435 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996679900 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23444] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23444/stat : 23444 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996679904 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23445] ppid=23434 vsize=821180 CPUtime=1.74
/proc/23436/task/23445/stat : 23445 (java) S 23434 23436 21435 0 -1 64 1822 0 0 0 173 1 0 0 16 0 12 0 1996679904 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23446] ppid=23434 vsize=821180 CPUtime=3.07
/proc/23436/task/23446/stat : 23446 (java) S 23434 23436 21435 0 -1 64 11144 0 0 0 302 5 0 0 16 0 12 0 1996679904 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23447] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 840888320 38405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.51
Current children cumulated vsize (KiB) 821180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 23712
/proc/meminfo: memFree=1393552/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=821180 CPUtime=1776.47
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 50398 0 1 0 177576 71 0 0 18 0 12 0 1996679895 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 205295 38440 1400 9 0 202657 0
[pid=23436/tid=23437] ppid=23434 vsize=821180 CPUtime=1757.11
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 19836 0 1 0 175680 31 0 0 25 0 12 0 1996679896 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4110239782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23439] ppid=23434 vsize=821180 CPUtime=6.82
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 4800 0 0 0 677 5 0 0 15 0 12 0 1996679897 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23440] ppid=23434 vsize=821180 CPUtime=6.99
/proc/23436/task/23440/stat : 23440 (java) S 23434 23436 21435 0 -1 64 12001 0 0 0 691 8 0 0 16 0 12 0 1996679897 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23441] ppid=23434 vsize=821180 CPUtime=0.65
/proc/23436/task/23441/stat : 23441 (java) S 23434 23436 21435 0 -1 64 33 0 0 0 49 16 0 0 15 0 12 0 1996679899 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23442] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23442/stat : 23442 (java) S 23434 23436 21435 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1996679900 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23443] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23443/stat : 23443 (java) S 23434 23436 21435 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996679900 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23444] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23444/stat : 23444 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996679904 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23445] ppid=23434 vsize=821180 CPUtime=1.74
/proc/23436/task/23445/stat : 23445 (java) S 23434 23436 21435 0 -1 64 1822 0 0 0 173 1 0 0 16 0 12 0 1996679904 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23446] ppid=23434 vsize=821180 CPUtime=3.07
/proc/23436/task/23446/stat : 23446 (java) S 23434 23436 21435 0 -1 64 11144 0 0 0 302 5 0 0 16 0 12 0 1996679904 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23447] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 840888320 38440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.47
Current children cumulated vsize (KiB) 821180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 23712
/proc/meminfo: memFree=1393488/2055920 swapFree=4110920/4192956
[pid=23436] ppid=23434 vsize=821180 CPUtime=1800.04
/proc/23436/stat : 23436 (java) S 23434 23436 21435 0 -1 0 50445 0 1 0 179933 71 0 0 18 0 12 0 1996679895 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23436/statm: 205295 38454 1400 9 0 202657 0
[pid=23436/tid=23437] ppid=23434 vsize=821180 CPUtime=1780.52
/proc/23436/task/23437/stat : 23437 (java) R 23434 23436 21435 0 -1 64 19869 0 1 0 178021 31 0 0 25 0 12 0 1996679896 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4110332814 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23439] ppid=23434 vsize=821180 CPUtime=6.9
/proc/23436/task/23439/stat : 23439 (java) S 23434 23436 21435 0 -1 64 4808 0 0 0 685 5 0 0 16 0 12 0 1996679897 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23440] ppid=23434 vsize=821180 CPUtime=7.08
/proc/23436/task/23440/stat : 23440 (java) S 23434 23436 21435 0 -1 64 12007 0 0 0 700 8 0 0 16 0 12 0 1996679897 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23441] ppid=23434 vsize=821180 CPUtime=0.67
/proc/23436/task/23441/stat : 23441 (java) S 23434 23436 21435 0 -1 64 33 0 0 0 50 17 0 0 15 0 12 0 1996679899 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23442] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23442/stat : 23442 (java) S 23434 23436 21435 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1996679900 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23443] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23443/stat : 23443 (java) S 23434 23436 21435 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996679900 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23436/tid=23444] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23444/stat : 23444 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996679904 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23445] ppid=23434 vsize=821180 CPUtime=1.74
/proc/23436/task/23445/stat : 23445 (java) S 23434 23436 21435 0 -1 64 1822 0 0 0 173 1 0 0 16 0 12 0 1996679904 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23446] ppid=23434 vsize=821180 CPUtime=3.07
/proc/23436/task/23446/stat : 23446 (java) S 23434 23436 21435 0 -1 64 11144 0 0 0 302 5 0 0 16 0 12 0 1996679904 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23447] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23447/stat : 23447 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996679904 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23436/tid=23448] ppid=23434 vsize=821180 CPUtime=0
/proc/23436/task/23448/stat : 23448 (java) S 23434 23436 21435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996679904 840888320 38454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 821180

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): 1805.98
CPU time (s): 1800.13
CPU user time (s): 1799.39
CPU system time (s): 0.745886
CPU usage (%): 99.6764
Max. virtual memory (cumulated for all children) (KiB): 827696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.745886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50465
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= 71019
involuntary context switches= 61872

runsolver used 2.05869 second user time and 6.19406 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 15:11:50
IDJOB=1073360
IDBENCH=56338
IDSOLVER=344
FILE ID=node70/1073360-1215177110
PBS_JOBID= 7881408
Free space on /tmp= 66432 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-16.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073360-1215177110/watcher-1073360-1215177110 -o /tmp/evaluation-result-1073360-1215177110/solver-1073360-1215177110 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073360-1215177110.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f0b449a2eeb7946cbda6c80af844fbf
RANDOM SEED=1247956712

node70.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.256
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.256
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:       1592592 kB
Buffers:         42580 kB
Cached:         143708 kB
SwapCached:      76328 kB
Active:         348952 kB
Inactive:        58312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592592 kB
SwapTotal:     4192956 kB
SwapFree:      4110920 kB
Dirty:            8312 kB
Writeback:           0 kB
Mapped:         227972 kB
Slab:            41040 kB
Committed_AS:  4252564 kB
PageTables:       2104 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= 66436 MiB
End job on node70 at 2008-07-04 15:41:58