Trace number 2059151

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.1UNSAT 62.2785 62.6693

General information on the benchmark

Namecsp/marc/
normalized-large-92-unsat_ext.xml
MD5SUM8407841248ad00d5671b256d4829d1bf
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.3661
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.11/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.23	c See www.sat4j.org for details.
0.11/0.23	c That software uses the Rhino library from the Mozilla project.
0.11/0.25	c version 2.1.1.v20090622
0.11/0.25	c sun.arch.data.model	32
0.11/0.25	c java.version	1.6.0_12
0.11/0.25	c os.name	Linux
0.11/0.25	c os.version	2.6.9-22.EL.rootsmp
0.11/0.25	c os.arch	i386
0.11/0.25	c Free memory 671000808
0.11/0.25	c Max memory 672137216
0.11/0.25	c Total memory 672137216
0.11/0.25	c Number of processors 2
0.20/0.33	c c --- Begin Solver configuration ---
0.20/0.33	c Stops conflict analysis at the first Unique Implication Point
0.20/0.33	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.20/0.33	c Learn all clauses as in MiniSAT
0.20/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.20/0.33	c Expensive reason simplification
0.20/0.33	c MiniSAT restarts strategy
0.20/0.33	c Memory based learned constraints deletion strategy
0.20/0.33	c timeout=2147483s
0.20/0.33	c DB Simplification allowed=false
0.20/0.33	c --- End Solver configuration ---
0.20/0.33	c solving HOME/instance-2059151-1247323634.xml
0.20/0.33	c reading problem ... 
0.45/0.63	c reading problem named null
0.45/0.63	c reading domains done.
0.45/0.64	c reading variables done.
0.65/0.84	c reading relations done.
49.97/50.36	c reading constraints
60.96/61.38	c done with constraints.
60.96/61.38	c ... done. Wall clock time 61.047s.
60.96/61.38	c #vars     8464
60.96/61.38	c #constraints  770408
60.96/61.38	c constraints type 
60.96/61.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 770316
60.96/61.38	c org.sat4j.minisat.constraints.card.AtLeast => 92
62.15/62.51	c starts		: 1
62.15/62.51	c conflicts		: 92
62.15/62.51	c decisions		: 92
62.15/62.51	c propagations		: 6974
62.15/62.51	c inspects		: 794817
62.15/62.51	c learnt literals	: 1
62.15/62.51	c learnt binary clauses	: 1
62.15/62.51	c learnt ternary clauses	: 1
62.15/62.51	c learnt clauses	: 90
62.15/62.51	c ignored clauses	: 0
62.15/62.51	c root simplifications	: 0
62.15/62.51	c removed literals (reason simplification)	: 0
62.15/62.51	c reason swapping (by a shorter reason)	: 0
62.15/62.51	c Calls to reduceDB	: 0
62.15/62.51	c speed (assignments/second)	: 6193.60568383659
62.15/62.51	c non guided choices	92
62.15/62.51	c learnt constraints type 
62.15/62.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
62.15/62.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89
62.15/62.51	c constraints type 
62.15/62.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 770316
62.15/62.51	c org.sat4j.minisat.constraints.card.AtLeast => 92
62.15/62.51	s UNSATISFIABLE
62.15/62.51	c Total wall clock time (in seconds) : 62.174

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2059151-1247323634/watcher-2059151-1247323634 -o /tmp/evaluation-result-2059151-1247323634/solver-2059151-1247323634 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2059151-1247323634.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.30 2.06 1.94 4/81 13019
/proc/meminfo: memFree=1043296/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=152 CPUtime=0
/proc/13019/stat : 13019 (java) R 13017 13019 12097 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 19428442 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 8606500 0 0 4096 0 0 0 0 17 0 0 0
/proc/13019/statm: 38 26 19 9 0 4 0

[startup+0.0872031 s]
/proc/loadavg: 2.30 2.06 1.94 4/81 13019
/proc/meminfo: memFree=1043296/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=800544 CPUtime=0.03
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 2138 0 30 0 1 2 0 0 18 0 4 0 19428442 819757056 1914 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 200136 1919 818 9 0 197487 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800544

[startup+0.102205 s]
/proc/loadavg: 2.30 2.06 1.94 4/81 13019
/proc/meminfo: memFree=1043296/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=801384 CPUtime=0.05
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 2485 0 30 0 2 3 0 0 18 0 5 0 19428442 820617216 2261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 200346 2261 981 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.302228 s]
/proc/loadavg: 2.30 2.06 1.94 4/81 13019
/proc/meminfo: memFree=1043296/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=805504 CPUtime=0.2
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 3818 0 30 0 16 4 0 0 18 0 12 0 19428442 824836096 3585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 201376 3585 1336 9 0 198710 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 805504

