Trace number 1060954

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.12 1800.29

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-30-31.xml
MD5SUM9b56d5b42aa2f049bd6f0c4aec0b2e58
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.28689
Satisfiable
(Un)Satisfiability was proved
Number of variables1860
Number of constraints122
Maximum constraint arity31
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension122
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1060954-1215129370/watcher-1060954-1215129370 -o /tmp/evaluation-result-1060954-1215129370/solver-1060954-1215129370 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060954-1215129370.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.03 2.00 4/80 13924
/proc/meminfo: memFree=1805392/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=1804 CPUtime=0
/proc/13924/stat : 13924 (java) D 13922 13924 12897 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1991911576 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 7205435 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13924/statm: 451 163 118 9 0 93 0

[startup+0.049583 s]
/proc/loadavg: 2.09 2.03 2.00 4/80 13924
/proc/meminfo: memFree=1805392/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=13012 CPUtime=0.01
/proc/13924/stat : 13924 (java) R 13922 13924 12897 0 -1 0 389 0 16 0 0 1 0 0 18 0 1 0 1991911576 13324288 206 996147200 134512640 134550740 4294956032 18446744073709551615 7177002 0 0 4096 0 0 0 0 17 0 0 0
/proc/13924/statm: 3253 207 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.10157 s]
/proc/loadavg: 2.09 2.03 2.00 4/80 13924
/proc/meminfo: memFree=1805392/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=800744 CPUtime=0.05
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 2360 0 30 0 2 3 0 0 18 0 4 0 1991911576 819961856 2127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 200186 2128 912 9 0 197569 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800744

[startup+0.301518 s]
/proc/loadavg: 2.09 2.03 2.00 4/80 13924
/proc/meminfo: memFree=1805392/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=807800 CPUtime=0.2
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 4449 0 30 0 16 4 0 0 18 0 12 0 1991911576 827187200 3807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 201950 3807 1295 9 0 199319 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 807800

[startup+0.701414 s]
/proc/loadavg: 2.09 2.03 2.00 4/80 13924
/proc/meminfo: memFree=1805392/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=807828 CPUtime=0.54
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 5757 0 30 0 48 6 0 0 18 0 12 0 1991911576 827215872 5113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 201957 5113 1332 9 0 199319 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 807828

[startup+1.50221 s]
/proc/loadavg: 2.08 2.03 2.00 4/92 13936
/proc/meminfo: memFree=1780656/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=807828 CPUtime=1.34
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 7197 0 30 0 126 8 0 0 18 0 12 0 1991911576 827215872 6525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 201957 6526 1355 9 0 199319 0
[pid=13924/tid=13926] ppid=13922 vsize=807828 CPUtime=0.83
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 4916 0 1 0 78 5 0 0 25 0 12 0 1991911583 827215872 6526 996147200 134512640 134550740 4294956032 18446744073709551615 103585362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=807828 CPUtime=0
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1991911584 827215872 6526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=807828 CPUtime=0
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1991911584 827215872 6526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=807828 CPUtime=0
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1991911587 827215872 6526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=807828 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1991911588 827215872 6526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=807828 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1991911588 827215872 6526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=807828 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 827215872 6527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13933] ppid=13922 vsize=807828 CPUtime=0.24
/proc/13924/task/13933/stat : 13933 (java) S 13922 13924 12897 0 -1 64 1094 0 0 0 24 0 0 0 16 0 12 0 1991911594 827215872 6527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13934] ppid=13922 vsize=807828 CPUtime=0.22
/proc/13924/task/13934/stat : 13934 (java) S 13922 13924 12897 0 -1 64 452 0 0 0 22 0 0 0 16 0 12 0 1991911594 827215872 6527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13935] ppid=13922 vsize=807828 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 827215872 6528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=807828 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 827215872 6531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 807828

