Trace number 2067511

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.23 1806.22

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-p0282.xml
MD5SUM6ff0e768af3ecfe7353aa428f63bc1dd
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.054991
Satisfiable
(Un)Satisfiability was proved
Number of variables282
Number of constraints221
Maximum constraint arity57
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension221
Global constraints used (with number of constraints)

Solver Data

0.08/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.16	c See www.sat4j.org for details.
0.08/0.16	c That software uses the Rhino library from the Mozilla project.
0.08/0.18	c version 2.1.1.v20090622
0.08/0.18	c sun.arch.data.model	32
0.08/0.18	c java.version	1.6.0_12
0.08/0.18	c os.name	Linux
0.08/0.18	c os.version	2.6.9-22.EL.rootsmp
0.08/0.18	c os.arch	i386
0.08/0.18	c Free memory 671000808
0.08/0.18	c Max memory 672137216
0.08/0.18	c Total memory 672137216
0.08/0.18	c Number of processors 2
0.18/0.27	c c --- Begin Solver configuration ---
0.18/0.27	c Stops conflict analysis at the first Unique Implication Point
0.18/0.27	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.27	c Learn all clauses as in MiniSAT
0.18/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.27	c Expensive reason simplification
0.18/0.27	c MiniSAT restarts strategy
0.18/0.27	c Memory based learned constraints deletion strategy
0.18/0.27	c timeout=2147483s
0.18/0.27	c DB Simplification allowed=false
0.18/0.27	c --- End Solver configuration ---
0.18/0.27	c solving HOME/instance-2067511-1247344910.xml
0.18/0.27	c reading problem ... 
0.48/0.54	c reading problem named null
0.48/0.55	c reading domains done.
0.48/0.55	c reading variables done.
0.58/0.64	c reading predicates  done.
0.88/0.97	c reading constraints
1800.01/1806.01	c starts		: 0
1800.01/1806.03	c conflicts		: 0
1800.01/1806.03	c decisions		: 0
1800.01/1806.03	c propagations		: 0
1800.01/1806.03	c inspects		: 0
1800.01/1806.03	c learnt literals	: 0
1800.01/1806.03	c learnt binary clauses	: 0
1800.01/1806.03	c learnt ternary clauses	: 0
1800.01/1806.03	c learnt clauses	: 0
1800.01/1806.03	c ignored clauses	: 0
1800.01/1806.03	c root simplifications	: 0
1800.01/1806.03	c removed literals (reason simplification)	: 0
1800.01/1806.03	c reason swapping (by a shorter reason)	: 0
1800.01/1806.03	c Calls to reduceDB	: 0
1800.01/1806.03	c speed (assignments/second)	: 0.0
1800.01/1806.03	c non guided choices	0
1800.01/1806.07	c learnt constraints type 
1800.01/1806.07	c constraints type 
1800.01/1806.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3900119
1800.01/1806.07	c org.sat4j.minisat.constraints.card.AtLeast => 282
1800.01/1806.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 636
1800.01/1806.07	s UNKNOWN
1800.01/1806.07	c Total wall clock time (in seconds) : 1805.741

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-2067511-1247344910/watcher-2067511-1247344910 -o /tmp/evaluation-result-2067511-1247344910/solver-2067511-1247344910 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067511-1247344910.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.18 2.06 2.01 4/82 20120
/proc/meminfo: memFree=1356824/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=18576 CPUtime=0
/proc/20120/stat : 20120 (runsolver) R 20118 20120 18019 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 21554643 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/20120/statm: 4644 284 249 26 0 2626 0