[startup+0.701271 s]
/proc/loadavg: 2.30 2.06 1.94 4/81 13019
/proc/meminfo: memFree=1043296/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=807352 CPUtime=0.55
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 5547 0 31 0 48 7 0 0 18 0 12 0 19428442 826728448 5015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 201838 5015 1384 9 0 199165 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807352

[startup+1.50136 s]
/proc/loadavg: 2.30 2.06 1.94 3/93 13031
/proc/meminfo: memFree=1018496/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=812848 CPUtime=1.34
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 10110 0 31 0 125 9 0 0 18 0 12 0 19428442 832356352 7490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203212 7490 1407 9 0 200539 0
[pid=13019/tid=13021] ppid=13017 vsize=812848 CPUtime=0.54
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 4830 0 2 0 49 5 0 0 23 0 12 0 19428449 832356352 7491 996147200 134512640 134550932 4294956016 18446744073709551615 4109595752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13022] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 19428450 832356352 7491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13023] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 19428450 832356352 7492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13024] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 19428452 832356352 7492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13025] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 19428453 832356352 7493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 19428453 832356352 7493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 19428459 832356352 7494 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13028/stat : 13028 (java) S 13017 13019 12097 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 19428459 832356352 7494 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13029] ppid=13017 vsize=812848 CPUtime=0.76
/proc/13019/task/13029/stat : 13029 (java) S 13017 13019 12097 0 -1 64 4558 0 0 0 74 2 0 0 18 0 12 0 19428459 832356352 7495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13030] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13030/stat : 13030 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19428459 832356352 7495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13031] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13031/stat : 13031 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19428459 832356352 7496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 812848

[startup+3.10255 s]
/proc/loadavg: 2.30 2.06 1.94 3/93 13031
/proc/meminfo: memFree=958784/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=812848 CPUtime=2.95
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 27157 0 31 0 278 17 0 0 18 0 12 0 19428442 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203212 24525 1419 9 0 200539 0
[pid=13019/tid=13021] ppid=13017 vsize=812848 CPUtime=1.7
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 16903 0 2 0 159 11 0 0 25 0 12 0 19428449 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4109611090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13022] ppid=13017 vsize=812848 CPUtime=0.12
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 2860 0 0 0 12 0 0 0 16 0 12 0 19428450 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13023] ppid=13017 vsize=812848 CPUtime=0.11
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 1991 0 0 0 11 0 0 0 16 0 12 0 19428450 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13024] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 19428452 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13025] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 19428453 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19428453 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 19428459 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13028/stat : 13028 (java) S 13017 13019 12097 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 19428459 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13029] ppid=13017 vsize=812848 CPUtime=0.95
/proc/13019/task/13029/stat : 13029 (java) S 13017 13019 12097 0 -1 64 4651 0 0 0 93 2 0 0 17 0 12 0 19428459 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13030] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13030/stat : 13030 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19428459 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13031] ppid=13017 vsize=812848 CPUtime=0
/proc/13019/task/13031/stat : 13031 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19428459 832356352 24525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 812848

[startup+6.3029 s]
/proc/loadavg: 2.36 2.08 1.95 3/93 13031
/proc/meminfo: memFree=917568/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=812816 CPUtime=6.15
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 35162 0 31 0 593 22 0 0 18 0 12 0 19428442 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203204 32444 1419 9 0 200531 0
[pid=13019/tid=13021] ppid=13017 vsize=812816 CPUtime=4.24
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 16921 0 2 0 413 11 0 0 17 0 12 0 19428449 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 106834536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13022] ppid=13017 vsize=812816 CPUtime=0.44
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 6288 0 0 0 42 2 0 0 17 0 12 0 19428450 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13023] ppid=13017 vsize=812816 CPUtime=0.41
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 6548 0 0 0 39 2 0 0 16 0 12 0 19428450 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13024] ppid=13017 vsize=812816 CPUtime=0
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 19428452 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13025] ppid=13017 vsize=812816 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 19428453 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=812816 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19428453 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=812816 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 19428459 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=812816 CPUtime=0
/proc/13019/task/13028/stat : 13028 (java) S 13017 13019 12097 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 19428459 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13029] ppid=13017 vsize=812816 CPUtime=0.99
/proc/13019/task/13029/stat : 13029 (java) S 13017 13019 12097 0 -1 64 4653 0 0 0 97 2 0 0 16 0 12 0 19428459 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13030] ppid=13017 vsize=812816 CPUtime=0
/proc/13019/task/13030/stat : 13030 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19428459 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13031] ppid=13017 vsize=812816 CPUtime=0
/proc/13019/task/13031/stat : 13031 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19428459 832323584 32444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 812816