[startup+3.10279 s]
/proc/loadavg: 2.08 2.03 2.00 3/92 13936
/proc/meminfo: memFree=1765616/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=817272 CPUtime=2.95
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 17200 0 30 0 282 13 0 0 18 0 12 0 1991911576 836886528 14118 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 204318 14119 1373 9 0 201680 0
[pid=13924/tid=13926] ppid=13922 vsize=817272 CPUtime=1.46
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 10336 0 1 0 139 7 0 0 25 0 12 0 1991911583 836886528 14119 996147200 134512640 134550740 4294956032 18446744073709551615 4109673980 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=817272 CPUtime=0
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1991911584 836886528 14119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=817272 CPUtime=0
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1991911584 836886528 14120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=817272 CPUtime=0
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1991911587 836886528 14120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=817272 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1991911588 836886528 14120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=817272 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1991911588 836886528 14120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=817272 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 836886528 14121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13933] ppid=13922 vsize=817272 CPUtime=0.29
/proc/13924/task/13933/stat : 13933 (java) S 13922 13924 12897 0 -1 64 1101 0 0 0 29 0 0 0 16 0 12 0 1991911594 836886528 14121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13934] ppid=13922 vsize=817272 CPUtime=1.14
/proc/13924/task/13934/stat : 13934 (java) R 13922 13924 12897 0 -1 64 5030 0 0 0 112 2 0 0 20 0 12 0 1991911594 836886528 14121 996147200 134512640 134550740 4294956032 18446744073709551615 104111715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13935] ppid=13922 vsize=817272 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 836886528 14122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=817272 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 836886528 14122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 817272

[startup+6.30296 s]
/proc/loadavg: 2.08 2.03 2.00 3/92 13936
/proc/meminfo: memFree=1705520/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=824836 CPUtime=6.15
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 29325 0 30 0 597 18 0 0 18 0 12 0 1991911576 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 206209 24146 1378 9 0 203571 0
[pid=13924/tid=13926] ppid=13922 vsize=824836 CPUtime=4.04
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 17267 0 1 0 393 11 0 0 25 0 12 0 1991911583 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4109637065 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=824836 CPUtime=0.02
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 473 0 0 0 2 0 0 0 16 0 12 0 1991911584 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=824836 CPUtime=0.03
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 428 0 0 0 3 0 0 0 16 0 12 0 1991911584 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 62 0 0 0 0 0 0 0 16 0 12 0 1991911587 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13933] ppid=13922 vsize=824836 CPUtime=0.29
/proc/13924/task/13933/stat : 13933 (java) S 13922 13924 12897 0 -1 64 1101 0 0 0 29 0 0 0 16 0 12 0 1991911594 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13934] ppid=13922 vsize=824836 CPUtime=1.69
/proc/13924/task/13934/stat : 13934 (java) S 13922 13924 12897 0 -1 64 9260 0 0 0 166 3 0 0 25 0 12 0 1991911594 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13935] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 844632064 24146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 824836

[startup+12.7013 s]
/proc/loadavg: 2.07 2.03 2.00 3/92 13936
/proc/meminfo: memFree=1690608/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=824836 CPUtime=12.54
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 32990 0 30 0 1235 19 0 0 18 0 12 0 1991911576 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 206209 27800 1378 9 0 203571 0
[pid=13924/tid=13926] ppid=13922 vsize=824836 CPUtime=10.41
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 19998 0 1 0 1029 12 0 0 25 0 12 0 1991911583 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4109728453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=824836 CPUtime=0.04
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 980 0 0 0 4 0 0 0 15 0 12 0 1991911584 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=824836 CPUtime=0.04
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 828 0 0 0 4 0 0 0 16 0 12 0 1991911584 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 89 0 0 0 0 0 0 0 16 0 12 0 1991911587 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13933] ppid=13922 vsize=824836 CPUtime=0.29
/proc/13924/task/13933/stat : 13933 (java) S 13922 13924 12897 0 -1 64 1101 0 0 0 29 0 0 0 16 0 12 0 1991911594 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13934] ppid=13922 vsize=824836 CPUtime=1.69
/proc/13924/task/13934/stat : 13934 (java) S 13922 13924 12897 0 -1 64 9260 0 0 0 166 3 0 0 25 0 12 0 1991911594 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13935] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 844632064 27800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 824836

