Trace number 2067324

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.38 1809.08

General information on the benchmark

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

Solver Data

0.11/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.24	c See www.sat4j.org for details.
0.11/0.24	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.26	c Number of processors 2
0.19/0.34	c c --- Begin Solver configuration ---
0.19/0.34	c Stops conflict analysis at the first Unique Implication Point
0.19/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.34	c Learn all clauses as in MiniSAT
0.19/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.34	c Expensive reason simplification
0.19/0.34	c MiniSAT restarts strategy
0.19/0.34	c Memory based learned constraints deletion strategy
0.19/0.34	c timeout=2147483s
0.19/0.34	c DB Simplification allowed=false
0.19/0.34	c --- End Solver configuration ---
0.19/0.34	c solving HOME/instance-2067324-1247344251.xml
0.19/0.34	c reading problem ... 
0.46/0.62	c reading problem named null
0.46/0.62	c reading domains done.
0.46/0.62	c reading variables done.
0.56/0.71	c reading predicates  done.
0.75/0.93	c reading constraints
7.02/7.22	c done with constraints.
7.02/7.22	c ... done. Wall clock time 6.885s.
7.02/7.22	c #vars     546
7.02/7.22	c #constraints  116793
7.02/7.22	c constraints type 
7.02/7.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 116247
7.02/7.23	c org.sat4j.minisat.constraints.card.AtLeast => 273
7.02/7.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 273
1800.00/1808.71	c starts		: 21
1800.00/1808.71	c conflicts		: 782702
1800.00/1808.71	c decisions		: 861765
1800.00/1808.72	c propagations		: 26320086
1800.00/1808.72	c inspects		: 5219363270
1800.00/1808.72	c learnt literals	: 0
1800.00/1808.72	c learnt binary clauses	: 463
1800.00/1808.72	c learnt ternary clauses	: 1220
1800.00/1808.72	c learnt clauses	: 782702
1800.00/1808.72	c ignored clauses	: 0
1800.00/1808.72	c root simplifications	: 0
1800.00/1808.72	c removed literals (reason simplification)	: 10007093
1800.00/1808.72	c reason swapping (by a shorter reason)	: 0
1800.00/1808.72	c Calls to reduceDB	: 0
1800.00/1808.72	c speed (assignments/second)	: 14610.176020960427
1800.00/1808.72	c non guided choices	2094
1800.19/1809.00	c learnt constraints type 
1800.19/1809.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 463
1800.29/1809.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 782250
1800.29/1809.00	c constraints type 
1800.29/1809.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 116247
1800.29/1809.00	c org.sat4j.minisat.constraints.card.AtLeast => 273
1800.29/1809.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 273
1800.29/1809.00	s UNKNOWN
1800.29/1809.00	c Total wall clock time (in seconds) : 1808.376

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-2067324-1247344251/watcher-2067324-1247344251 -o /tmp/evaluation-result-2067324-1247344251/solver-2067324-1247344251 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067324-1247344251.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.07 2.02 2.00 4/82 19418
/proc/meminfo: memFree=1842728/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=18576 CPUtime=0
/proc/19418/stat : 19418 (runsolver) R 19416 19418 17974 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21490098 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 251279240487 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19418/statm: 4644 284 249 26 0 2626 0

[startup+0.0220529 s]
/proc/loadavg: 2.07 2.02 2.00 4/82 19418
/proc/meminfo: memFree=1842728/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=12928 CPUtime=0
/proc/19418/stat : 19418 (java) R 19416 19418 17974 0 -1 0 366 0 2 0 0 0 0 0 20 0 1 0 21490098 13238272 175 996147200 134512640 134550932 4294956016 18446744073709551615 4014367 0 0 4096 0 0 0 0 17 0 0 0
/proc/19418/statm: 3232 175 135 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.105954 s]
/proc/loadavg: 2.07 2.02 2.00 4/82 19418
/proc/meminfo: memFree=1842728/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=800696 CPUtime=0.04
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 2410 0 30 0 1 3 0 0 19 0 4 0 21490098 819912704 2186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 200174 2186 944 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.30198 s]
/proc/loadavg: 2.07 2.02 2.00 4/82 19418
/proc/meminfo: memFree=1842728/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=805504 CPUtime=0.19
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 3814 0 30 0 15 4 0 0 19 0 12 0 21490098 824836096 3581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 201376 3581 1335 9 0 198710 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805504

[startup+0.701026 s]
/proc/loadavg: 2.07 2.02 2.00 4/82 19418
/proc/meminfo: memFree=1842728/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=807180 CPUtime=0.56
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 5341 0 30 0 49 7 0 0 19 0 12 0 21490098 826552320 4894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 201795 4894 1386 9 0 199122 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 807180

