Trace number 2067698

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.18 1800.88

General information on the benchmark

Namecsp/pseudo/course/
normalized-ws97-3.xml
MD5SUM6b29740823b1b2ba28b05996f386f881
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.03684
Satisfiable
(Un)Satisfiability was proved
Number of variables3300
Number of constraints2572
Maximum constraint arity220
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2572
Global constraints used (with number of constraints)

Solver Data

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

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-2067698-1247345283/watcher-2067698-1247345283 -o /tmp/evaluation-result-2067698-1247345283/solver-2067698-1247345283 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067698-1247345283.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.27 2.06 2.02 4/84 18417
/proc/meminfo: memFree=1760144/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=152 CPUtime=0
/proc/18417/stat : 18417 (java) R 18415 18417 16662 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 21593646 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 7708971 0 0 4096 0 0 0 0 17 0 0 0
/proc/18417/statm: 38 26 19 9 0 4 0

[startup+0.079132 s]
/proc/loadavg: 2.27 2.06 2.02 4/84 18417
/proc/meminfo: memFree=1760144/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=802164 CPUtime=0.07
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 2852 0 1 0 5 2 0 0 18 0 7 0 21593646 821415936 2597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 200541 2598 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101133 s]
/proc/loadavg: 2.27 2.06 2.02 4/84 18417
/proc/meminfo: memFree=1760144/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=804560 CPUtime=0.09
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 3051 0 1 0 7 2 0 0 18 0 12 0 21593646 823869440 2794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 201140 2794 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301157 s]
/proc/loadavg: 2.27 2.06 2.02 4/84 18417
/proc/meminfo: memFree=1760144/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=805896 CPUtime=0.28
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 4395 0 1 0 25 3 0 0 18 0 12 0 21593646 825237504 4132 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 201474 4132 1363 9 0 198801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805896

[startup+0.701203 s]
/proc/loadavg: 2.27 2.06 2.02 4/84 18417
/proc/meminfo: memFree=1760144/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=807412 CPUtime=0.68
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 5515 0 1 0 64 4 0 0 18 0 12 0 21593646 826789888 4976 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 201853 4976 1392 9 0 199180 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807412

[startup+1.5051 s]
/proc/loadavg: 2.27 2.06 2.02 4/96 18429
/proc/meminfo: memFree=1744816/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=809996 CPUtime=1.49
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 7760 0 1 0 144 5 0 0 18 0 12 0 21593646 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 202499 6284 1408 9 0 199826 0
[pid=18417/tid=18419] ppid=18415 vsize=809996 CPUtime=0.79
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 4158 0 1 0 76 3 0 0 25 0 12 0 21593648 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=809996 CPUtime=0
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 21593649 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=809996 CPUtime=0
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 21593649 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=809996 CPUtime=0
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21593650 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=809996 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21593651 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=809996 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21593651 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=809996 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=809996 CPUtime=0.04
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16662 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 21593655 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=809996 CPUtime=0.63
/proc/18417/task/18427/stat : 18427 (java) R 18415 18417 16662 0 -1 64 2604 0 0 0 63 0 0 0 16 0 12 0 21593655 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 102192192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=809996 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=809996 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 829435904 6284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809996

[startup+3.10249 s]
/proc/loadavg: 2.27 2.06 2.02 3/96 18429
/proc/meminfo: memFree=1735344/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=811308 CPUtime=3.08
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 12085 0 1 0 301 7 0 0 18 0 12 0 21593646 830779392 8789 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 202827 8790 1421 9 0 200154 0
[pid=18417/tid=18419] ppid=18415 vsize=811308 CPUtime=1.44
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 6236 0 1 0 140 4 0 0 25 0 12 0 21593648 830779392 8790 996147200 134512640 134550932 4294956016 18446744073709551615 4109760855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=811308 CPUtime=0
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 21593649 830779392 8790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=811308 CPUtime=0
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 21593649 830779392 8790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=811308 CPUtime=0
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21593650 830779392 8790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=811308 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21593651 830779392 8790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=811308 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21593651 830779392 8790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=811308 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 830779392 8791 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=811308 CPUtime=0.04
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16662 0 -1 64 258 0 0 0 4 0 0 0 18 0 12 0 21593655 830779392 8791 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=811308 CPUtime=1.57
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16662 0 -1 64 4852 0 0 0 156 1 0 0 17 0 12 0 21593655 830779392 8791 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=811308 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 830779392 8791 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=811308 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 830779392 8791 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 811308