[startup+25.503 s]
/proc/loadavg: 2.06 2.03 2.00 3/92 13936
/proc/meminfo: memFree=1688816/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=824836 CPUtime=25.35
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 33499 0 30 0 2515 20 0 0 18 0 12 0 1991911576 844632064 28287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 206209 28287 1378 9 0 203571 0
[pid=13924/tid=13926] ppid=13922 vsize=824836 CPUtime=23.2
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 20487 0 1 0 2308 12 0 0 25 0 12 0 1991911583 844632064 28287 996147200 134512640 134550740 4294956032 18446744073709551615 4109807554 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=824836 CPUtime=0.04
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 980 0 0 0 4 0 0 0 15 0 12 0 1991911584 844632064 28287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=824836 CPUtime=0.04
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 848 0 0 0 4 0 0 0 16 0 12 0 1991911584 844632064 28287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 89 0 0 0 0 0 0 0 16 0 12 0 1991911587 844632064 28287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 28287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 28287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 844632064 28287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=13924/tid=13935] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 844632064 29519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 844632064 29519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.13
Current children cumulated vsize (KiB) 824836

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 13982
/proc/meminfo: memFree=1644456/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=824836 CPUtime=1602.13
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 37339 0 30 0 160160 53 0 0 18 0 12 0 1991911576 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 206209 29568 1378 9 0 203571 0
[pid=13924/tid=13926] ppid=13922 vsize=824836 CPUtime=1598.78
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 23046 0 1 0 159855 23 0 0 25 0 12 0 1991911583 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4109637124 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=824836 CPUtime=0.41
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 1636 0 0 0 39 2 0 0 15 0 12 0 1991911584 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=824836 CPUtime=0.41
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 1473 0 0 0 38 3 0 0 16 0 12 0 1991911584 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=824836 CPUtime=0.46
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 89 0 0 0 30 16 0 0 15 0 12 0 1991911587 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13933] ppid=13922 vsize=824836 CPUtime=0.29
/proc/13924/task/13933/stat : 13933 (java) S 13922 13924 12897 0 -1 64 1101 0 0 0 29 0 0 0 16 0 12 0 1991911594 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13934] ppid=13922 vsize=824836 CPUtime=1.69
/proc/13924/task/13934/stat : 13934 (java) S 13922 13924 12897 0 -1 64 9260 0 0 0 166 3 0 0 25 0 12 0 1991911594 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13935] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 844632064 29568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.13
Current children cumulated vsize (KiB) 824836

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/95 13982
/proc/meminfo: memFree=1644008/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=824836 CPUtime=1662.13
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 37485 0 30 0 166158 55 0 0 18 0 12 0 1991911576 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 206209 29617 1378 9 0 203571 0
[pid=13924/tid=13926] ppid=13922 vsize=824836 CPUtime=1658.72
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 23143 0 1 0 165849 23 0 0 25 0 12 0 1991911583 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4109637027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=824836 CPUtime=0.43
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 1661 0 0 0 41 2 0 0 16 0 12 0 1991911584 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=824836 CPUtime=0.42
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 1497 0 0 0 39 3 0 0 15 0 12 0 1991911584 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=824836 CPUtime=0.48
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 89 0 0 0 31 17 0 0 15 0 12 0 1991911587 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13933] ppid=13922 vsize=824836 CPUtime=0.29
/proc/13924/task/13933/stat : 13933 (java) S 13922 13924 12897 0 -1 64 1101 0 0 0 29 0 0 0 16 0 12 0 1991911594 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13934] ppid=13922 vsize=824836 CPUtime=1.69
/proc/13924/task/13934/stat : 13934 (java) S 13922 13924 12897 0 -1 64 9260 0 0 0 166 3 0 0 25 0 12 0 1991911594 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13935] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 844632064 29617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.13
Current children cumulated vsize (KiB) 824836

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 13982
/proc/meminfo: memFree=1643560/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=824836 CPUtime=1722.12
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 37632 0 30 0 172156 56 0 0 18 0 12 0 1991911576 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 206209 29666 1378 9 0 203571 0
[pid=13924/tid=13926] ppid=13922 vsize=824836 CPUtime=1718.67
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 23241 0 1 0 171843 24 0 0 25 0 12 0 1991911583 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4109637133 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=824836 CPUtime=0.44
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 1684 0 0 0 42 2 0 0 16 0 12 0 1991911584 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=824836 CPUtime=0.43
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 1523 0 0 0 40 3 0 0 15 0 12 0 1991911584 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=824836 CPUtime=0.5
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 89 0 0 0 32 18 0 0 15 0 12 0 1991911587 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13933] ppid=13922 vsize=824836 CPUtime=0.29
/proc/13924/task/13933/stat : 13933 (java) S 13922 13924 12897 0 -1 64 1101 0 0 0 29 0 0 0 16 0 12 0 1991911594 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13934] ppid=13922 vsize=824836 CPUtime=1.69
/proc/13924/task/13934/stat : 13934 (java) S 13922 13924 12897 0 -1 64 9260 0 0 0 166 3 0 0 25 0 12 0 1991911594 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13935] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 844632064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.12
Current children cumulated vsize (KiB) 824836

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/95 13982
/proc/meminfo: memFree=1643176/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=824836 CPUtime=1782.12
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 37780 0 30 0 178155 57 0 0 18 0 12 0 1991911576 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 206209 29715 1378 9 0 203571 0
[pid=13924/tid=13926] ppid=13922 vsize=824836 CPUtime=1778.62
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 23340 0 1 0 177838 24 0 0 25 0 12 0 1991911583 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4109665300 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=824836 CPUtime=0.46
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 1708 0 0 0 44 2 0 0 15 0 12 0 1991911584 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=824836 CPUtime=0.45
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 1548 0 0 0 42 3 0 0 16 0 12 0 1991911584 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=824836 CPUtime=0.52
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 89 0 0 0 33 19 0 0 15 0 12 0 1991911587 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13933] ppid=13922 vsize=824836 CPUtime=0.29
/proc/13924/task/13933/stat : 13933 (java) S 13922 13924 12897 0 -1 64 1101 0 0 0 29 0 0 0 16 0 12 0 1991911594 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13934] ppid=13922 vsize=824836 CPUtime=1.69
/proc/13924/task/13934/stat : 13934 (java) S 13922 13924 12897 0 -1 64 9260 0 0 0 166 3 0 0 25 0 12 0 1991911594 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13935] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 844632064 29715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 824836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 13982
/proc/meminfo: memFree=1642856/2055920 swapFree=4180112/4192956
[pid=13924] ppid=13922 vsize=824836 CPUtime=1800.02
/proc/13924/stat : 13924 (java) S 13922 13924 12897 0 -1 0 37824 0 30 0 179945 57 0 0 18 0 12 0 1991911576 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13924/statm: 206209 29730 1378 9 0 203571 0
[pid=13924/tid=13926] ppid=13922 vsize=824836 CPUtime=1796.5
/proc/13924/task/13926/stat : 13926 (java) R 13922 13924 12897 0 -1 64 23369 0 1 0 179626 24 0 0 25 0 12 0 1991911583 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4109673254 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13927] ppid=13922 vsize=824836 CPUtime=0.46
/proc/13924/task/13927/stat : 13927 (java) S 13922 13924 12897 0 -1 64 1711 0 0 0 44 2 0 0 16 0 12 0 1991911584 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13928] ppid=13922 vsize=824836 CPUtime=0.45
/proc/13924/task/13928/stat : 13928 (java) S 13922 13924 12897 0 -1 64 1560 0 0 0 42 3 0 0 15 0 12 0 1991911584 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13929] ppid=13922 vsize=824836 CPUtime=0.53
/proc/13924/task/13929/stat : 13929 (java) S 13922 13924 12897 0 -1 64 89 0 0 0 34 19 0 0 15 0 12 0 1991911587 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13930] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13930/stat : 13930 (java) S 13922 13924 12897 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13931] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13931/stat : 13931 (java) S 13922 13924 12897 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1991911588 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13932] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13932/stat : 13932 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1991911594 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13933] ppid=13922 vsize=824836 CPUtime=0.29
/proc/13924/task/13933/stat : 13933 (java) S 13922 13924 12897 0 -1 64 1101 0 0 0 29 0 0 0 16 0 12 0 1991911594 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13934] ppid=13922 vsize=824836 CPUtime=1.69
/proc/13924/task/13934/stat : 13934 (java) S 13922 13924 12897 0 -1 64 9260 0 0 0 166 3 0 0 25 0 12 0 1991911594 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13935] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13935/stat : 13935 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1991911594 844632064 29730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13924/tid=13936] ppid=13922 vsize=824836 CPUtime=0
/proc/13924/task/13936/stat : 13936 (java) S 13922 13924 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991911594 844632064 29730 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) 824836

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): 1800.29
CPU time (s): 1800.12
CPU user time (s): 1799.52
CPU system time (s): 0.596909
CPU usage (%): 99.9906
Max. virtual memory (cumulated for all children) (KiB): 828976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.596909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37844
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73669
involuntary context switches= 65064

runsolver used 2.16567 second user time and 6.04708 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 01:56:10
IDJOB=1060954
IDBENCH=54498
IDSOLVER=344
FILE ID=node16/1060954-1215129370
PBS_JOBID= 7877258
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b56d5b42aa2f049bd6f0c4aec0b2e58
RANDOM SEED=757933065

node16.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.213
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.213
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:       1805872 kB
Buffers:         13060 kB
Cached:          97284 kB
SwapCached:       7024 kB
Active:         142204 kB
Inactive:        56412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805872 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            1196 kB
Writeback:           0 kB
Mapped:         104108 kB
Slab:            36424 kB
Committed_AS:  4184284 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node16 at 2008-07-04 02:26:12