Trace number 1062151

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

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-clip-b.xml
MD5SUM453c2ff116a90f9a35dc6b267eb01bd8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.71289
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of constraints705
Maximum constraint arity111
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension705
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1062151-1215133854/watcher-1062151-1215133854 -o /tmp/evaluation-result-1062151-1215133854/solver-1062151-1215133854 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1062151-1215133854.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.90 2.09 2.04 3/80 29487
/proc/meminfo: memFree=1389112/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=152 CPUtime=0
/proc/29487/stat : 29487 (java) R 29485 29487 27855 0 -1 0 211 0 0 0 0 0 0 0 20 0 1 0 125380765 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 12501291 0 0 4096 0 0 0 0 17 0 0 0
/proc/29487/statm: 38 26 19 9 0 4 0

[startup+0.0173721 s]
/proc/loadavg: 1.90 2.09 2.04 3/80 29487
/proc/meminfo: memFree=1389112/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=797516 CPUtime=0.01
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 1345 0 1 0 0 1 0 0 21 0 2 0 125380765 816656384 1086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 199379 1096 397 9 0 197157 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797516

[startup+0.101383 s]
/proc/loadavg: 1.90 2.09 2.04 3/80 29487
/proc/meminfo: memFree=1389112/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=804756 CPUtime=0.09
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 3166 0 1 0 7 2 0 0 21 0 12 0 125380765 824070144 2897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 201189 2897 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301419 s]
/proc/loadavg: 1.90 2.09 2.04 3/80 29487
/proc/meminfo: memFree=1389112/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=808104 CPUtime=0.29
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 5011 0 1 0 26 3 0 0 21 0 12 0 125380765 827498496 4338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 202026 4339 1308 9 0 199395 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808104

[startup+0.701496 s]
/proc/loadavg: 1.90 2.09 2.04 3/80 29487
/proc/meminfo: memFree=1389112/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=808132 CPUtime=0.69
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 6337 0 1 0 64 5 0 0 21 0 12 0 125380765 827527168 5465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 202033 5465 1335 9 0 199395 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808132

[startup+1.50265 s]
/proc/loadavg: 1.90 2.09 2.04 4/92 29499
/proc/meminfo: memFree=1368856/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=812992 CPUtime=1.48
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 9587 0 1 0 142 6 0 0 21 0 12 0 125380765 832503808 7714 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 203248 7714 1361 9 0 200610 0
[pid=29487/tid=29489] ppid=29485 vsize=812992 CPUtime=0.81
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 5045 0 1 0 77 4 0 0 25 0 12 0 125380766 832503808 7715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=812992 CPUtime=0
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 125380767 832503808 7715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=812992 CPUtime=0
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380767 832503808 7715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=812992 CPUtime=0
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 125380769 832503808 7717 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=812992 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 125380769 832503808 7717 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=812992 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 125380769 832503808 7717 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=812992 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 832503808 7717 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=812992 CPUtime=0.37
/proc/29487/task/29496/stat : 29496 (java) R 29485 29487 27855 0 -1 64 2735 0 0 0 37 0 0 0 16 0 12 0 125380773 832503808 7717 996147200 134512640 134550740 4294956032 18446744073709551615 12967639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=812992 CPUtime=0.26
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 27855 0 -1 64 1044 0 0 0 26 0 0 0 16 0 12 0 125380773 832503808 7717 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=812992 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 832503808 7717 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=812992 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 832503808 7717 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812992

