Trace number 2067269

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 2.1.1? (TO) 1800.95 1805.27

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-14-12.xml
MD5SUM5e459cb24b9505f34c277661767e10ef
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.396939
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints206
Maximum constraint arity14
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension206
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.20/0.21	c c --- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.20/0.21	c Expensive reason simplification
0.20/0.21	c MiniSAT restarts strategy
0.20/0.21	c Memory based learned constraints deletion strategy
0.20/0.21	c timeout=2147483s
0.20/0.21	c DB Simplification allowed=false
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c solving HOME/instance-2067269-1247344065.xml
0.20/0.21	c reading problem ... 
0.40/0.45	c reading problem named null
0.40/0.45	c reading domains done.
0.40/0.45	c reading variables done.
0.50/0.51	c reading predicates  done.
0.70/0.74	c reading constraints
5.31/5.39	c done with constraints.
5.31/5.39	c ... done. Wall clock time 5.176s.
5.31/5.39	c #vars     504
5.31/5.39	c #constraints  59286
5.31/5.39	c constraints type 
5.31/5.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58782
5.31/5.39	c org.sat4j.minisat.constraints.card.AtLeast => 252
5.31/5.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 252
1800.09/1804.71	c starts		: 21
1800.09/1804.72	c conflicts		: 863023
1800.09/1804.72	c decisions		: 970630
1800.09/1804.72	c propagations		: 26310940
1800.09/1804.72	c inspects		: 4564930954
1800.09/1804.72	c learnt literals	: 0
1800.09/1804.72	c learnt binary clauses	: 464
1800.09/1804.72	c learnt ternary clauses	: 1173
1800.09/1804.72	c learnt clauses	: 863023
1800.09/1804.72	c ignored clauses	: 0
1800.09/1804.72	c root simplifications	: 0
1800.09/1804.72	c removed literals (reason simplification)	: 8838566
1800.09/1804.72	c reason swapping (by a shorter reason)	: 0
1800.09/1804.72	c Calls to reduceDB	: 0
1800.09/1804.72	c speed (assignments/second)	: 14622.672391035527
1800.09/1804.72	c non guided choices	1162
1800.75/1805.17	c learnt constraints type 
1800.75/1805.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 464
1800.75/1805.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 862588
1800.75/1805.17	c constraints type 
1800.75/1805.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58782
1800.75/1805.17	c org.sat4j.minisat.constraints.card.AtLeast => 252
1800.75/1805.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 252
1800.75/1805.17	s UNKNOWN
1800.75/1805.17	c Total wall clock time (in seconds) : 1804.502

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067269-1247344065/watcher-2067269-1247344065 -o /tmp/evaluation-result-2067269-1247344065/solver-2067269-1247344065 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067269-1247344065.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13934
/proc/meminfo: memFree=775984/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=152 CPUtime=0
/proc/13934/stat : 13934 (java) R 13932 13934 12924 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 21473123 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 7618859 0 0 4096 0 0 0 0 17 0 0 0
/proc/13934/statm: 38 26 19 9 0 4 0