[startup+12.7026 s]
/proc/loadavg: 2.33 2.08 1.95 3/93 13031
/proc/meminfo: memFree=869504/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=812420 CPUtime=12.48
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 47228 0 31 0 1220 28 0 0 18 0 12 0 19428442 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203105 44392 1421 9 0 200432 0
[pid=13019/tid=13021] ppid=13017 vsize=812420 CPUtime=9.59
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 16951 0 2 0 946 13 0 0 25 0 12 0 19428449 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4109658535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13022] ppid=13017 vsize=812420 CPUtime=0.9
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 11257 0 0 0 87 3 0 0 16 0 12 0 19428450 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13023] ppid=13017 vsize=812420 CPUtime=0.82
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 13588 0 0 0 77 5 0 0 16 0 12 0 19428450 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13024] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 19428452 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13025] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 19428453 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19428453 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 19428459 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13028/stat : 13028 (java) S 13017 13019 12097 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 19428459 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13029] ppid=13017 vsize=812420 CPUtime=1.08
/proc/13019/task/13029/stat : 13029 (java) S 13017 13019 12097 0 -1 64 4680 0 0 0 106 2 0 0 16 0 12 0 19428459 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13030] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13030/stat : 13030 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19428459 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13031] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13031/stat : 13031 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19428459 831918080 44392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 812420

[startup+25.502 s]
/proc/loadavg: 2.40 2.10 1.96 5/93 13031
/proc/meminfo: memFree=769984/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=812420 CPUtime=25.19
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 71374 0 31 0 2477 42 0 0 18 0 12 0 19428442 831918080 68479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203105 68479 1421 9 0 200432 0
[pid=13019/tid=13021] ppid=13017 vsize=812420 CPUtime=20.27
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 17002 0 2 0 2010 17 0 0 23 0 12 0 19428449 831918080 68479 996147200 134512640 134550932 4294956016 18446744073709551615 4109543504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13022] ppid=13017 vsize=812420 CPUtime=1.8
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 23413 0 0 0 172 8 0 0 16 0 12 0 19428450 831918080 68479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13023] ppid=13017 vsize=812420 CPUtime=1.72
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 25506 0 0 0 162 10 0 0 16 0 12 0 19428450 831918080 68479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13024] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 19428452 831918080 68479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13025] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 19428453 831918080 68479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19428453 831918080 68479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 19428459 831918080 68479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=812420 CPUtime=0

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


[startup+57.5026 s]
/proc/loadavg: 2.30 2.11 1.96 3/93 13031
/proc/meminfo: memFree=455808/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=812420 CPUtime=57.16
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 151303 0 31 0 5640 76 0 0 18 0 12 0 19428442 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203105 148062 1438 9 0 200432 0
[pid=13019/tid=13021] ppid=13017 vsize=812420 CPUtime=46.17
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 17124 0 2 0 4594 23 0 0 17 0 12 0 19428449 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4109771843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13022] ppid=13017 vsize=812420 CPUtime=4.14
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 59532 0 0 0 393 21 0 0 16 0 12 0 19428450 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13023] ppid=13017 vsize=812420 CPUtime=4.11
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 69032 0 0 0 387 24 0 0 16 0 12 0 19428450 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13024] ppid=13017 vsize=812420 CPUtime=0.04
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 29 0 0 0 3 1 0 0 15 0 12 0 19428452 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13025] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 19428453 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19428453 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 19428459 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=812420 CPUtime=0.14
/proc/13019/task/13028/stat : 13028 (java) S 13017 13019 12097 0 -1 64 24 0 0 0 14 0 0 0 16 0 12 0 19428459 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13029] ppid=13017 vsize=812420 CPUtime=2.48
/proc/13019/task/13029/stat : 13029 (java) S 13017 13019 12097 0 -1 64 4852 0 0 0 246 2 0 0 17 0 12 0 19428459 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13030] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13030/stat : 13030 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19428459 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13031] ppid=13017 vsize=812420 CPUtime=0
/proc/13019/task/13031/stat : 13031 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19428459 831918080 148062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.16
Current children cumulated vsize (KiB) 812420

