Trace number 1061206

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.14 1806.65

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32e3.xml
MD5SUM4e1ec6a2f5cc71969cf0fda2691199d0
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 benchmark1.23181
Satisfiable
(Un)Satisfiability was proved
Number of variables660
Number of constraints5350
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5350
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1061206-1215472389/watcher-1061206-1215472389 -o /tmp/evaluation-result-1061206-1215472389/solver-1061206-1215472389 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1061206-1215472389.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: 0.58 0.15 0.08 3/82 4678
/proc/meminfo: memFree=1208708/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=152 CPUtime=0
/proc/4678/stat : 4678 (java6) D 4676 4678 2686 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 3941370 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 4678436 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/4678/statm: 38 26 19 9 0 4 0

[startup+0.0877149 s]
/proc/loadavg: 0.58 0.15 0.08 3/82 4678
/proc/meminfo: memFree=1208708/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=13576 CPUtime=0.01
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 851 0 40 0 0 1 0 0 18 0 2 0 3941370 13901824 639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 3394 639 299 9 0 1246 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13576

[startup+0.102718 s]
/proc/loadavg: 0.58 0.15 0.08 3/82 4678
/proc/meminfo: memFree=1208708/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=800592 CPUtime=0.03
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 2227 0 41 0 1 2 0 0 18 0 4 0 3941370 819806208 2005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 200148 2005 882 9 0 197531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800592

[startup+0.302733 s]
/proc/loadavg: 0.58 0.15 0.08 3/82 4678
/proc/meminfo: memFree=1208708/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=808792 CPUtime=0.29
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 4946 0 41 0 25 4 0 0 18 0 12 0 3941370 828203008 4315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 202198 4315 1307 9 0 199567 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808792

[startup+0.702757 s]
/proc/loadavg: 0.58 0.15 0.08 3/82 4678
/proc/meminfo: memFree=1208708/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=808820 CPUtime=0.83
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 6524 0 41 0 78 5 0 0 18 0 12 0 3941370 828231680 5720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 202205 5720 1339 9 0 199567 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 808820

[startup+1.50181 s]
/proc/loadavg: 0.58 0.15 0.08 1/94 4690
/proc/meminfo: memFree=1181988/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=808820 CPUtime=1.49
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 8078 0 41 0 142 7 0 0 18 0 12 0 3941370 828231680 7010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 202205 7010 1352 9 0 199567 0
[pid=4678/tid=4680] ppid=4676 vsize=808820 CPUtime=1
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 5434 0 1 0 95 5 0 0 20 0 12 0 3941377 828231680 7010 996147200 134512640 134550740 4294956016 18446744073709551615 4109207244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4681] ppid=4676 vsize=808820 CPUtime=0
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 3941379 828231680 7010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=808820 CPUtime=0
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 3941379 828231680 7010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4683] ppid=4676 vsize=808820 CPUtime=0
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 3941381 828231680 7010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=808820 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 3941381 828231680 7010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=808820 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 3941381 828231680 7010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4686] ppid=4676 vsize=808820 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 828231680 7010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4687] ppid=4676 vsize=808820 CPUtime=0.24
/proc/4678/task/4687/stat : 4687 (java) S 4676 4678 2686 0 -1 64 1044 0 0 0 24 0 0 0 16 0 12 0 3941386 828231680 7011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4688] ppid=4676 vsize=808820 CPUtime=0.22
/proc/4678/task/4688/stat : 4688 (java) S 4676 4678 2686 0 -1 64 873 0 0 0 22 0 0 0 16 0 12 0 3941386 828231680 7011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4689] ppid=4676 vsize=808820 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 828231680 7011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=808820 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 828231680 7011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808820

[startup+3.10192 s]
/proc/loadavg: 0.58 0.15 0.08 4/94 4690
/proc/meminfo: memFree=1171044/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=814172 CPUtime=4.28
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 14900 0 41 0 418 10 0 0 18 0 12 0 3941370 833712128 11260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 203543 11261 1390 9 0 200905 0
[pid=4678/tid=4680] ppid=4676 vsize=814172 CPUtime=1.94
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 8329 0 1 0 188 6 0 0 18 0 12 0 3941377 833712128 11261 996147200 134512640 134550740 4294956016 18446744073709551615 4109928665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4681] ppid=4676 vsize=814172 CPUtime=0
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 3941379 833712128 11261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=814172 CPUtime=0
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 3941379 833712128 11261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4683] ppid=4676 vsize=814172 CPUtime=0
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 3941381 833712128 11261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=814172 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 3941381 833712128 11262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=814172 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 3941381 833712128 11262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4686] ppid=4676 vsize=814172 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 833712128 11262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4687] ppid=4676 vsize=814172 CPUtime=1.19
/proc/4678/task/4687/stat : 4687 (java) S 4676 4678 2686 0 -1 64 3046 0 0 0 118 1 0 0 16 0 12 0 3941386 833712128 11262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4688] ppid=4676 vsize=814172 CPUtime=1.11
/proc/4678/task/4688/stat : 4688 (java) S 4676 4678 2686 0 -1 64 2799 0 0 0 110 1 0 0 16 0 12 0 3941386 833712128 11263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4689] ppid=4676 vsize=814172 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 833712128 11263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=814172 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 833712128 11263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 814172