[startup+0.0292579 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13934
/proc/meminfo: memFree=775984/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=800696 CPUtime=0.02
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 2358 0 1 0 1 1 0 0 18 0 4 0 21473123 819912704 2105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 200174 2106 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101267 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13934
/proc/meminfo: memFree=775984/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=804560 CPUtime=0.09
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 3078 0 1 0 7 2 0 0 18 0 12 0 21473123 823869440 2821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 201140 2822 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30129 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13934
/proc/meminfo: memFree=775984/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=807400 CPUtime=0.3
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 4827 0 1 0 26 4 0 0 18 0 12 0 21473123 826777600 4387 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 201850 4387 1365 9 0 199177 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807400

[startup+0.701336 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13934
/proc/meminfo: memFree=775984/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=807312 CPUtime=0.7
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 6424 0 1 0 65 5 0 0 18 0 12 0 21473123 826687488 5816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 201828 5816 1388 9 0 199155 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 807312

[startup+1.50243 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 13946
/proc/meminfo: memFree=755016/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=809408 CPUtime=1.5
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 10160 0 1 0 143 7 0 0 18 0 12 0 21473123 828833792 8336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 202352 8337 1428 9 0 199679 0
[pid=13934/tid=13936] ppid=13932 vsize=809408 CPUtime=0.87
/proc/13934/task/13936/stat : 13936 (java) R 13932 13934 12924 0 -1 64 6494 0 1 0 82 5 0 0 25 0 12 0 21473124 828833792 8337 996147200 134512640 134550932 4294956016 18446744073709551615 105769362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13937] ppid=13932 vsize=809408 CPUtime=0
/proc/13934/task/13937/stat : 13937 (java) S 13932 13934 12924 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21473125 828833792 8337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13938] ppid=13932 vsize=809408 CPUtime=0
/proc/13934/task/13938/stat : 13938 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21473125 828833792 8337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13939] ppid=13932 vsize=809408 CPUtime=0
/proc/13934/task/13939/stat : 13939 (java) S 13932 13934 12924 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21473127 828833792 8337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13940] ppid=13932 vsize=809408 CPUtime=0
/proc/13934/task/13940/stat : 13940 (java) S 13932 13934 12924 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21473127 828833792 8337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13941] ppid=13932 vsize=809408 CPUtime=0
/proc/13934/task/13941/stat : 13941 (java) S 13932 13934 12924 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21473127 828833792 8337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13942] ppid=13932 vsize=809408 CPUtime=0
/proc/13934/task/13942/stat : 13942 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21473132 828833792 8337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13943] ppid=13932 vsize=809408 CPUtime=0.6
/proc/13934/task/13943/stat : 13943 (java) S 13932 13934 12924 0 -1 64 2598 0 0 0 59 1 0 0 16 0 12 0 21473132 828833792 8338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13944] ppid=13932 vsize=809408 CPUtime=0.02
/proc/13934/task/13944/stat : 13944 (java) S 13932 13934 12924 0 -1 64 325 0 0 0 2 0 0 0 16 0 12 0 21473132 828833792 8338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13934/tid=13945] ppid=13932 vsize=809408 CPUtime=0
/proc/13934/task/13945/stat : 13945 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21473132 828833792 8338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13946] ppid=13932 vsize=809408 CPUtime=0
/proc/13934/task/13946/stat : 13946 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21473132 828833792 8338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 809408

[startup+3.10262 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 13946
/proc/meminfo: memFree=738184/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=816992 CPUtime=3.1
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 20927 0 1 0 299 11 0 0 18 0 12 0 21473123 836599808 17507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 204248 17508 1431 9 0 201575 0
[pid=13934/tid=13936] ppid=13932 vsize=816992 CPUtime=1.59
/proc/13934/task/13936/stat : 13936 (java) R 13932 13934 12924 0 -1 64 13754 0 1 0 152 7 0 0 25 0 12 0 21473124 836599808 17509 996147200 134512640 134550932 4294956016 18446744073709551615 4109657123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13937] ppid=13932 vsize=816992 CPUtime=0
/proc/13934/task/13937/stat : 13937 (java) S 13932 13934 12924 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21473125 836599808 17510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13938] ppid=13932 vsize=816992 CPUtime=0
/proc/13934/task/13938/stat : 13938 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21473125 836599808 17511 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13939] ppid=13932 vsize=816992 CPUtime=0
/proc/13934/task/13939/stat : 13939 (java) S 13932 13934 12924 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21473127 836599808 17512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13940] ppid=13932 vsize=816992 CPUtime=0
/proc/13934/task/13940/stat : 13940 (java) S 13932 13934 12924 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21473127 836599808 17513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13941] ppid=13932 vsize=816992 CPUtime=0
/proc/13934/task/13941/stat : 13941 (java) S 13932 13934 12924 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21473127 836599808 17514 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13942] ppid=13932 vsize=816992 CPUtime=0
/proc/13934/task/13942/stat : 13942 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21473132 836599808 17515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13943] ppid=13932 vsize=816992 CPUtime=1.46
/proc/13934/task/13943/stat : 13943 (java) S 13932 13934 12924 0 -1 64 6088 0 0 0 144 2 0 0 20 0 12 0 21473132 836599808 17516 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13944] ppid=13932 vsize=816992 CPUtime=0.02
/proc/13934/task/13944/stat : 13944 (java) S 13932 13934 12924 0 -1 64 343 0 0 0 2 0 0 0 17 0 12 0 21473132 836599808 17516 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13945] ppid=13932 vsize=816992 CPUtime=0
/proc/13934/task/13945/stat : 13945 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21473132 836599808 17517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13946] ppid=13932 vsize=816992 CPUtime=0
/proc/13934/task/13946/stat : 13946 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21473132 836599808 17518 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 816992