[startup+1.50213 s]
/proc/loadavg: 2.14 2.03 2.01 4/94 19430
/proc/meminfo: memFree=1815496/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=809396 CPUtime=1.35
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 8946 0 30 0 126 9 0 0 19 0 12 0 21490098 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 202349 7179 1426 9 0 199676 0
[pid=19418/tid=19420] ppid=19416 vsize=809396 CPUtime=0.77
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 5349 0 1 0 71 6 0 0 25 0 12 0 21490105 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=809396 CPUtime=0
/proc/19418/task/19421/stat : 19421 (java) S 19416 19418 17974 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 21490106 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=809396 CPUtime=0
/proc/19418/task/19422/stat : 19422 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21490106 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=809396 CPUtime=0
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21490108 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=809396 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 21490109 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=809396 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21490109 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=809396 CPUtime=0
/proc/19418/task/19426/stat : 19426 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21490115 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19427] ppid=19416 vsize=809396 CPUtime=0
/proc/19418/task/19427/stat : 19427 (java) S 19416 19418 17974 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 21490115 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19428] ppid=19416 vsize=809396 CPUtime=0.54
/proc/19418/task/19428/stat : 19428 (java) R 19416 19418 17974 0 -1 64 2872 0 0 0 54 0 0 0 16 0 12 0 21490115 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 106820218 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19429] ppid=19416 vsize=809396 CPUtime=0
/proc/19418/task/19429/stat : 19429 (java) S 19416 19418 17974 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 21490115 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19430] ppid=19416 vsize=809396 CPUtime=0
/proc/19418/task/19430/stat : 19430 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21490115 828821504 7179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 809396

[startup+3.10233 s]
/proc/loadavg: 2.14 2.03 2.01 4/94 19430
/proc/meminfo: memFree=1802632/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=813864 CPUtime=2.95
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 18918 0 30 0 281 14 0 0 19 0 12 0 21490098 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 203466 16624 1431 9 0 200793 0
[pid=19418/tid=19420] ppid=19416 vsize=813864 CPUtime=1.62
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 13914 0 1 0 152 10 0 0 25 0 12 0 21490105 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=813864 CPUtime=0
/proc/19418/task/19421/stat : 19421 (java) S 19416 19418 17974 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 21490106 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=813864 CPUtime=0
/proc/19418/task/19422/stat : 19422 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21490106 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=813864 CPUtime=0
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21490108 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=813864 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 21490109 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=813864 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21490109 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=813864 CPUtime=0
/proc/19418/task/19426/stat : 19426 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21490115 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19427] ppid=19416 vsize=813864 CPUtime=0
/proc/19418/task/19427/stat : 19427 (java) S 19416 19418 17974 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 21490115 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19428] ppid=19416 vsize=813864 CPUtime=1.29
/proc/19418/task/19428/stat : 19428 (java) R 19416 19418 17974 0 -1 64 4278 0 0 0 128 1 0 0 17 0 12 0 21490115 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 104164032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19429] ppid=19416 vsize=813864 CPUtime=0
/proc/19418/task/19429/stat : 19429 (java) S 19416 19418 17974 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 21490115 833396736 16624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19430] ppid=19416 vsize=813864 CPUtime=0
/proc/19418/task/19430/stat : 19430 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21490115 833396736 16624 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) 813864

[startup+6.30173 s]
/proc/loadavg: 2.14 2.03 2.01 3/94 19430
/proc/meminfo: memFree=1737800/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=816828 CPUtime=6.13
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 30604 0 30 0 594 19 0 0 19 0 12 0 21490098 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 204207 26724 1440 9 0 201534 0
[pid=19418/tid=19420] ppid=19416 vsize=816828 CPUtime=3.98
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 17395 0 1 0 386 12 0 0 25 0 12 0 21490105 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=816828 CPUtime=0.14
/proc/19418/task/19421/stat : 19421 (java) R 19416 19418 17974 0 -1 64 3098 0 0 0 13 1 0 0 16 0 12 0 21490106 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 106197716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=816828 CPUtime=0.09
/proc/19418/task/19422/stat : 19422 (java) R 19416 19418 17974 0 -1 64 2429 0 0 0 8 1 0 0 16 0 12 0 21490106 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=816828 CPUtime=0
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 21490108 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=816828 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21490109 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=816828 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21490109 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=816828 CPUtime=0
/proc/19418/task/19426/stat : 19426 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21490115 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19427] ppid=19416 vsize=816828 CPUtime=0
/proc/19418/task/19427/stat : 19427 (java) S 19416 19418 17974 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 21490115 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19428] ppid=19416 vsize=816828 CPUtime=1.86
/proc/19418/task/19428/stat : 19428 (java) S 19416 19418 17974 0 -1 64 6919 0 0 0 184 2 0 0 18 0 12 0 21490115 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19429] ppid=19416 vsize=816828 CPUtime=0
/proc/19418/task/19429/stat : 19429 (java) S 19416 19418 17974 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 21490115 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19430] ppid=19416 vsize=816828 CPUtime=0
/proc/19418/task/19430/stat : 19430 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21490115 836431872 26724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 816828