[startup+6.30186 s]
/proc/loadavg: 2.33 2.08 2.02 4/96 18429
/proc/meminfo: memFree=1698288/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=813600 CPUtime=6.28
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 27975 0 1 0 613 15 0 0 18 0 12 0 21593646 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 203400 21746 1450 9 0 200727 0
[pid=18417/tid=18419] ppid=18415 vsize=813600 CPUtime=3.06
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 17245 0 1 0 296 10 0 0 25 0 12 0 21593648 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4110093671 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=813600 CPUtime=0.02
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 920 0 0 0 2 0 0 0 17 0 12 0 21593649 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=813600 CPUtime=0.01
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 321 0 0 0 1 0 0 0 17 0 12 0 21593649 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=813600 CPUtime=0
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21593650 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=813600 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21593651 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=813600 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21593651 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=813600 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=813600 CPUtime=0.32
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16662 0 -1 64 1018 0 0 0 32 0 0 0 17 0 12 0 21593655 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=813600 CPUtime=2.82
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16662 0 -1 64 7719 0 0 0 279 3 0 0 18 0 12 0 21593655 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=813600 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=813600 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 833126400 21746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 813600

[startup+12.7026 s]
/proc/loadavg: 2.30 2.08 2.02 3/96 18429
/proc/meminfo: memFree=1650992/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=824396 CPUtime=12.67
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 37515 0 1 0 1248 19 0 0 18 0 12 0 21593646 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 206099 30844 1450 9 0 203426 0
[pid=18417/tid=18419] ppid=18415 vsize=824396 CPUtime=8.56
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 17301 0 1 0 846 10 0 0 25 0 12 0 21593648 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 103610362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=824396 CPUtime=0.23
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 4399 0 0 0 22 1 0 0 17 0 12 0 21593649 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=824396 CPUtime=0.21
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 3635 0 0 0 20 1 0 0 17 0 12 0 21593649 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=824396 CPUtime=0
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 21593650 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=824396 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21593651 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=824396 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21593651 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=824396 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=824396 CPUtime=0.32
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16662 0 -1 64 1031 0 0 0 32 0 0 0 16 0 12 0 21593655 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=824396 CPUtime=3.29
/proc/18417/task/18427/stat : 18427 (java) R 18415 18417 16662 0 -1 64 10385 0 0 0 325 4 0 0 19 0 12 0 21593655 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 106115921 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=824396 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=824396 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 844181504 30844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 824396

[startup+25.5011 s]
/proc/loadavg: 2.30 2.09 2.03 3/96 18429
/proc/meminfo: memFree=1633264/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=831776 CPUtime=25.47
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 40508 0 1 0 2526 21 0 0 18 0 12 0 21593646 851738624 32835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 207944 32835 1450 9 0 205271 0
[pid=18417/tid=18419] ppid=18415 vsize=831776 CPUtime=19.55
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 17315 0 1 0 1945 10 0 0 25 0 12 0 21593648 851738624 32835 996147200 134512640 134550932 4294956016 18446744073709551615 4109853868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=831776 CPUtime=0.24
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 4406 0 0 0 23 1 0 0 17 0 12 0 21593649 851738624 32835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=831776 CPUtime=0.22
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 3645 0 0 0 21 1 0 0 16 0 12 0 21593649 851738624 32835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=831776 CPUtime=0.01
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 28 0 0 0 1 0 0 0 17 0 12 0 21593650 851738624 32835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 32835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 32835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 32835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=831776 CPUtime=0.32

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