[startup+6.30299 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 13946
/proc/meminfo: memFree=684616/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=815172 CPUtime=6.31
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 28788 0 1 0 615 16 0 0 18 0 13 0 21473123 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 203793 24124 1446 9 0 201120 0
[pid=13934/tid=13936] ppid=13932 vsize=815172 CPUtime=3.88
/proc/13934/task/13936/stat : 13936 (java) R 13932 13934 12924 0 -1 64 17415 0 1 0 379 9 0 0 25 0 13 0 21473124 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13937] ppid=13932 vsize=815172 CPUtime=0.07
/proc/13934/task/13937/stat : 13937 (java) S 13932 13934 12924 0 -1 64 1502 0 0 0 7 0 0 0 16 0 13 0 21473125 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13938] ppid=13932 vsize=815172 CPUtime=0.06
/proc/13934/task/13938/stat : 13938 (java) S 13932 13934 12924 0 -1 64 1877 0 0 0 6 0 0 0 16 0 13 0 21473125 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13939] ppid=13932 vsize=815172 CPUtime=0.02
/proc/13934/task/13939/stat : 13939 (java) S 13932 13934 12924 0 -1 64 27 0 0 0 1 1 0 0 16 0 13 0 21473127 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13940] ppid=13932 vsize=815172 CPUtime=0
/proc/13934/task/13940/stat : 13940 (java) S 13932 13934 12924 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21473127 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13941] ppid=13932 vsize=815172 CPUtime=0
/proc/13934/task/13941/stat : 13941 (java) S 13932 13934 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21473127 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13942] ppid=13932 vsize=815172 CPUtime=0
/proc/13934/task/13942/stat : 13942 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13943] ppid=13932 vsize=815172 CPUtime=2.22
/proc/13934/task/13943/stat : 13943 (java) R 13932 13934 12924 0 -1 64 6877 0 0 0 219 3 0 0 16 0 13 0 21473132 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 105575901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13944] ppid=13932 vsize=815172 CPUtime=0.02
/proc/13934/task/13944/stat : 13944 (java) S 13932 13934 12924 0 -1 64 343 0 0 0 2 0 0 0 17 0 13 0 21473132 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13945] ppid=13932 vsize=815172 CPUtime=0
/proc/13934/task/13945/stat : 13945 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13946] ppid=13932 vsize=815172 CPUtime=0
/proc/13934/task/13946/stat : 13946 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21473132 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13947] ppid=13932 vsize=815172 CPUtime=0
/proc/13934/task/13947/stat : 13947 (java) S 13932 13934 12924 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21473663 834736128 24124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 815172

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 13947
/proc/meminfo: memFree=676168/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=813956 CPUtime=12.7
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 31144 0 1 0 1254 16 0 0 18 0 13 0 21473123 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 203489 26173 1446 9 0 200816 0
[pid=13934/tid=13936] ppid=13932 vsize=813956 CPUtime=10.05
/proc/13934/task/13936/stat : 13936 (java) R 13932 13934 12924 0 -1 64 17418 0 1 0 996 9 0 0 25 0 13 0 21473124 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4110184895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13937] ppid=13932 vsize=813956 CPUtime=0.11
/proc/13934/task/13937/stat : 13937 (java) S 13932 13934 12924 0 -1 64 2330 0 0 0 11 0 0 0 17 0 13 0 21473125 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13938] ppid=13932 vsize=813956 CPUtime=0.09
/proc/13934/task/13938/stat : 13938 (java) S 13932 13934 12924 0 -1 64 3388 0 0 0 9 0 0 0 17 0 13 0 21473125 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13939] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13939/stat : 13939 (java) S 13932 13934 12924 0 -1 64 29 0 0 0 1 1 0 0 16 0 13 0 21473127 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13940] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13940/stat : 13940 (java) S 13932 13934 12924 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13941] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13941/stat : 13941 (java) S 13932 13934 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13942] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13942/stat : 13942 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13943] ppid=13932 vsize=813956 CPUtime=2.37
/proc/13934/task/13943/stat : 13943 (java) S 13932 13934 12924 0 -1 64 6889 0 0 0 234 3 0 0 16 0 13 0 21473132 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13944] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13944/stat : 13944 (java) S 13932 13934 12924 0 -1 64 343 0 0 0 2 0 0 0 17 0 13 0 21473132 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13945] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13945/stat : 13945 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13946] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13946/stat : 13946 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21473132 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13947] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13947/stat : 13947 (java) S 13932 13934 12924 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21473663 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 813956

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 13947
/proc/meminfo: memFree=676168/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=813956 CPUtime=25.5
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 31144 0 1 0 2534 16 0 0 18 0 13 0 21473123 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 203489 26173 1446 9 0 200816 0
[pid=13934/tid=13936] ppid=13932 vsize=813956 CPUtime=22.82
/proc/13934/task/13936/stat : 13936 (java) R 13932 13934 12924 0 -1 64 17418 0 1 0 2273 9 0 0 25 0 13 0 21473124 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4110184895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13937] ppid=13932 vsize=813956 CPUtime=0.11
/proc/13934/task/13937/stat : 13937 (java) S 13932 13934 12924 0 -1 64 2330 0 0 0 11 0 0 0 17 0 13 0 21473125 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13938] ppid=13932 vsize=813956 CPUtime=0.09
/proc/13934/task/13938/stat : 13938 (java) S 13932 13934 12924 0 -1 64 3388 0 0 0 9 0 0 0 17 0 13 0 21473125 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13939] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13939/stat : 13939 (java) S 13932 13934 12924 0 -1 64 29 0 0 0 1 1 0 0 16 0 13 0 21473127 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13940] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13940/stat : 13940 (java) S 13932 13934 12924 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 26173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13941] ppid=13932 vsize=813956 CPUtime=0

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