[startup+0.0870099 s]
/proc/loadavg: 2.18 2.06 2.01 4/82 20120
/proc/meminfo: memFree=1356824/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=802164 CPUtime=0.06
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 2780 0 1 0 4 2 0 0 18 0 7 0 21554643 821415936 2525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 200541 2525 1032 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101017 s]
/proc/loadavg: 2.18 2.06 2.01 4/82 20120
/proc/meminfo: memFree=1356824/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=802164 CPUtime=0.08
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 2868 0 1 0 5 3 0 0 18 0 7 0 21554643 821415936 2613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 200541 2613 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.301032 s]
/proc/loadavg: 2.18 2.06 2.01 4/82 20120
/proc/meminfo: memFree=1356824/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=805628 CPUtime=0.28
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 4123 0 1 0 24 4 0 0 18 0 12 0 21554643 824963072 3860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 201407 3860 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701064 s]
/proc/loadavg: 2.18 2.06 2.01 4/82 20120
/proc/meminfo: memFree=1356824/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=807296 CPUtime=0.68
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 5674 0 1 0 61 7 0 0 18 0 12 0 21554643 826671104 5167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 201824 5167 1386 9 0 199151 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807296

[startup+1.50214 s]
/proc/loadavg: 2.18 2.06 2.01 3/94 20132
/proc/meminfo: memFree=1325368/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=807964 CPUtime=1.47
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 7574 0 1 0 139 8 0 0 18 0 12 0 21554643 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 201991 6424 1407 9 0 199318 0
[pid=20120/tid=20122] ppid=20118 vsize=807964 CPUtime=0.93
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 5047 0 1 0 87 6 0 0 21 0 12 0 21554645 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20123] ppid=20118 vsize=807964 CPUtime=0
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21554646 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20124] ppid=20118 vsize=807964 CPUtime=0
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21554646 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20125] ppid=20118 vsize=807964 CPUtime=0
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21554648 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20126] ppid=20118 vsize=807964 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21554649 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=807964 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21554649 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=807964 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=807964 CPUtime=0
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 18019 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21554654 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20130] ppid=20118 vsize=807964 CPUtime=0.51
/proc/20120/task/20130/stat : 20130 (java) R 20118 20120 18019 0 -1 64 1773 0 0 0 51 0 0 0 16 0 12 0 21554654 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 104139979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20131] ppid=20118 vsize=807964 CPUtime=0
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21554654 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20132] ppid=20118 vsize=807964 CPUtime=0
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21554654 827355136 6424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807964

[startup+3.10228 s]
/proc/loadavg: 2.18 2.06 2.01 3/94 20132
/proc/meminfo: memFree=1303864/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=815012 CPUtime=3.05
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 16859 0 1 0 293 12 0 0 18 0 12 0 21554643 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 203753 13510 1430 9 0 201080 0
[pid=20120/tid=20122] ppid=20118 vsize=815012 CPUtime=1.66
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 10623 0 1 0 156 10 0 0 25 0 12 0 21554645 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20123] ppid=20118 vsize=815012 CPUtime=0
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21554646 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20124] ppid=20118 vsize=815012 CPUtime=0
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21554646 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20125] ppid=20118 vsize=815012 CPUtime=0
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21554648 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20126] ppid=20118 vsize=815012 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21554649 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=815012 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21554649 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=815012 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=815012 CPUtime=0.03
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 18019 0 -1 64 29 0 0 0 3 0 0 0 17 0 12 0 21554654 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20130] ppid=20118 vsize=815012 CPUtime=1.34
/proc/20120/task/20130/stat : 20130 (java) R 20118 20120 18019 0 -1 64 5466 0 0 0 133 1 0 0 18 0 12 0 21554654 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20131] ppid=20118 vsize=815012 CPUtime=0
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21554654 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20132] ppid=20118 vsize=815012 CPUtime=0
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21554654 834572288 13510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815012