[startup+60.7028 s]
/proc/loadavg: 2.44 2.14 1.97 3/93 13031
/proc/meminfo: memFree=400448/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=813444 CPUtime=60.34
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 165900 0 31 0 5951 83 0 0 18 0 12 0 19428442 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203361 162028 1438 9 0 200688 0
[pid=13019/tid=13021] ppid=13017 vsize=813444 CPUtime=48.63
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 17132 0 2 0 4840 23 0 0 20 0 12 0 19428449 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4109500170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13022] ppid=13017 vsize=813444 CPUtime=4.4
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 66145 0 0 0 416 24 0 0 16 0 12 0 19428450 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13023] ppid=13017 vsize=813444 CPUtime=4.38
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 76184 0 0 0 411 27 0 0 16 0 12 0 19428450 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13024] ppid=13017 vsize=813444 CPUtime=0.04
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 29 0 0 0 3 1 0 0 15 0 12 0 19428452 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13025] ppid=13017 vsize=813444 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 19428453 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=813444 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19428453 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=813444 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 19428459 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=813444 CPUtime=0.32
/proc/13019/task/13028/stat : 13028 (java) S 13017 13019 12097 0 -1 64 848 0 0 0 32 0 0 0 17 0 12 0 19428459 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13029] ppid=13017 vsize=813444 CPUtime=2.48
/proc/13019/task/13029/stat : 13029 (java) S 13017 13019 12097 0 -1 64 4852 0 0 0 246 2 0 0 17 0 12 0 19428459 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13030] ppid=13017 vsize=813444 CPUtime=0
/proc/13019/task/13030/stat : 13030 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19428459 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13031] ppid=13017 vsize=813444 CPUtime=0
/proc/13019/task/13031/stat : 13031 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19428459 832966656 162028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.34
Current children cumulated vsize (KiB) 813444

[startup+61.5029 s]
/proc/loadavg: 2.44 2.14 1.97 5/94 13032
/proc/meminfo: memFree=384376/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=813768 CPUtime=61.17
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 167959 0 31 0 6033 84 0 0 18 0 13 0 19428442 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203442 164067 1443 9 0 200769 0
[pid=13019/tid=13021] ppid=13017 vsize=813768 CPUtime=49.27
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 17142 0 2 0 4904 23 0 0 25 0 13 0 19428449 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13022] ppid=13017 vsize=813768 CPUtime=4.44
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 67943 0 0 0 419 25 0 0 16 0 13 0 19428450 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13023] ppid=13017 vsize=813768 CPUtime=4.43
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 76421 0 0 0 416 27 0 0 16 0 13 0 19428450 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13024] ppid=13017 vsize=813768 CPUtime=0.04
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 29 0 0 0 3 1 0 0 15 0 13 0 19428452 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13025] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19428453 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19428453 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 19428459 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=813768 CPUtime=0.42
/proc/13019/task/13028/stat : 13028 (java) R 13017 13019 12097 0 -1 64 862 0 0 0 42 0 0 0 16 0 13 0 19428459 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 104164037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13029] ppid=13017 vsize=813768 CPUtime=2.48
/proc/13019/task/13029/stat : 13029 (java) S 13017 13019 12097 0 -1 64 4852 0 0 0 246 2 0 0 17 0 13 0 19428459 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13030] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13030/stat : 13030 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19428459 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13031] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13031/stat : 13031 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19428459 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13032] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13032/stat : 13032 (java) R 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19434590 833298432 164067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.17
Current children cumulated vsize (KiB) 813768

[startup+62.302 s]
/proc/loadavg: 2.44 2.14 1.97 5/94 13032
/proc/meminfo: memFree=384376/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=813768 CPUtime=61.96
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 168965 0 31 0 6110 86 0 0 18 0 13 0 19428442 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203442 164149 1451 9 0 200769 0
[pid=13019/tid=13021] ppid=13017 vsize=813768 CPUtime=49.55
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 17146 0 2 0 4932 23 0 0 25 0 13 0 19428449 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4110150601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13022] ppid=13017 vsize=813768 CPUtime=4.44
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 67943 0 0 0 419 25 0 0 16 0 13 0 19428450 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13023] ppid=13017 vsize=813768 CPUtime=4.43
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 76421 0 0 0 416 27 0 0 16 0 13 0 19428450 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13024] ppid=13017 vsize=813768 CPUtime=0.07
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 29 0 0 0 4 3 0 0 17 0 13 0 19428452 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13025] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19428453 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19428453 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 19428459 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=813768 CPUtime=0.9
/proc/13019/task/13028/stat : 13028 (java) S 13017 13019 12097 0 -1 64 1860 0 0 0 90 0 0 0 16 0 13 0 19428459 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13029] ppid=13017 vsize=813768 CPUtime=2.48
/proc/13019/task/13029/stat : 13029 (java) S 13017 13019 12097 0 -1 64 4852 0 0 0 246 2 0 0 17 0 13 0 19428459 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13030] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13030/stat : 13030 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19428459 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13031] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13031/stat : 13031 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19428459 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13032] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13032/stat : 13032 (java) S 13017 13019 12097 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 19434590 833298432 164149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.96
Current children cumulated vsize (KiB) 813768