[pid=13934/tid=13941] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13941/stat : 13941 (java) S 13932 13934 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13942] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13942/stat : 13942 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13943] ppid=13932 vsize=813956 CPUtime=2.38
/proc/13934/task/13943/stat : 13943 (java) S 13932 13934 12924 0 -1 64 6889 0 0 0 235 3 0 0 17 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13944] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13944/stat : 13944 (java) S 13932 13934 12924 0 -1 64 343 0 0 0 2 0 0 0 17 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13945] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13945/stat : 13945 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13946] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13946/stat : 13946 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13947] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13947/stat : 13947 (java) S 13932 13934 12924 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21473663 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.81
Current children cumulated vsize (KiB) 813956

[startup+1722.3 s]
/proc/loadavg: 2.14 2.11 2.04 3/95 14028
/proc/meminfo: memFree=14992/2055920 swapFree=4192952/4192956
[pid=13934] ppid=13932 vsize=813956 CPUtime=1717.76
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 110436 0 1 0 171701 75 0 0 18 0 13 0 21473123 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 203489 104011 1446 9 0 200816 0
[pid=13934/tid=13936] ppid=13932 vsize=813956 CPUtime=1711.97
/proc/13934/task/13936/stat : 13936 (java) R 13932 13934 12924 0 -1 64 17431 0 1 0 171158 39 0 0 25 0 13 0 21473124 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4110184895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13937] ppid=13932 vsize=813956 CPUtime=1.68
/proc/13934/task/13937/stat : 13937 (java) S 13932 13934 12924 0 -1 64 38884 0 0 0 154 14 0 0 16 0 13 0 21473125 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13938] ppid=13932 vsize=813956 CPUtime=1.64
/proc/13934/task/13938/stat : 13938 (java) S 13932 13934 12924 0 -1 64 46113 0 0 0 149 15 0 0 18 0 13 0 21473125 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13939] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13939/stat : 13939 (java) S 13932 13934 12924 0 -1 64 29 0 0 0 1 1 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13940] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13940/stat : 13940 (java) S 13932 13934 12924 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13941] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13941/stat : 13941 (java) S 13932 13934 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13942] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13942/stat : 13942 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13943] ppid=13932 vsize=813956 CPUtime=2.38
/proc/13934/task/13943/stat : 13943 (java) S 13932 13934 12924 0 -1 64 6889 0 0 0 235 3 0 0 17 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13944] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13944/stat : 13944 (java) S 13932 13934 12924 0 -1 64 343 0 0 0 2 0 0 0 17 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13945] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13945/stat : 13945 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13946] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13946/stat : 13946 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13947] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13947/stat : 13947 (java) S 13932 13934 12924 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21473663 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.76
Current children cumulated vsize (KiB) 813956