[startup+6.30155 s]
/proc/loadavg: 2.17 2.06 2.01 3/94 20132
/proc/meminfo: memFree=1197304/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=819492 CPUtime=6.23
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 30120 0 1 0 604 19 0 0 18 0 12 0 21554643 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 204873 25131 1439 9 0 202200 0
[pid=20120/tid=20122] ppid=20118 vsize=819492 CPUtime=4.18
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 17397 0 1 0 405 13 0 0 25 0 12 0 21554645 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4109669357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20123] ppid=20118 vsize=819492 CPUtime=0.07
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 2022 0 0 0 7 0 0 0 16 0 12 0 21554646 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20124] ppid=20118 vsize=819492 CPUtime=0.04
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 1277 0 0 0 4 0 0 0 16 0 12 0 21554646 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20125] ppid=20118 vsize=819492 CPUtime=0
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 21554648 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20126] ppid=20118 vsize=819492 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21554649 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=819492 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21554649 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=819492 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=819492 CPUtime=0.06
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 18019 0 -1 64 233 0 0 0 6 0 0 0 16 0 12 0 21554654 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20130] ppid=20118 vsize=819492 CPUtime=1.83
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 18019 0 -1 64 8421 0 0 0 180 3 0 0 23 0 12 0 21554654 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20131] ppid=20118 vsize=819492 CPUtime=0
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21554654 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20132] ppid=20118 vsize=819492 CPUtime=0
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21554654 839159808 25131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 819492

[startup+12.7021 s]
/proc/loadavg: 2.15 2.06 2.01 3/94 20132
/proc/meminfo: memFree=1082168/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=821068 CPUtime=12.59
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 38162 0 1 0 1236 23 0 0 18 0 12 0 21554643 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 205267 31657 1439 9 0 202594 0
[pid=20120/tid=20122] ppid=20118 vsize=821068 CPUtime=9.11
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 17409 0 1 0 898 13 0 0 25 0 12 0 21554645 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4109585533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20123] ppid=20118 vsize=821068 CPUtime=0.23
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 4279 0 0 0 22 1 0 0 16 0 12 0 21554646 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20124] ppid=20118 vsize=821068 CPUtime=0.22
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 5067 0 0 0 20 2 0 0 16 0 12 0 21554646 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20125] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 21554648 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20126] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=821068 CPUtime=0.06
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 18019 0 -1 64 233 0 0 0 6 0 0 0 16 0 12 0 21554654 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20130] ppid=20118 vsize=821068 CPUtime=2.9
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 18019 0 -1 64 10398 0 0 0 286 4 0 0 25 0 12 0 21554654 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20131] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21554654 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20132] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21554654 840773632 31657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 821068

[startup+25.5022 s]
/proc/loadavg: 2.39 2.12 2.03 3/94 20132
/proc/meminfo: memFree=880184/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=821068 CPUtime=25.3
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 46031 0 1 0 2501 29 0 0 18 0 12 0 21554643 840773632 39479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 205267 39479 1439 9 0 202594 0
[pid=20120/tid=20122] ppid=20118 vsize=821068 CPUtime=21.36
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 17430 0 1 0 2120 16 0 0 25 0 12 0 21554645 840773632 39479 996147200 134512640 134550932 4294956016 18446744073709551615 4109589263 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=821068 CPUtime=0.42
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 8277 0 0 0 39 3 0 0 16 0 12 0 21554646 840773632 39479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=821068 CPUtime=0.48
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 8917 0 0 0 45 3 0 0 16 0 12 0 21554646 840773632 39479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 37 0 0 0 0 0 0 0 15 0 12 0 21554648 840773632 39479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 39479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 39479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 840773632 39479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=821068 CPUtime=0.06

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

/proc/meminfo: memFree=1058784/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=821068 CPUtime=1597.17
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 184860 0 1 0 159565 152 0 0 18 0 12 0 21554643 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 205267 174658 1441 9 0 202594 0
[pid=20120/tid=20122] ppid=20118 vsize=821068 CPUtime=1478.56
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 19302 0 1 0 147802 54 0 0 25 0 12 0 21554645 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4109685365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20123] ppid=20118 vsize=821068 CPUtime=55.21
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 78074 0 0 0 5484 37 0 0 16 0 12 0 21554646 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20124] ppid=20118 vsize=821068 CPUtime=57.49
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 76069 0 0 0 5710 39 0 0 15 0 12 0 21554646 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20125] ppid=20118 vsize=821068 CPUtime=2.87
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 45 0 0 0 273 14 0 0 15 0 12 0 21554648 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20126] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=821068 CPUtime=0.06
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 18019 0 -1 64 233 0 0 0 6 0 0 0 16 0 12 0 21554654 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20130] ppid=20118 vsize=821068 CPUtime=2.9
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 18019 0 -1 64 10398 0 0 0 286 4 0 0 25 0 12 0 21554654 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20131] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21554654 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20132] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21554654 840773632 174658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.17
Current children cumulated vsize (KiB) 821068