[startup+12.7015 s]
/proc/loadavg: 2.20 2.05 2.01 3/95 19431
/proc/meminfo: memFree=1728840/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=817152 CPUtime=12.5
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 31378 0 30 0 1230 20 0 0 19 0 13 0 21490098 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 204288 27491 1446 9 0 201615 0
[pid=19418/tid=19420] ppid=19416 vsize=817152 CPUtime=9.61
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 17415 0 1 0 949 12 0 0 25 0 13 0 21490105 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4109810157 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=817152 CPUtime=0.19
/proc/19418/task/19421/stat : 19421 (java) S 19416 19418 17974 0 -1 64 3697 0 0 0 18 1 0 0 16 0 13 0 21490106 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=817152 CPUtime=0.14
/proc/19418/task/19422/stat : 19422 (java) S 19416 19418 17974 0 -1 64 2538 0 0 0 13 1 0 0 16 0 13 0 21490106 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 21490108 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21490109 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 21490109 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19426/stat : 19426 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 21490115 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19427] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19427/stat : 19427 (java) S 19416 19418 17974 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 21490115 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19428] ppid=19416 vsize=817152 CPUtime=2.49
/proc/19418/task/19428/stat : 19428 (java) S 19416 19418 17974 0 -1 64 6961 0 0 0 246 3 0 0 17 0 13 0 21490115 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19429] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19429/stat : 19429 (java) S 19416 19418 17974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 21490115 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19430] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19430/stat : 19430 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21490115 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19431] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19431/stat : 19431 (java) S 19416 19418 17974 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21490822 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 817152

[startup+25.5022 s]
/proc/loadavg: 2.16 2.04 2.01 3/95 19431
/proc/meminfo: memFree=1728840/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=817152 CPUtime=25.23
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 31378 0 30 0 2503 20 0 0 19 0 13 0 21490098 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 204288 27491 1446 9 0 201615 0
[pid=19418/tid=19420] ppid=19416 vsize=817152 CPUtime=22.35
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 17415 0 1 0 2223 12 0 0 25 0 13 0 21490105 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4109809799 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=817152 CPUtime=0.19
/proc/19418/task/19421/stat : 19421 (java) S 19416 19418 17974 0 -1 64 3697 0 0 0 18 1 0 0 16 0 13 0 21490106 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=817152 CPUtime=0.14
/proc/19418/task/19422/stat : 19422 (java) S 19416 19418 17974 0 -1 64 2538 0 0 0 13 1 0 0 16 0 13 0 21490106 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 21490108 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21490109 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=817152 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 21490109 836763648 27491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=817152 CPUtime=0

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