[startup+1782.3 s]
/proc/loadavg: 2.12 2.10 2.03 3/95 14028
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=13934] ppid=13932 vsize=813956 CPUtime=1777.71
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 110436 0 1 0 177688 83 0 0 18 0 13 0 21473123 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 203489 104011 1446 9 0 200816 0
[pid=13934/tid=13936] ppid=13932 vsize=813956 CPUtime=1771.91
/proc/13934/task/13936/stat : 13936 (java) R 13932 13934 12924 0 -1 64 17431 0 1 0 177144 47 0 0 25 0 13 0 21473124 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4109779834 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13937] ppid=13932 vsize=813956 CPUtime=1.68
/proc/13934/task/13937/stat : 13937 (java) S 13932 13934 12924 0 -1 64 38884 0 0 0 154 14 0 0 16 0 13 0 21473125 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13938] ppid=13932 vsize=813956 CPUtime=1.64
/proc/13934/task/13938/stat : 13938 (java) S 13932 13934 12924 0 -1 64 46113 0 0 0 149 15 0 0 18 0 13 0 21473125 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13939] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13939/stat : 13939 (java) S 13932 13934 12924 0 -1 64 29 0 0 0 1 1 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13940] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13940/stat : 13940 (java) S 13932 13934 12924 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13941] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13941/stat : 13941 (java) S 13932 13934 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13942] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13942/stat : 13942 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13943] ppid=13932 vsize=813956 CPUtime=2.38
/proc/13934/task/13943/stat : 13943 (java) S 13932 13934 12924 0 -1 64 6889 0 0 0 235 3 0 0 17 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13944] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13944/stat : 13944 (java) S 13932 13934 12924 0 -1 64 343 0 0 0 2 0 0 0 17 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13945] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13945/stat : 13945 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13946] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13946/stat : 13946 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13947] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13947/stat : 13947 (java) S 13932 13934 12924 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21473663 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.71
Current children cumulated vsize (KiB) 813956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.7 s]
/proc/loadavg: 2.20 2.12 2.04 3/87 14030
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=13934] ppid=13932 vsize=813956 CPUtime=1800.09
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 110436 0 1 0 179923 86 0 0 18 0 13 0 21473123 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13934/statm: 203489 104011 1446 9 0 200816 0
[pid=13934/tid=13936] ppid=13932 vsize=813956 CPUtime=1794.28
/proc/13934/task/13936/stat : 13936 (java) R 13932 13934 12924 0 -1 64 17431 0 1 0 179379 49 0 0 25 0 13 0 21473124 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4110184895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13934/tid=13937] ppid=13932 vsize=813956 CPUtime=1.68
/proc/13934/task/13937/stat : 13937 (java) S 13932 13934 12924 0 -1 64 38884 0 0 0 154 14 0 0 16 0 13 0 21473125 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13938] ppid=13932 vsize=813956 CPUtime=1.64
/proc/13934/task/13938/stat : 13938 (java) S 13932 13934 12924 0 -1 64 46113 0 0 0 149 15 0 0 18 0 13 0 21473125 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13939] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13939/stat : 13939 (java) S 13932 13934 12924 0 -1 64 29 0 0 0 1 1 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13940] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13940/stat : 13940 (java) S 13932 13934 12924 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13941] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13941/stat : 13941 (java) S 13932 13934 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21473127 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13942] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13942/stat : 13942 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13943] ppid=13932 vsize=813956 CPUtime=2.38
/proc/13934/task/13943/stat : 13943 (java) S 13932 13934 12924 0 -1 64 6889 0 0 0 235 3 0 0 17 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13944] ppid=13932 vsize=813956 CPUtime=0.02
/proc/13934/task/13944/stat : 13944 (java) S 13932 13934 12924 0 -1 64 343 0 0 0 2 0 0 0 17 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13945] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13945/stat : 13945 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13946] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13946/stat : 13946 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21473132 833490944 104011 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13947] ppid=13932 vsize=813956 CPUtime=0
/proc/13934/task/13947/stat : 13947 (java) S 13932 13934 12924 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 21473663 833490944 104011 996147200 134512640 134550932 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) 813956

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

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