[startup+6.30213 s]
/proc/loadavg: 0.69 0.18 0.09 2/94 4690
/proc/meminfo: memFree=1117604/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=815196 CPUtime=8.48
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 29036 0 41 0 831 17 0 0 18 0 12 0 3941370 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 203799 22199 1398 9 0 201161 0
[pid=4678/tid=4680] ppid=4676 vsize=815196 CPUtime=4.7
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 17532 0 1 0 459 11 0 0 16 0 12 0 3941377 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4109903414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4681] ppid=4676 vsize=815196 CPUtime=0.04
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 717 0 0 0 4 0 0 0 16 0 12 0 3941379 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=815196 CPUtime=0.04
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 668 0 0 0 4 0 0 0 15 0 12 0 3941379 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4683] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 61 0 0 0 0 0 0 0 15 0 12 0 3941381 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 3941381 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 3941381 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4686] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4687] ppid=4676 vsize=815196 CPUtime=1.57
/proc/4678/task/4687/stat : 4687 (java) S 4676 4678 2686 0 -1 64 3072 0 0 0 156 1 0 0 16 0 12 0 3941386 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4688] ppid=4676 vsize=815196 CPUtime=2.07
/proc/4678/task/4688/stat : 4688 (java) S 4676 4678 2686 0 -1 64 6261 0 0 0 205 2 0 0 18 0 12 0 3941386 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4689] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 834760704 22199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 815196

[startup+12.7016 s]
/proc/loadavg: 0.71 0.20 0.09 2/94 4690
/proc/meminfo: memFree=1104932/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=815196 CPUtime=14.88
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 32364 0 41 0 1469 19 0 0 18 0 12 0 3941370 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 203799 25373 1398 9 0 201161 0
[pid=4678/tid=4680] ppid=4676 vsize=815196 CPUtime=11.01
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 19307 0 1 0 1090 11 0 0 24 0 12 0 3941377 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4110328633 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4681] ppid=4676 vsize=815196 CPUtime=0.08
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 1496 0 0 0 8 0 0 0 16 0 12 0 3941379 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=815196 CPUtime=0.08
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 1415 0 0 0 7 1 0 0 15 0 12 0 3941379 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4683] ppid=4676 vsize=815196 CPUtime=0.01
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 88 0 0 0 1 0 0 0 16 0 12 0 3941381 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 3941381 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 3941381 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4686] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4687] ppid=4676 vsize=815196 CPUtime=1.57
/proc/4678/task/4687/stat : 4687 (java) S 4676 4678 2686 0 -1 64 3072 0 0 0 156 1 0 0 16 0 12 0 3941386 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4688] ppid=4676 vsize=815196 CPUtime=2.07
/proc/4678/task/4688/stat : 4688 (java) S 4676 4678 2686 0 -1 64 6261 0 0 0 205 2 0 0 18 0 12 0 3941386 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4689] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 834760704 25373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 815196