[pid=19418] ppid=19416 vsize=811732 CPUtime=1654.21
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 94035 0 30 0 165372 49 0 0 19 0 13 0 21490098 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 202933 87576 1446 9 0 200260 0
[pid=19418/tid=19420] ppid=19416 vsize=811732 CPUtime=1648.82
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 17427 0 1 0 164867 15 0 0 25 0 13 0 21490105 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4109809554 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=811732 CPUtime=1.4
/proc/19418/task/19421/stat : 19421 (java) S 19416 19418 17974 0 -1 64 35871 0 0 0 127 13 0 0 17 0 13 0 21490106 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=811732 CPUtime=1.41
/proc/19418/task/19422/stat : 19422 (java) S 19416 19418 17974 0 -1 64 33009 0 0 0 127 14 0 0 18 0 13 0 21490106 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=811732 CPUtime=0.01
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 25 0 0 0 1 0 0 0 16 0 13 0 21490108 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21490109 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 21490109 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19426/stat : 19426 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 21490115 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19427] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19427/stat : 19427 (java) S 19416 19418 17974 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 21490115 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19428] ppid=19416 vsize=811732 CPUtime=2.5
/proc/19418/task/19428/stat : 19428 (java) S 19416 19418 17974 0 -1 64 6961 0 0 0 247 3 0 0 16 0 13 0 21490115 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19429] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19429/stat : 19429 (java) S 19416 19418 17974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 21490115 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19430] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19430/stat : 19430 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21490115 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19431] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19431/stat : 19431 (java) S 19416 19418 17974 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21490822 831213568 87576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.21
Current children cumulated vsize (KiB) 811732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/95 19476
/proc/meminfo: memFree=1349832/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=811732 CPUtime=1714.03
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 99935 0 30 0 171352 51 0 0 19 0 13 0 21490098 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 202933 92972 1446 9 0 200260 0
[pid=19418/tid=19420] ppid=19416 vsize=811732 CPUtime=1708.38
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 17428 0 1 0 170823 15 0 0 25 0 13 0 21490105 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4109809638 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=811732 CPUtime=1.53
/proc/19418/task/19421/stat : 19421 (java) S 19416 19418 17974 0 -1 64 38566 0 0 0 139 14 0 0 18 0 13 0 21490106 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=811732 CPUtime=1.55
/proc/19418/task/19422/stat : 19422 (java) S 19416 19418 17974 0 -1 64 36213 0 0 0 140 15 0 0 18 0 13 0 21490106 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=811732 CPUtime=0.01
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 25 0 0 0 1 0 0 0 16 0 13 0 21490108 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21490109 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 21490109 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19426/stat : 19426 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19427] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19427/stat : 19427 (java) S 19416 19418 17974 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19428] ppid=19416 vsize=811732 CPUtime=2.5
/proc/19418/task/19428/stat : 19428 (java) S 19416 19418 17974 0 -1 64 6961 0 0 0 247 3 0 0 16 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19429] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19429/stat : 19429 (java) S 19416 19418 17974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19430] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19430/stat : 19430 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19431] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19431/stat : 19431 (java) S 19416 19418 17974 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21490822 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.03
Current children cumulated vsize (KiB) 811732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.06 4/95 19476
/proc/meminfo: memFree=1349704/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=811732 CPUtime=1773.73
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 99935 0 30 0 177322 51 0 0 19 0 13 0 21490098 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 202933 92972 1446 9 0 200260 0
[pid=19418/tid=19420] ppid=19416 vsize=811732 CPUtime=1768.08
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 17428 0 1 0 176793 15 0 0 25 0 13 0 21490105 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4110194687 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=811732 CPUtime=1.53
/proc/19418/task/19421/stat : 19421 (java) S 19416 19418 17974 0 -1 64 38566 0 0 0 139 14 0 0 18 0 13 0 21490106 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=811732 CPUtime=1.55
/proc/19418/task/19422/stat : 19422 (java) S 19416 19418 17974 0 -1 64 36213 0 0 0 140 15 0 0 18 0 13 0 21490106 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=811732 CPUtime=0.01
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 25 0 0 0 1 0 0 0 16 0 13 0 21490108 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21490109 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 21490109 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19426/stat : 19426 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19427] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19427/stat : 19427 (java) S 19416 19418 17974 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19428] ppid=19416 vsize=811732 CPUtime=2.5
/proc/19418/task/19428/stat : 19428 (java) S 19416 19418 17974 0 -1 64 6961 0 0 0 247 3 0 0 16 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19429] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19429/stat : 19429 (java) S 19416 19418 17974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19430] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19430/stat : 19430 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19431] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19431/stat : 19431 (java) S 19416 19418 17974 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21490822 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.73
Current children cumulated vsize (KiB) 811732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 2.00 2.01 2.06 3/95 19476
/proc/meminfo: memFree=1349704/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=811732 CPUtime=1800
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 99935 0 30 0 179949 51 0 0 19 0 13 0 21490098 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 202933 92972 1446 9 0 200260 0
[pid=19418/tid=19420] ppid=19416 vsize=811732 CPUtime=1794.34
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 17428 0 1 0 179419 15 0 0 25 0 13 0 21490105 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4110194687 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=811732 CPUtime=1.53
/proc/19418/task/19421/stat : 19421 (java) S 19416 19418 17974 0 -1 64 38566 0 0 0 139 14 0 0 18 0 13 0 21490106 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=811732 CPUtime=1.55
/proc/19418/task/19422/stat : 19422 (java) S 19416 19418 17974 0 -1 64 36213 0 0 0 140 15 0 0 18 0 13 0 21490106 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=811732 CPUtime=0.01
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 25 0 0 0 1 0 0 0 16 0 13 0 21490108 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21490109 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 21490109 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19426/stat : 19426 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19427] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19427/stat : 19427 (java) S 19416 19418 17974 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19428] ppid=19416 vsize=811732 CPUtime=2.5
/proc/19418/task/19428/stat : 19428 (java) S 19416 19418 17974 0 -1 64 6961 0 0 0 247 3 0 0 16 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19429] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19429/stat : 19429 (java) S 19416 19418 17974 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19430] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19430/stat : 19430 (java) R 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21490115 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19431] ppid=19416 vsize=811732 CPUtime=0
/proc/19418/task/19431/stat : 19431 (java) S 19416 19418 17974 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21490822 831213568 92972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 811732

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

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