[startup+1805 s]
/proc/loadavg: 2.20 2.12 2.04 3/90 14033
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=13934] ppid=13932 vsize=814604 CPUtime=1800.62
/proc/13934/stat : 13934 (java) S 13932 13934 12924 0 -1 0 110453 0 1 0 179976 86 0 0 16 0 15 0 21473123 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13934/statm: 203651 104028 1446 9 0 200978 0
[pid=13934/tid=13936] ppid=13932 vsize=814604 CPUtime=1794.57
/proc/13934/task/13936/stat : 13936 (java) R 13932 13934 12924 0 -1 64 17431 0 1 0 179408 49 0 0 25 0 15 0 21473124 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4110184906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13934/tid=13937] ppid=13932 vsize=814604 CPUtime=1.68
/proc/13934/task/13937/stat : 13937 (java) S 13932 13934 12924 0 -1 64 38884 0 0 0 154 14 0 0 16 0 15 0 21473125 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13938] ppid=13932 vsize=814604 CPUtime=1.64
/proc/13934/task/13938/stat : 13938 (java) S 13932 13934 12924 0 -1 64 46113 0 0 0 149 15 0 0 18 0 15 0 21473125 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13939] ppid=13932 vsize=814604 CPUtime=0.02
/proc/13934/task/13939/stat : 13939 (java) S 13932 13934 12924 0 -1 64 29 0 0 0 1 1 0 0 16 0 15 0 21473127 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13940] ppid=13932 vsize=814604 CPUtime=0
/proc/13934/task/13940/stat : 13940 (java) S 13932 13934 12924 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 21473127 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13941] ppid=13932 vsize=814604 CPUtime=0
/proc/13934/task/13941/stat : 13941 (java) S 13932 13934 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 21473127 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13942] ppid=13932 vsize=814604 CPUtime=0
/proc/13934/task/13942/stat : 13942 (java) S 13932 13934 12924 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 21473132 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13934/tid=13943] ppid=13932 vsize=814604 CPUtime=2.4
/proc/13934/task/13943/stat : 13943 (java) S 13932 13934 12924 0 -1 64 6889 0 0 0 237 3 0 0 16 0 15 0 21473132 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13944] ppid=13932 vsize=814604 CPUtime=0.02
/proc/13934/task/13944/stat : 13944 (java) S 13932 13934 12924 0 -1 64 343 0 0 0 2 0 0 0 17 0 15 0 21473132 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13945] ppid=13932 vsize=814604 CPUtime=0
/proc/13934/task/13945/stat : 13945 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 21473132 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13946] ppid=13932 vsize=814604 CPUtime=0
/proc/13934/task/13946/stat : 13946 (java) S 13932 13934 12924 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 21473132 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13934/tid=13947] ppid=13932 vsize=814604 CPUtime=0
/proc/13934/task/13947/stat : 13947 (java) S 13932 13934 12924 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 21473663 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13934/tid=14032] ppid=13932 vsize=814604 CPUtime=0
/proc/13934/task/14032/stat : 14032 (java) S 13932 13934 12924 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 21653595 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13934/tid=14033] ppid=13932 vsize=814604 CPUtime=0.21
/proc/13934/task/14033/stat : 14033 (java) R 13932 13934 12924 0 -1 64 6 0 0 0 21 0 0 0 19 0 15 0 21653595 834154496 104028 996147200 134512640 134550932 4294956016 18446744073709551615 4109770512 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 814604

[startup+1805.2 s]
/proc/loadavg: 2.20 2.12 2.04 3/90 14033
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=13934] ppid=13932 vsize=0 CPUtime=1800.87
/proc/13934/stat : 13934 (java) Z 13932 13934 12924 0 -1 1036 110457 0 1 0 180001 86 0 0 16 0 2 0 21473123 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13934/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1805.27
CPU time (s): 1800.95
CPU user time (s): 1800.01
CPU system time (s): 0.933858
CPU usage (%): 99.7607
Max. virtual memory (cumulated for all children) (KiB): 819248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.933858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110457
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37551
involuntary context switches= 45742

runsolver used 2.53861 second user time and 5.9301 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-11 22:27:45
IDJOB=2067269
IDBENCH=54633
IDSOLVER=731
FILE ID=node20/2067269-1247344065
PBS_JOBID= 9506703
Free space on /tmp= 66280 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-14-12.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067269-1247344065/watcher-2067269-1247344065 -o /tmp/evaluation-result-2067269-1247344065/solver-2067269-1247344065 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067269-1247344065.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5e459cb24b9505f34c277661767e10ef
RANDOM SEED=1340000054

node20.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.236
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.236
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:        776464 kB
Buffers:         68548 kB
Cached:        1115264 kB
SwapCached:          0 kB
Active:         145168 kB
Inactive:      1077812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        776464 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:          59584 kB
Slab:            41480 kB
Committed_AS:   194144 kB
PageTables:       1900 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= 64856 MiB
End job on node20 at 2009-07-11 22:57:52