[startup+1662.3 s]
/proc/loadavg: 2.23 2.23 2.17 3/94 20243
/proc/meminfo: memFree=1056288/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=821068 CPUtime=1656.92
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 185122 0 1 0 165538 154 0 0 18 0 12 0 21554643 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 205267 174852 1441 9 0 202594 0
[pid=20120/tid=20122] ppid=20118 vsize=821068 CPUtime=1528.59
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 19370 0 1 0 152805 54 0 0 25 0 12 0 21554645 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4109577520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=821068 CPUtime=56.28
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 78074 0 0 0 5591 37 0 0 16 0 12 0 21554646 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=821068 CPUtime=58.92
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 76069 0 0 0 5853 39 0 0 16 0 12 0 21554646 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=821068 CPUtime=10.09
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 239 0 0 0 993 16 0 0 15 0 12 0 21554648 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=821068 CPUtime=0.06
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 18019 0 -1 64 233 0 0 0 6 0 0 0 16 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20130] ppid=20118 vsize=821068 CPUtime=2.9
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 18019 0 -1 64 10398 0 0 0 286 4 0 0 25 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20131] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20132] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.92
Current children cumulated vsize (KiB) 821068

[startup+1722.3 s]
/proc/loadavg: 2.25 2.23 2.18 3/94 20243
/proc/meminfo: memFree=1056032/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=821068 CPUtime=1716.71
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 185205 0 1 0 171516 155 0 0 18 0 12 0 21554643 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 205267 174852 1441 9 0 202594 0
[pid=20120/tid=20122] ppid=20118 vsize=821068 CPUtime=1584.57
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 19453 0 1 0 158403 54 0 0 25 0 12 0 21554645 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4109531309 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=821068 CPUtime=58.44
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 78074 0 0 0 5806 38 0 0 16 0 12 0 21554646 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=821068 CPUtime=60.57
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 76069 0 0 0 6017 40 0 0 16 0 12 0 21554646 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=821068 CPUtime=10.1
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 239 0 0 0 994 16 0 0 15 0 12 0 21554648 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=821068 CPUtime=0.06
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 18019 0 -1 64 233 0 0 0 6 0 0 0 16 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20130] ppid=20118 vsize=821068 CPUtime=2.9
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 18019 0 -1 64 10398 0 0 0 286 4 0 0 25 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20131] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20132] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.71
Current children cumulated vsize (KiB) 821068