[startup+1809 s]
/proc/loadavg: 2.00 2.01 2.06 3/95 19476
/proc/meminfo: memFree=1349704/2055920 swapFree=4192812/4192956
[pid=19418] ppid=19416 vsize=812380 CPUtime=1800.29
/proc/19418/stat : 19418 (java) S 19416 19418 17974 0 -1 0 99952 0 30 0 179978 51 0 0 16 0 15 0 21490098 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19418/statm: 203095 92989 1446 9 0 200422 0
[pid=19418/tid=19420] ppid=19416 vsize=812380 CPUtime=1794.45
/proc/19418/task/19420/stat : 19420 (java) R 19416 19418 17974 0 -1 64 17428 0 1 0 179430 15 0 0 25 0 15 0 21490105 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4109515159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19421] ppid=19416 vsize=812380 CPUtime=1.53
/proc/19418/task/19421/stat : 19421 (java) S 19416 19418 17974 0 -1 64 38566 0 0 0 139 14 0 0 18 0 15 0 21490106 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19422] ppid=19416 vsize=812380 CPUtime=1.55
/proc/19418/task/19422/stat : 19422 (java) S 19416 19418 17974 0 -1 64 36213 0 0 0 140 15 0 0 18 0 15 0 21490106 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19423] ppid=19416 vsize=812380 CPUtime=0.01
/proc/19418/task/19423/stat : 19423 (java) S 19416 19418 17974 0 -1 64 25 0 0 0 1 0 0 0 16 0 15 0 21490108 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19424] ppid=19416 vsize=812380 CPUtime=0
/proc/19418/task/19424/stat : 19424 (java) S 19416 19418 17974 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 21490109 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19425] ppid=19416 vsize=812380 CPUtime=0
/proc/19418/task/19425/stat : 19425 (java) S 19416 19418 17974 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 21490109 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19426] ppid=19416 vsize=812380 CPUtime=0
/proc/19418/task/19426/stat : 19426 (java) S 19416 19418 17974 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 21490115 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19427] ppid=19416 vsize=812380 CPUtime=0
/proc/19418/task/19427/stat : 19427 (java) S 19416 19418 17974 0 -1 64 27 0 0 0 0 0 0 0 16 0 15 0 21490115 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19428] ppid=19416 vsize=812380 CPUtime=2.53
/proc/19418/task/19428/stat : 19428 (java) S 19416 19418 17974 0 -1 64 6961 0 0 0 250 3 0 0 16 0 15 0 21490115 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19429] ppid=19416 vsize=812380 CPUtime=0
/proc/19418/task/19429/stat : 19429 (java) S 19416 19418 17974 0 -1 64 0 0 0 0 0 0 0 0 24 0 15 0 21490115 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19430] ppid=19416 vsize=812380 CPUtime=0
/proc/19418/task/19430/stat : 19430 (java) S 19416 19418 17974 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 21490115 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19418/tid=19431] ppid=19416 vsize=812380 CPUtime=0
/proc/19418/task/19431/stat : 19431 (java) S 19416 19418 17974 0 -1 64 4 0 0 0 0 0 0 0 24 0 15 0 21490822 831877120 92989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 812380

Child status: 143
Real time (s): 1809.08
CPU time (s): 1800.38
CPU user time (s): 1799.8
CPU system time (s): 0.574912
CPU usage (%): 99.5189
Max. virtual memory (cumulated for all children) (KiB): 820064

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

runsolver used 2.02869 second user time and 6.24705 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-11 22:30:51
IDJOB=2067324
IDBENCH=54644
IDSOLVER=731
FILE ID=node92/2067324-1247344251
PBS_JOBID= 9506633
Free space on /tmp= 66272 MiB

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

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

MD5SUM BENCH= 43267b5b84f9c0b1c6fb06515dcb0323
RANDOM SEED=1818709220

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1843208 kB
Buffers:         18028 kB
Cached:          84380 kB
SwapCached:          0 kB
Active:         125620 kB
Inactive:        32804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          76460 kB
Slab:            39292 kB
Committed_AS:   207368 kB
PageTables:       2028 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= 66272 MiB
End job on node92 at 2009-07-11 23:01:01