[pid=18417/tid=18428] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 851738624 34026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 831776

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 18468
/proc/meminfo: memFree=1720320/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=831776 CPUtime=1601.66
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 42979 0 1 0 160124 42 0 0 18 0 12 0 21593646 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 207944 34073 1450 9 0 205271 0
[pid=18417/tid=18419] ppid=18415 vsize=831776 CPUtime=1593.12
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 18549 0 1 0 159296 16 0 0 25 0 12 0 21593648 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4109853868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=831776 CPUtime=1.41
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 5022 0 0 0 138 3 0 0 17 0 12 0 21593649 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=831776 CPUtime=1.36
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 4266 0 0 0 133 3 0 0 16 0 12 0 21593649 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=831776 CPUtime=0.31
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 28 0 0 0 21 10 0 0 16 0 12 0 21593650 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=831776 CPUtime=0.32
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16662 0 -1 64 1031 0 0 0 32 0 0 0 16 0 12 0 21593655 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=831776 CPUtime=5.07
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16662 0 -1 64 13343 0 0 0 501 6 0 0 25 0 12 0 21593655 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 851738624 34073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 831776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 18468
/proc/meminfo: memFree=1720128/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=831776 CPUtime=1661.63
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 43073 0 1 0 166121 42 0 0 18 0 12 0 21593646 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 207944 34120 1450 9 0 205271 0
[pid=18417/tid=18419] ppid=18415 vsize=831776 CPUtime=1653
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 18596 0 1 0 165284 16 0 0 25 0 12 0 21593648 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4109853868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=831776 CPUtime=1.45
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 5046 0 0 0 142 3 0 0 17 0 12 0 21593649 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=831776 CPUtime=1.41
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 4289 0 0 0 138 3 0 0 16 0 12 0 21593649 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=831776 CPUtime=0.33
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 28 0 0 0 22 11 0 0 15 0 12 0 21593650 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=831776 CPUtime=0.32
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16662 0 -1 64 1031 0 0 0 32 0 0 0 16 0 12 0 21593655 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=831776 CPUtime=5.07
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16662 0 -1 64 13343 0 0 0 501 6 0 0 25 0 12 0 21593655 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 851738624 34120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 831776

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 18468
/proc/meminfo: memFree=1719872/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=831776 CPUtime=1721.61
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 43167 0 1 0 172118 43 0 0 18 0 12 0 21593646 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 207944 34167 1450 9 0 205271 0
[pid=18417/tid=18419] ppid=18415 vsize=831776 CPUtime=1712.88
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 18643 0 1 0 171271 17 0 0 25 0 12 0 21593648 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4110175439 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=831776 CPUtime=1.5
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 5070 0 0 0 147 3 0 0 16 0 12 0 21593649 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=831776 CPUtime=1.45
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 4312 0 0 0 142 3 0 0 16 0 12 0 21593649 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=831776 CPUtime=0.33
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 28 0 0 0 22 11 0 0 15 0 12 0 21593650 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=831776 CPUtime=0.32
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16662 0 -1 64 1031 0 0 0 32 0 0 0 16 0 12 0 21593655 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=831776 CPUtime=5.07
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16662 0 -1 64 13343 0 0 0 501 6 0 0 25 0 12 0 21593655 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 851738624 34167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 831776

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 18468
/proc/meminfo: memFree=1719488/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=831776 CPUtime=1781.59
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 43262 0 1 0 178115 44 0 0 18 0 12 0 21593646 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 207944 34215 1450 9 0 205271 0
[pid=18417/tid=18419] ppid=18415 vsize=831776 CPUtime=1772.76
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 18690 0 1 0 177259 17 0 0 25 0 12 0 21593648 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4109163812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=831776 CPUtime=1.55
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 5094 0 0 0 152 3 0 0 16 0 12 0 21593649 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=831776 CPUtime=1.49
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 4336 0 0 0 146 3 0 0 17 0 12 0 21593649 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=831776 CPUtime=0.34
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 28 0 0 0 23 11 0 0 15 0 12 0 21593650 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=831776 CPUtime=0.32
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16662 0 -1 64 1031 0 0 0 32 0 0 0 16 0 12 0 21593655 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=831776 CPUtime=5.07
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16662 0 -1 64 13343 0 0 0 501 6 0 0 25 0 12 0 21593655 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 851738624 34215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 831776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 18468
/proc/meminfo: memFree=1719424/2055920 swapFree=4192812/4192956
[pid=18417] ppid=18415 vsize=831776 CPUtime=1800.08
/proc/18417/stat : 18417 (java) S 18415 18417 16662 0 -1 0 43290 0 1 0 179964 44 0 0 18 0 12 0 21593646 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 207944 34229 1450 9 0 205271 0
[pid=18417/tid=18419] ppid=18415 vsize=831776 CPUtime=1791.23
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16662 0 -1 64 18704 0 1 0 179106 17 0 0 25 0 12 0 21593648 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4109133192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=831776 CPUtime=1.55
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16662 0 -1 64 5101 0 0 0 152 3 0 0 16 0 12 0 21593649 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=831776 CPUtime=1.5
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16662 0 -1 64 4343 0 0 0 147 3 0 0 17 0 12 0 21593649 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=831776 CPUtime=0.34
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16662 0 -1 64 28 0 0 0 23 11 0 0 15 0 12 0 21593650 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16662 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16662 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21593651 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16662 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=831776 CPUtime=0.32
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16662 0 -1 64 1031 0 0 0 32 0 0 0 16 0 12 0 21593655 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=831776 CPUtime=5.07
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16662 0 -1 64 13343 0 0 0 501 6 0 0 25 0 12 0 21593655 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21593655 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=831776 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16662 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21593655 851738624 34229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 831776

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

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

Child status: 143
Real time (s): 1800.88
CPU time (s): 1800.18
CPU user time (s): 1799.71
CPU system time (s): 0.467928
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 837564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43312
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= 61256
involuntary context switches= 85967

runsolver used 2.37964 second user time and 6.92395 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-11 22:48:03
IDJOB=2067698
IDBENCH=54685
IDSOLVER=731
FILE ID=node73/2067698-1247345283
PBS_JOBID= 9506740
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 6b29740823b1b2ba28b05996f386f881
RANDOM SEED=891231547

node73.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1760624 kB
Buffers:         26464 kB
Cached:          91788 kB
SwapCached:          0 kB
Active:         202980 kB
Inactive:        39688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1968 kB
Writeback:           0 kB
Mapped:         140084 kB
Slab:            37828 kB
Committed_AS:   877412 kB
PageTables:       1992 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= 66436 MiB
End job on node73 at 2009-07-11 23:18:06