[startup+3.10296 s]
/proc/loadavg: 1.90 2.09 2.04 3/92 29499
/proc/meminfo: memFree=1358168/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=815740 CPUtime=3.08
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 16151 0 1 0 298 10 0 0 21 0 12 0 125380765 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 203935 12597 1383 9 0 201297 0
[pid=29487/tid=29489] ppid=29485 vsize=815740 CPUtime=1.38
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 8939 0 1 0 132 6 0 0 25 0 12 0 125380766 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4109629222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=815740 CPUtime=0
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 125380767 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=815740 CPUtime=0
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380767 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=815740 CPUtime=0
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 125380769 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=815740 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 125380769 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=815740 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 125380769 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=815740 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=815740 CPUtime=0.96
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 27855 0 -1 64 4454 0 0 0 95 1 0 0 16 0 12 0 125380773 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=815740 CPUtime=0.71
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 27855 0 -1 64 1992 0 0 0 70 1 0 0 16 0 12 0 125380773 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=815740 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=815740 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 835317760 12597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 815740

[startup+6.30256 s]
/proc/loadavg: 1.91 2.09 2.04 3/92 29499
/proc/meminfo: memFree=1307544/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=815708 CPUtime=6.26
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 25576 0 1 0 612 14 0 0 21 0 12 0 125380765 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 203927 21620 1389 9 0 201289 0
[pid=29487/tid=29489] ppid=29485 vsize=815708 CPUtime=4.03
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 17327 0 1 0 394 9 0 0 25 0 12 0 125380766 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4110000883 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=815708 CPUtime=0.02
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 225 0 0 0 2 0 0 0 16 0 12 0 125380767 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=815708 CPUtime=0.01
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 315 0 0 0 1 0 0 0 16 0 12 0 125380767 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 62 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=815708 CPUtime=1.43
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 27855 0 -1 64 4892 0 0 0 141 2 0 0 16 0 12 0 125380773 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=815708 CPUtime=0.74
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 27855 0 -1 64 1992 0 0 0 73 1 0 0 16 0 12 0 125380773 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 835284992 21620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 815708

[startup+12.7028 s]
/proc/loadavg: 1.92 2.09 2.04 3/92 29499
/proc/meminfo: memFree=1290840/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=815708 CPUtime=12.63
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 29699 0 1 0 1247 16 0 0 21 0 12 0 125380765 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 203927 25734 1391 9 0 201289 0
[pid=29487/tid=29489] ppid=29485 vsize=815708 CPUtime=9.57
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 20768 0 1 0 946 11 0 0 25 0 12 0 125380766 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4109638992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=815708 CPUtime=0.02
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 415 0 0 0 2 0 0 0 16 0 12 0 125380767 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=815708 CPUtime=0.02
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 715 0 0 0 2 0 0 0 15 0 12 0 125380767 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 91 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=815708 CPUtime=1.63
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 27855 0 -1 64 4898 0 0 0 161 2 0 0 16 0 12 0 125380773 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=815708 CPUtime=1.34
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 27855 0 -1 64 2049 0 0 0 133 1 0 0 16 0 12 0 125380773 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 835284992 25734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 815708