[startup+62.502 s]
/proc/loadavg: 2.44 2.14 1.97 5/94 13032
/proc/meminfo: memFree=384376/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=813768 CPUtime=62.15
/proc/13019/stat : 13019 (java) S 13017 13019 12097 0 -1 0 168968 0 31 0 6129 86 0 0 18 0 13 0 19428442 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13019/statm: 203442 164152 1451 9 0 200769 0
[pid=13019/tid=13021] ppid=13017 vsize=813768 CPUtime=49.74
/proc/13019/task/13021/stat : 13021 (java) R 13017 13019 12097 0 -1 64 17149 0 2 0 4951 23 0 0 25 0 13 0 19428449 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13022] ppid=13017 vsize=813768 CPUtime=4.44
/proc/13019/task/13022/stat : 13022 (java) S 13017 13019 12097 0 -1 64 67943 0 0 0 419 25 0 0 16 0 13 0 19428450 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13023] ppid=13017 vsize=813768 CPUtime=4.43
/proc/13019/task/13023/stat : 13023 (java) S 13017 13019 12097 0 -1 64 76421 0 0 0 416 27 0 0 16 0 13 0 19428450 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13024] ppid=13017 vsize=813768 CPUtime=0.07
/proc/13019/task/13024/stat : 13024 (java) S 13017 13019 12097 0 -1 64 29 0 0 0 4 3 0 0 17 0 13 0 19428452 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13025] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13025/stat : 13025 (java) S 13017 13019 12097 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19428453 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13026] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13026/stat : 13026 (java) S 13017 13019 12097 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19428453 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13027] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13027/stat : 13027 (java) S 13017 13019 12097 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 19428459 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13028] ppid=13017 vsize=813768 CPUtime=0.91
/proc/13019/task/13028/stat : 13028 (java) R 13017 13019 12097 0 -1 64 1860 0 0 0 91 0 0 0 16 0 13 0 19428459 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 105579260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13029] ppid=13017 vsize=813768 CPUtime=2.48
/proc/13019/task/13029/stat : 13029 (java) S 13017 13019 12097 0 -1 64 4852 0 0 0 246 2 0 0 17 0 13 0 19428459 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13019/tid=13030] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13030/stat : 13030 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19428459 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13031] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13031/stat : 13031 (java) S 13017 13019 12097 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19428459 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13019/tid=13032] ppid=13017 vsize=813768 CPUtime=0
/proc/13019/task/13032/stat : 13032 (java) S 13017 13019 12097 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 19434590 833298432 164152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.15
Current children cumulated vsize (KiB) 813768

[startup+62.602 s]
/proc/loadavg: 2.44 2.14 1.97 3/83 13033
/proc/meminfo: memFree=592920/2055920 swapFree=4192812/4192956
[pid=13019] ppid=13017 vsize=0 CPUtime=62.21
/proc/13019/stat : 13019 (java) Z 13017 13019 12097 0 -1 12 168980 0 31 0 6131 90 0 0 16 0 2 0 19428442 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13019/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 62.21
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 62.6693
CPU time (s): 62.2785
CPU user time (s): 61.3137
CPU system time (s): 0.964853
CPU usage (%): 99.3764
Max. virtual memory (cumulated for all children) (KiB): 814164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.3137
system time used= 0.964853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168980
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6228
involuntary context switches= 5933

runsolver used 0.074988 second user time and 0.229965 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-11 16:47:24
IDJOB=2059151
IDBENCH=53556
IDSOLVER=731
FILE ID=node38/2059151-1247323634
PBS_JOBID= 9506551
Free space on /tmp= 66320 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/marc/normalized-large-92-unsat_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059151-1247323634/watcher-2059151-1247323634 -o /tmp/evaluation-result-2059151-1247323634/solver-2059151-1247323634 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2059151-1247323634.xml

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

MD5SUM BENCH= 8407841248ad00d5671b256d4829d1bf
RANDOM SEED=1809758635

node38.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.229
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.229
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:       1043712 kB
Buffers:         48388 kB
Cached:         875728 kB
SwapCached:        140 kB
Active:         207588 kB
Inactive:       750284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1043712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           79900 kB
Writeback:           0 kB
Mapped:          54040 kB
Slab:            39300 kB
Committed_AS:   188084 kB
PageTables:       1956 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= 66320 MiB
End job on node38 at 2009-07-11 16:48:26