[startup+25.5024 s]
/proc/loadavg: 1.01 0.28 0.12 3/93 4829
/proc/meminfo: memFree=1789676/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=815196 CPUtime=27.6
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 33110 0 41 0 2737 23 0 0 18 0 12 0 3941370 834760704 26098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 203799 26098 1398 9 0 201161 0
[pid=4678/tid=4680] ppid=4676 vsize=815196 CPUtime=23.72
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 20034 0 1 0 2357 15 0 0 25 0 12 0 3941377 834760704 26098 996147200 134512640 134550740 4294956016 18446744073709551615 4110331307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4681] ppid=4676 vsize=815196 CPUtime=0.08
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 1500 0 0 0 8 0 0 0 15 0 12 0 3941379 834760704 26098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=815196 CPUtime=0.08
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 1430 0 0 0 7 1 0 0 16 0 12 0 3941379 834760704 26098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4683] ppid=4676 vsize=815196 CPUtime=0.01
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 88 0 0 0 1 0 0 0 16 0 12 0 3941381 834760704 26098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 3941381 834760704 26098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 3941381 834760704 26098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4686] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 834760704 26098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=4678/tid=4689] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 834760704 27261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 834760704 27261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.06
Current children cumulated vsize (KiB) 815196

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.63 3/93 4831
/proc/meminfo: memFree=1764844/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=815196 CPUtime=1596.77
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 36719 0 41 0 159623 54 0 0 18 0 12 0 3941370 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 203799 27307 1398 9 0 201161 0
[pid=4678/tid=4680] ppid=4676 vsize=815196 CPUtime=1591.57
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 22439 0 1 0 159130 27 0 0 25 0 12 0 3941377 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4110221178 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4681] ppid=4676 vsize=815196 CPUtime=0.51
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 2096 0 0 0 49 2 0 0 16 0 12 0 3941379 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=815196 CPUtime=0.5
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 2038 0 0 0 46 4 0 0 15 0 12 0 3941379 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4683] ppid=4676 vsize=815196 CPUtime=0.48
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 88 0 0 0 34 14 0 0 15 0 12 0 3941381 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 3941381 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 3941381 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4686] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4687] ppid=4676 vsize=815196 CPUtime=1.57
/proc/4678/task/4687/stat : 4687 (java) S 4676 4678 2686 0 -1 64 3072 0 0 0 156 1 0 0 16 0 12 0 3941386 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4688] ppid=4676 vsize=815196 CPUtime=2.07
/proc/4678/task/4688/stat : 4688 (java) S 4676 4678 2686 0 -1 64 6261 0 0 0 205 2 0 0 18 0 12 0 3941386 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4689] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 834760704 27307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.77
Current children cumulated vsize (KiB) 815196

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.65 3/93 4831
/proc/meminfo: memFree=1764588/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=815196 CPUtime=1656.48
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 36855 0 41 0 165593 55 0 0 18 0 12 0 3941370 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 203799 27352 1398 9 0 201161 0
[pid=4678/tid=4680] ppid=4676 vsize=815196 CPUtime=1651.22
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 22530 0 1 0 165095 27 0 0 25 0 12 0 3941377 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4110398230 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4681] ppid=4676 vsize=815196 CPUtime=0.54
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 2120 0 0 0 51 3 0 0 15 0 12 0 3941379 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=815196 CPUtime=0.53
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 2059 0 0 0 49 4 0 0 16 0 12 0 3941379 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4683] ppid=4676 vsize=815196 CPUtime=0.5
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 88 0 0 0 35 15 0 0 15 0 12 0 3941381 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 3941381 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 3941381 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4686] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4687] ppid=4676 vsize=815196 CPUtime=1.57
/proc/4678/task/4687/stat : 4687 (java) S 4676 4678 2686 0 -1 64 3072 0 0 0 156 1 0 0 16 0 12 0 3941386 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4688] ppid=4676 vsize=815196 CPUtime=2.07
/proc/4678/task/4688/stat : 4688 (java) S 4676 4678 2686 0 -1 64 6261 0 0 0 205 2 0 0 18 0 12 0 3941386 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4689] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 834760704 27352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.48
Current children cumulated vsize (KiB) 815196

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/93 4831
/proc/meminfo: memFree=1764396/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=815196 CPUtime=1716.2
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 36991 0 41 0 171563 57 0 0 18 0 12 0 3941370 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 203799 27398 1398 9 0 201161 0
[pid=4678/tid=4680] ppid=4676 vsize=815196 CPUtime=1710.88
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 22620 0 1 0 171060 28 0 0 25 0 12 0 3941377 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4110185302 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4681] ppid=4676 vsize=815196 CPUtime=0.56
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 2143 0 0 0 53 3 0 0 15 0 12 0 3941379 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=815196 CPUtime=0.54
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 2082 0 0 0 50 4 0 0 16 0 12 0 3941379 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4683] ppid=4676 vsize=815196 CPUtime=0.51
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 88 0 0 0 36 15 0 0 15 0 12 0 3941381 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 3941381 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 3941381 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4686] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4687] ppid=4676 vsize=815196 CPUtime=1.57
/proc/4678/task/4687/stat : 4687 (java) S 4676 4678 2686 0 -1 64 3072 0 0 0 156 1 0 0 16 0 12 0 3941386 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4688] ppid=4676 vsize=815196 CPUtime=2.07
/proc/4678/task/4688/stat : 4688 (java) S 4676 4678 2686 0 -1 64 6261 0 0 0 205 2 0 0 18 0 12 0 3941386 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4689] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 834760704 27398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.2
Current children cumulated vsize (KiB) 815196

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/93 4831
/proc/meminfo: memFree=1764076/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=815196 CPUtime=1775.91
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 37126 0 41 0 177533 58 0 0 18 0 12 0 3941370 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 203799 27442 1398 9 0 201161 0
[pid=4678/tid=4680] ppid=4676 vsize=815196 CPUtime=1770.53
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 22711 0 1 0 177025 28 0 0 25 0 12 0 3941377 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4110221252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4681] ppid=4676 vsize=815196 CPUtime=0.57
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 2166 0 0 0 54 3 0 0 16 0 12 0 3941379 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=815196 CPUtime=0.56
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 2103 0 0 0 52 4 0 0 15 0 12 0 3941379 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4683] ppid=4676 vsize=815196 CPUtime=0.53
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 88 0 0 0 37 16 0 0 15 0 12 0 3941381 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 3941381 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 3941381 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4686] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4687] ppid=4676 vsize=815196 CPUtime=1.57
/proc/4678/task/4687/stat : 4687 (java) S 4676 4678 2686 0 -1 64 3072 0 0 0 156 1 0 0 16 0 12 0 3941386 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4688] ppid=4676 vsize=815196 CPUtime=2.07
/proc/4678/task/4688/stat : 4688 (java) S 4676 4678 2686 0 -1 64 6261 0 0 0 205 2 0 0 18 0 12 0 3941386 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4689] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 834760704 27442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.91
Current children cumulated vsize (KiB) 815196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.07 1.99 1.69 3/93 4831
/proc/meminfo: memFree=1762604/2055920 swapFree=4192812/4192956
[pid=4678] ppid=4676 vsize=815196 CPUtime=1800.09
/proc/4678/stat : 4678 (java) S 4676 4678 2686 0 -1 0 37181 0 41 0 179951 58 0 0 18 0 12 0 3941370 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4678/statm: 203799 27460 1398 9 0 201161 0
[pid=4678/tid=4680] ppid=4676 vsize=815196 CPUtime=1794.69
/proc/4678/task/4680/stat : 4680 (java) R 4676 4678 2686 0 -1 64 22748 0 1 0 179441 28 0 0 25 0 12 0 3941377 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4110093667 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4681] ppid=4676 vsize=815196 CPUtime=0.58
/proc/4678/task/4681/stat : 4681 (java) S 4676 4678 2686 0 -1 64 2175 0 0 0 55 3 0 0 15 0 12 0 3941379 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4682] ppid=4676 vsize=815196 CPUtime=0.57
/proc/4678/task/4682/stat : 4682 (java) S 4676 4678 2686 0 -1 64 2112 0 0 0 53 4 0 0 16 0 12 0 3941379 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4683] ppid=4676 vsize=815196 CPUtime=0.54
/proc/4678/task/4683/stat : 4683 (java) S 4676 4678 2686 0 -1 64 88 0 0 0 38 16 0 0 15 0 12 0 3941381 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4684] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4684/stat : 4684 (java) S 4676 4678 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 3941381 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4685] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4685/stat : 4685 (java) S 4676 4678 2686 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 3941381 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4686] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4686/stat : 4686 (java) S 4676 4678 2686 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 3941386 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4687] ppid=4676 vsize=815196 CPUtime=1.57
/proc/4678/task/4687/stat : 4687 (java) S 4676 4678 2686 0 -1 64 3072 0 0 0 156 1 0 0 16 0 12 0 3941386 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4678/tid=4688] ppid=4676 vsize=815196 CPUtime=2.07
/proc/4678/task/4688/stat : 4688 (java) S 4676 4678 2686 0 -1 64 6261 0 0 0 205 2 0 0 18 0 12 0 3941386 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4689] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4689/stat : 4689 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 3941386 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4678/tid=4690] ppid=4676 vsize=815196 CPUtime=0
/proc/4678/task/4690/stat : 4690 (java) S 4676 4678 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 3941386 834760704 27460 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 815196

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): 1806.65
CPU time (s): 1800.14
CPU user time (s): 1799.53
CPU system time (s): 0.606907
CPU usage (%): 99.6399
Max. virtual memory (cumulated for all children) (KiB): 818524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.606907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37199
page faults= 41
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71554
involuntary context switches= 47406

runsolver used 2.58861 second user time and 5.56315 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-08 01:13:09
IDJOB=1061206
IDBENCH=54532
IDSOLVER=344
FILE ID=node22/1061206-1215472389
PBS_JOBID= 7888601
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e1ec6a2f5cc71969cf0fda2691199d0
RANDOM SEED=701057220

node22.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.253
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.253
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:       1209124 kB
Buffers:          2708 kB
Cached:          48764 kB
SwapCached:        140 kB
Active:         802428 kB
Inactive:        11124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1209124 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:         782164 kB
Slab:            17032 kB
Committed_AS:   868072 kB
PageTables:       3240 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= 66460 MiB
End job on node22 at 2008-07-08 01:43:17