[startup+25.5012 s]
/proc/loadavg: 1.93 2.08 2.04 3/92 29499
/proc/meminfo: memFree=1289304/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=816380 CPUtime=25.37
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 30893 0 1 0 2520 17 0 0 21 0 12 0 125380765 835973120 26137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 204095 26137 1391 9 0 201457 0
[pid=29487/tid=29489] ppid=29485 vsize=816380 CPUtime=21.16
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 20923 0 1 0 2105 11 0 0 25 0 12 0 125380766 835973120 26137 996147200 134512640 134550740 4294956032 18446744073709551615 4109651662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=816380 CPUtime=0.03
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 424 0 0 0 3 0 0 0 15 0 12 0 125380767 835973120 26137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=816380 CPUtime=0.02
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 726 0 0 0 2 0 0 0 16 0 12 0 125380767 835973120 26137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=816380 CPUtime=0.01
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 94 0 0 0 1 0 0 0 16 0 12 0 125380769 835973120 26137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=816380 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125380769 835973120 26137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=816380 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 125380769 835973120 26137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=816380 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 835973120 26137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=29487/tid=29498] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27411 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 835284992 27411 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.8
Current children cumulated vsize (KiB) 815708

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29529
/proc/meminfo: memFree=1343456/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=815708 CPUtime=1595.56
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 41119 0 1 0 159506 50 0 0 21 0 12 0 125380765 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 203927 27455 1391 9 0 201289 0
[pid=29487/tid=29489] ppid=29485 vsize=815708 CPUtime=1587.16
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 23392 0 1 0 158695 21 0 0 25 0 12 0 125380766 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4109701209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=815708 CPUtime=0.48
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 991 0 0 0 45 3 0 0 16 0 12 0 125380767 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=815708 CPUtime=0.46
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 1325 0 0 0 44 2 0 0 15 0 12 0 125380767 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=815708 CPUtime=0.52
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 94 0 0 0 38 14 0 0 15 0 12 0 125380769 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=815708 CPUtime=2.77
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 27855 0 -1 64 5914 0 0 0 275 2 0 0 15 0 12 0 125380773 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=815708 CPUtime=4.1
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 27855 0 -1 64 8640 0 0 0 406 4 0 0 16 0 12 0 125380773 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 835284992 27455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.56
Current children cumulated vsize (KiB) 815708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29529
/proc/meminfo: memFree=1343264/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=815708 CPUtime=1655.31
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 41254 0 1 0 165480 51 0 0 21 0 12 0 125380765 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 203927 27502 1391 9 0 201289 0
[pid=29487/tid=29489] ppid=29485 vsize=815708 CPUtime=1646.85
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 23480 0 1 0 164664 21 0 0 25 0 12 0 125380766 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4109638281 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=815708 CPUtime=0.49
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 1011 0 0 0 46 3 0 0 15 0 12 0 125380767 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=815708 CPUtime=0.48
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 1352 0 0 0 46 2 0 0 16 0 12 0 125380767 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=815708 CPUtime=0.53
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 94 0 0 0 39 14 0 0 15 0 12 0 125380769 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=815708 CPUtime=2.77
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 27855 0 -1 64 5914 0 0 0 275 2 0 0 15 0 12 0 125380773 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=815708 CPUtime=4.1
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 27855 0 -1 64 8640 0 0 0 406 4 0 0 16 0 12 0 125380773 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 835284992 27502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.31
Current children cumulated vsize (KiB) 815708

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29529
/proc/meminfo: memFree=1343072/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=815708 CPUtime=1715.06
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 41384 0 1 0 171454 52 0 0 21 0 12 0 125380765 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 203927 27545 1391 9 0 201289 0
[pid=29487/tid=29489] ppid=29485 vsize=815708 CPUtime=1706.55
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 23567 0 1 0 170633 22 0 0 25 0 12 0 125380766 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4109932379 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=815708 CPUtime=0.51
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 1030 0 0 0 48 3 0 0 16 0 12 0 125380767 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=815708 CPUtime=0.49
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 1376 0 0 0 47 2 0 0 15 0 12 0 125380767 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=815708 CPUtime=0.56
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 94 0 0 0 41 15 0 0 15 0 12 0 125380769 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=815708 CPUtime=2.77
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 27855 0 -1 64 5914 0 0 0 275 2 0 0 15 0 12 0 125380773 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=815708 CPUtime=4.1
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 27855 0 -1 64 8640 0 0 0 406 4 0 0 16 0 12 0 125380773 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 835284992 27545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.06
Current children cumulated vsize (KiB) 815708

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29529
/proc/meminfo: memFree=1342816/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=815708 CPUtime=1774.81
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 41516 0 1 0 177428 53 0 0 21 0 12 0 125380765 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 203927 27589 1391 9 0 201289 0
[pid=29487/tid=29489] ppid=29485 vsize=815708 CPUtime=1766.25
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 23655 0 1 0 176603 22 0 0 25 0 12 0 125380766 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4109638281 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=815708 CPUtime=0.53
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 1048 0 0 0 50 3 0 0 16 0 12 0 125380767 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=815708 CPUtime=0.5
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 1402 0 0 0 48 2 0 0 15 0 12 0 125380767 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=815708 CPUtime=0.58
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 94 0 0 0 42 16 0 0 15 0 12 0 125380769 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=815708 CPUtime=2.77
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 27855 0 -1 64 5914 0 0 0 275 2 0 0 15 0 12 0 125380773 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=815708 CPUtime=4.1
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 27855 0 -1 64 8640 0 0 0 406 4 0 0 16 0 12 0 125380773 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 835284992 27589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.81
Current children cumulated vsize (KiB) 815708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29529
/proc/meminfo: memFree=1342688/2055920 swapFree=4191676/4192956
[pid=29487] ppid=29485 vsize=815708 CPUtime=1800.02
/proc/29487/stat : 29487 (java) S 29485 29487 27855 0 -1 0 41572 0 1 0 179948 54 0 0 21 0 12 0 125380765 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29487/statm: 203927 27608 1391 9 0 201289 0
[pid=29487/tid=29489] ppid=29485 vsize=815708 CPUtime=1791.43
/proc/29487/task/29489/stat : 29489 (java) R 29485 29487 27855 0 -1 64 23692 0 1 0 179121 22 0 0 25 0 12 0 125380766 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4109932344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29490] ppid=29485 vsize=815708 CPUtime=0.54
/proc/29487/task/29490/stat : 29490 (java) S 29485 29487 27855 0 -1 64 1054 0 0 0 51 3 0 0 15 0 12 0 125380767 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29491] ppid=29485 vsize=815708 CPUtime=0.51
/proc/29487/task/29491/stat : 29491 (java) S 29485 29487 27855 0 -1 64 1415 0 0 0 49 2 0 0 16 0 12 0 125380767 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29492] ppid=29485 vsize=815708 CPUtime=0.59
/proc/29487/task/29492/stat : 29492 (java) S 29485 29487 27855 0 -1 64 94 0 0 0 43 16 0 0 15 0 12 0 125380769 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29493] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29493/stat : 29493 (java) S 29485 29487 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29494] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29494/stat : 29494 (java) S 29485 29487 27855 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 125380769 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29495] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29495/stat : 29495 (java) S 29485 29487 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29496] ppid=29485 vsize=815708 CPUtime=2.77
/proc/29487/task/29496/stat : 29496 (java) S 29485 29487 27855 0 -1 64 5914 0 0 0 275 2 0 0 15 0 12 0 125380773 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29497] ppid=29485 vsize=815708 CPUtime=4.1
/proc/29487/task/29497/stat : 29497 (java) S 29485 29487 27855 0 -1 64 8640 0 0 0 406 4 0 0 16 0 12 0 125380773 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29498] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29498/stat : 29498 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 125380773 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29487/tid=29499] ppid=29485 vsize=815708 CPUtime=0
/proc/29487/task/29499/stat : 29499 (java) S 29485 29487 27855 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 125380773 835284992 27608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 815708

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

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

Child status: 143
Real time (s): 1807.66
CPU time (s): 1800.08
CPU user time (s): 1799.52
CPU system time (s): 0.558915
CPU usage (%): 99.5807
Max. virtual memory (cumulated for all children) (KiB): 823096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.558915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41590
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= 70035
involuntary context switches= 102895

runsolver used 2.33664 second user time and 5.9261 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-04 03:10:54
IDJOB=1062151
IDBENCH=54601
IDSOLVER=344
FILE ID=node63/1062151-1215133854
PBS_JOBID= 7877222
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-clip-b.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-1062151-1215133854/watcher-1062151-1215133854 -o /tmp/evaluation-result-1062151-1215133854/solver-1062151-1215133854 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1062151-1215133854.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 453c2ff116a90f9a35dc6b267eb01bd8
RANDOM SEED=299131087

node63.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1389592 kB
Buffers:         44312 kB
Cached:         450944 kB
SwapCached:        260 kB
Active:         381112 kB
Inactive:       227700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389592 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:         132208 kB
Slab:            42740 kB
Committed_AS:  1102944 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node63 at 2008-07-04 03:41:04