[startup+1782.3 s]
/proc/loadavg: 2.37 2.28 2.19 3/94 20243
/proc/meminfo: memFree=1053792/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=821068 CPUtime=1776.41
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 185282 0 1 0 177485 156 0 0 18 0 12 0 21554643 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 205267 174852 1441 9 0 202594 0
[pid=20120/tid=20122] ppid=20118 vsize=821068 CPUtime=1641.71
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 19530 0 1 0 164116 55 0 0 25 0 12 0 21554645 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4109589269 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=821068 CPUtime=59.95
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 78074 0 0 0 5957 38 0 0 16 0 12 0 21554646 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=821068 CPUtime=61.6
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 76069 0 0 0 6120 40 0 0 16 0 12 0 21554646 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=821068 CPUtime=10.13
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 239 0 0 0 996 17 0 0 15 0 12 0 21554648 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=821068 CPUtime=0.06
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 18019 0 -1 64 233 0 0 0 6 0 0 0 16 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20130] ppid=20118 vsize=821068 CPUtime=2.9
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 18019 0 -1 64 10398 0 0 0 286 4 0 0 25 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20131] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20132] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20132/stat : 20132 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.41
Current children cumulated vsize (KiB) 821068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.37 2.29 2.20 3/94 20243
/proc/meminfo: memFree=1053088/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=821068 CPUtime=1800.01
/proc/20120/stat : 20120 (java) S 20118 20120 18019 0 -1 0 185312 0 1 0 179844 157 0 0 18 0 12 0 21554643 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 205267 174852 1441 9 0 202594 0
[pid=20120/tid=20122] ppid=20118 vsize=821068 CPUtime=1664.54
/proc/20120/task/20122/stat : 20122 (java) R 20118 20120 18019 0 -1 64 19560 0 1 0 166399 55 0 0 25 0 12 0 21554645 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4109577439 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20123] ppid=20118 vsize=821068 CPUtime=60.37
/proc/20120/task/20123/stat : 20123 (java) S 20118 20120 18019 0 -1 64 78074 0 0 0 5999 38 0 0 16 0 12 0 21554646 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20124] ppid=20118 vsize=821068 CPUtime=61.94
/proc/20120/task/20124/stat : 20124 (java) S 20118 20120 18019 0 -1 64 76069 0 0 0 6154 40 0 0 16 0 12 0 21554646 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20125] ppid=20118 vsize=821068 CPUtime=10.13
/proc/20120/task/20125/stat : 20125 (java) S 20118 20120 18019 0 -1 64 239 0 0 0 996 17 0 0 15 0 12 0 21554648 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20120/tid=20126] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20126/stat : 20126 (java) S 20118 20120 18019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20127] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20127/stat : 20127 (java) S 20118 20120 18019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21554649 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20128] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20128/stat : 20128 (java) S 20118 20120 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20129] ppid=20118 vsize=821068 CPUtime=0.06
/proc/20120/task/20129/stat : 20129 (java) S 20118 20120 18019 0 -1 64 233 0 0 0 6 0 0 0 16 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20130] ppid=20118 vsize=821068 CPUtime=2.9
/proc/20120/task/20130/stat : 20130 (java) S 20118 20120 18019 0 -1 64 10398 0 0 0 286 4 0 0 25 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20131] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20131/stat : 20131 (java) S 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20120/tid=20132] ppid=20118 vsize=821068 CPUtime=0
/proc/20120/task/20132/stat : 20132 (java) R 20118 20120 18019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21554654 840773632 174852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 821068

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

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

[startup+1806.21 s]
/proc/loadavg: 2.37 2.29 2.20 3/85 20246
/proc/meminfo: memFree=1053968/2055920 swapFree=4192812/4192956
[pid=20120] ppid=20118 vsize=0 CPUtime=1800.21
/proc/20120/stat : 20120 (java) Z 20118 20120 18019 0 -1 1036 185333 0 1 0 179855 166 0 0 15 0 2 0 21554643 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20120/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1806.22
CPU time (s): 1800.23
CPU user time (s): 1798.55
CPU system time (s): 1.67774
CPU usage (%): 99.6681
Max. virtual memory (cumulated for all children) (KiB): 824240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.67774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185333
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= 71750
involuntary context switches= 79372

runsolver used 2.41363 second user time and 5.86811 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-11 22:41:50
IDJOB=2067511
IDBENCH=54668
IDSOLVER=731
FILE ID=node50/2067511-1247344910
PBS_JOBID= 9506677
Free space on /tmp= 65960 MiB

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

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

MD5SUM BENCH= 6ff0e768af3ecfe7353aa428f63bc1dd
RANDOM SEED=1565289285

node50.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.231
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.231
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:       1357368 kB
Buffers:         24864 kB
Cached:         574080 kB
SwapCached:          0 kB
Active:         592140 kB
Inactive:        43260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1357368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207588 kB
Writeback:           0 kB
Mapped:          57820 kB
Slab:            48248 kB
Committed_AS:   219736 kB
PageTables:       2016 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= 66420 MiB
End job on node50 at 2009-07-11 23:11:58