Trace number 2078962

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.16 1808.08

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle10.xml
MD5SUMcc3038c2e62940125f2c6aa42d3a26e2
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.132979
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints146
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension126
Global constraints used (with number of constraints)

Solver Data

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

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-2078962-1247367657/watcher-2078962-1247367657 -o /tmp/evaluation-result-2078962-1247367657/solver-2078962-1247367657 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078962-1247367657.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.05 3/74 20823
/proc/meminfo: memFree=1817960/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=18576 CPUtime=0
/proc/20823/stat : 20823 (runsolver) R 20821 20823 17272 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23832314 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20823/statm: 4644 284 249 26 0 2626 0

[startup+0.0471419 s]
/proc/loadavg: 2.00 2.00 2.05 3/74 20823
/proc/meminfo: memFree=1817960/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=801384 CPUtime=0.03
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 2476 0 1 0 2 1 0 0 18 0 5 0 23832314 820617216 2223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 200346 2223 965 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.101961 s]
/proc/loadavg: 2.00 2.00 2.05 3/74 20823
/proc/meminfo: memFree=1817960/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=804360 CPUtime=0.08
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 2947 0 1 0 6 2 0 0 18 0 12 0 23832314 823664640 2690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 201090 2690 1058 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.302987 s]
/proc/loadavg: 2.00 2.00 2.05 3/74 20823
/proc/meminfo: memFree=1817960/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=805628 CPUtime=0.28
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 4311 0 1 0 24 4 0 0 18 0 12 0 23832314 824963072 4048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 201407 4048 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702034 s]
/proc/loadavg: 2.00 2.00 2.05 3/74 20823
/proc/meminfo: memFree=1817960/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=807184 CPUtime=0.68
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 5821 0 1 0 63 5 0 0 18 0 12 0 23832314 826556416 5278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 201796 5288 1387 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50113 s]
/proc/loadavg: 2.00 2.00 2.05 4/86 20835
/proc/meminfo: memFree=1791048/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814964 CPUtime=1.65
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 13979 0 1 0 156 9 0 0 18 0 12 0 23832314 834523136 11510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203741 11511 1406 9 0 201068 0
[pid=20823/tid=20825] ppid=20821 vsize=814964 CPUtime=0.81
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 8430 0 1 0 75 6 0 0 18 0 12 0 23832316 834523136 11512 996147200 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23832317 834523136 11512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23832317 834523136 11513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23832319 834523136 11514 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23832319 834523136 11515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23832319 834523136 11515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834523136 11516 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814964 CPUtime=0.15
/proc/20823/task/20832/stat : 20832 (java) S 20821 20823 17272 0 -1 64 1935 0 0 0 14 1 0 0 17 0 12 0 23832324 834523136 11517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20833] ppid=20821 vsize=814964 CPUtime=0.65
/proc/20823/task/20833/stat : 20833 (java) S 20821 20823 17272 0 -1 64 2872 0 0 0 65 0 0 0 16 0 12 0 23832324 834523136 11517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20834] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834523136 11518 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834523136 11519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 814964

[startup+3.10132 s]
/proc/loadavg: 2.16 2.04 2.06 4/86 20835
/proc/meminfo: memFree=1749128/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814964 CPUtime=3.25
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 26549 0 1 0 311 14 0 0 18 0 12 0 23832314 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203741 23073 1434 9 0 201068 0
[pid=20823/tid=20825] ppid=20821 vsize=814964 CPUtime=1.58
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 17245 0 1 0 148 10 0 0 25 0 12 0 23832316 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4109786867 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814964 CPUtime=0.03
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 1144 0 0 0 3 0 0 0 17 0 12 0 23832317 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814964 CPUtime=0.02
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 1488 0 0 0 2 0 0 0 17 0 12 0 23832317 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23832319 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23832319 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23832319 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814964 CPUtime=0.91
/proc/20823/task/20832/stat : 20832 (java) S 20821 20823 17272 0 -1 64 3048 0 0 0 90 1 0 0 17 0 12 0 23832324 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20833] ppid=20821 vsize=814964 CPUtime=0.65
/proc/20823/task/20833/stat : 20833 (java) S 20821 20823 17272 0 -1 64 2872 0 0 0 65 0 0 0 16 0 12 0 23832324 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20834] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814964 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834523136 23073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 814964

[startup+6.30269 s]
/proc/loadavg: 2.16 2.04 2.06 3/86 20841
/proc/meminfo: memFree=1709376/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814932 CPUtime=6.48
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 31810 0 1 0 631 17 0 0 18 0 12 0 23832314 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203733 28328 1434 9 0 201060 0
[pid=20823/tid=20825] ppid=20821 vsize=814932 CPUtime=4.41
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 17253 0 1 0 431 10 0 0 25 0 12 0 23832316 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4109786867 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814932 CPUtime=0.23
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 3783 0 0 0 22 1 0 0 16 0 12 0 23832317 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814932 CPUtime=0.21
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 4102 0 0 0 20 1 0 0 16 0 12 0 23832317 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814932 CPUtime=0.91
/proc/20823/task/20832/stat : 20832 (java) S 20821 20823 17272 0 -1 64 3048 0 0 0 90 1 0 0 17 0 12 0 23832324 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20833] ppid=20821 vsize=814932 CPUtime=0.65
/proc/20823/task/20833/stat : 20833 (java) S 20821 20823 17272 0 -1 64 2872 0 0 0 65 0 0 0 16 0 12 0 23832324 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20834] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834490368 28328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 814932

[startup+12.7014 s]
/proc/loadavg: 2.28 2.07 2.07 3/86 20841
/proc/meminfo: memFree=1699848/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814932 CPUtime=12.82
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 34187 0 1 0 1264 18 0 0 18 0 12 0 23832314 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203733 30690 1434 9 0 201060 0
[pid=20823/tid=20825] ppid=20821 vsize=814932 CPUtime=10.53
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 17268 0 1 0 1043 10 0 0 25 0 12 0 23832316 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4109867173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814932 CPUtime=0.36
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 5605 0 0 0 34 2 0 0 16 0 12 0 23832317 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814932 CPUtime=0.3
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 4642 0 0 0 29 1 0 0 16 0 12 0 23832317 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814932 CPUtime=0.91
/proc/20823/task/20832/stat : 20832 (java) S 20821 20823 17272 0 -1 64 3048 0 0 0 90 1 0 0 17 0 12 0 23832324 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20833] ppid=20821 vsize=814932 CPUtime=0.65
/proc/20823/task/20833/stat : 20833 (java) S 20821 20823 17272 0 -1 64 2872 0 0 0 65 0 0 0 16 0 12 0 23832324 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20834] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834490368 30690 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 814932

[startup+25.5029 s]
/proc/loadavg: 2.24 2.07 2.07 3/86 20841
/proc/meminfo: memFree=1699208/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814932 CPUtime=25.5
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 34302 0 1 0 2532 18 0 0 18 0 12 0 23832314 834490368 30787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203733 30787 1434 9 0 201060 0
[pid=20823/tid=20825] ppid=20821 vsize=814932 CPUtime=22.9
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 17288 0 1 0 2280 10 0 0 25 0 12 0 23832316 834490368 30787 996147200 134512640 134550932 4294956016 18446744073709551615 4109810428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814932 CPUtime=0.39
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 5644 0 0 0 37 2 0 0 16 0 12 0 23832317 834490368 30787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814932 CPUtime=0.33
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 4676 0 0 0 32 1 0 0 16 0 12 0 23832317 834490368 30787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 23832319 834490368 30787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 30787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 30787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834490368 30787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814932 CPUtime=1.16

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

[pid=20823/tid=20834] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834490368 32935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834490368 32935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.21
Current children cumulated vsize (KiB) 814932

[startup+1602.3 s]
/proc/loadavg: 2.19 2.09 2.04 3/96 21341
/proc/meminfo: memFree=1529336/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814932 CPUtime=1595.18
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 38416 0 1 0 159461 57 0 0 18 0 12 0 23832314 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203733 33016 1434 9 0 201060 0
[pid=20823/tid=20825] ppid=20821 vsize=814932 CPUtime=1587.06
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 19175 0 1 0 158682 24 0 0 25 0 12 0 23832316 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4109722912 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814932 CPUtime=2.9
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 6769 0 0 0 284 6 0 0 17 0 12 0 23832317 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814932 CPUtime=2.85
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 5778 0 0 0 280 5 0 0 16 0 12 0 23832317 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814932 CPUtime=0.48
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 11 0 0 0 32 16 0 0 16 0 12 0 23832319 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814932 CPUtime=1.16
/proc/20823/task/20832/stat : 20832 (java) S 20821 20823 17272 0 -1 64 3070 0 0 0 115 1 0 0 16 0 12 0 23832324 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20833] ppid=20821 vsize=814932 CPUtime=0.65
/proc/20823/task/20833/stat : 20833 (java) S 20821 20823 17272 0 -1 64 2872 0 0 0 65 0 0 0 16 0 12 0 23832324 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20834] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834490368 33016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.18
Current children cumulated vsize (KiB) 814932

[startup+1662.3 s]
/proc/loadavg: 2.17 2.10 2.04 3/96 21341
/proc/meminfo: memFree=1528952/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814932 CPUtime=1655.16
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 38578 0 1 0 165457 59 0 0 18 0 12 0 23832314 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203733 33105 1434 9 0 201060 0
[pid=20823/tid=20825] ppid=20821 vsize=814932 CPUtime=1646.82
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 19248 0 1 0 164658 24 0 0 25 0 12 0 23832316 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4109883663 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814932 CPUtime=2.99
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 6815 0 0 0 293 6 0 0 16 0 12 0 23832317 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814932 CPUtime=2.97
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 5821 0 0 0 291 6 0 0 17 0 12 0 23832317 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814932 CPUtime=0.49
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 11 0 0 0 32 17 0 0 16 0 12 0 23832319 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814932 CPUtime=1.16
/proc/20823/task/20832/stat : 20832 (java) S 20821 20823 17272 0 -1 64 3070 0 0 0 115 1 0 0 16 0 12 0 23832324 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20833] ppid=20821 vsize=814932 CPUtime=0.65
/proc/20823/task/20833/stat : 20833 (java) S 20821 20823 17272 0 -1 64 2872 0 0 0 65 0 0 0 16 0 12 0 23832324 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20834] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834490368 33105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.16
Current children cumulated vsize (KiB) 814932

[startup+1722.3 s]
/proc/loadavg: 2.20 2.11 2.05 3/96 21341
/proc/meminfo: memFree=1528504/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814932 CPUtime=1715.13
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 38746 0 1 0 171454 59 0 0 18 0 12 0 23832314 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203733 33199 1434 9 0 201060 0
[pid=20823/tid=20825] ppid=20821 vsize=814932 CPUtime=1706.58
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 19322 0 1 0 170633 25 0 0 25 0 12 0 23832316 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4109813740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814932 CPUtime=3.1
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 6870 0 0 0 304 6 0 0 16 0 12 0 23832317 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814932 CPUtime=3.07
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 5860 0 0 0 301 6 0 0 17 0 12 0 23832317 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814932 CPUtime=0.51
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 11 0 0 0 34 17 0 0 16 0 12 0 23832319 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814932 CPUtime=1.16
/proc/20823/task/20832/stat : 20832 (java) S 20821 20823 17272 0 -1 64 3070 0 0 0 115 1 0 0 16 0 12 0 23832324 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20833] ppid=20821 vsize=814932 CPUtime=0.65
/proc/20823/task/20833/stat : 20833 (java) S 20821 20823 17272 0 -1 64 2872 0 0 0 65 0 0 0 16 0 12 0 23832324 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20834] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834490368 33199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.13
Current children cumulated vsize (KiB) 814932

[startup+1782.3 s]
/proc/loadavg: 2.20 2.12 2.05 3/96 21341
/proc/meminfo: memFree=1475128/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814932 CPUtime=1774.62
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 38902 0 1 0 177402 60 0 0 18 0 12 0 23832314 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203733 33286 1434 9 0 201060 0
[pid=20823/tid=20825] ppid=20821 vsize=814932 CPUtime=1765.85
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 19391 0 1 0 176560 25 0 0 25 0 12 0 23832316 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4109778204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814932 CPUtime=3.2
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 6914 0 0 0 314 6 0 0 17 0 12 0 23832317 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814932 CPUtime=3.16
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 5903 0 0 0 310 6 0 0 16 0 12 0 23832317 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814932 CPUtime=0.52
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 11 0 0 0 35 17 0 0 16 0 12 0 23832319 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814932 CPUtime=1.16
/proc/20823/task/20832/stat : 20832 (java) S 20821 20823 17272 0 -1 64 3070 0 0 0 115 1 0 0 16 0 12 0 23832324 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20833] ppid=20821 vsize=814932 CPUtime=0.65
/proc/20823/task/20833/stat : 20833 (java) S 20821 20823 17272 0 -1 64 2872 0 0 0 65 0 0 0 16 0 12 0 23832324 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20834] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834490368 33286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.62
Current children cumulated vsize (KiB) 814932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.13 2.11 2.05 3/96 21341
/proc/meminfo: memFree=1475000/2055920 swapFree=4192812/4192956
[pid=20823] ppid=20821 vsize=814932 CPUtime=1800.08
/proc/20823/stat : 20823 (java) S 20821 20823 17272 0 -1 0 38969 0 1 0 179948 60 0 0 18 0 12 0 23832314 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20823/statm: 203733 33324 1434 9 0 201060 0
[pid=20823/tid=20825] ppid=20821 vsize=814932 CPUtime=1791.21
/proc/20823/task/20825/stat : 20825 (java) R 20821 20823 17272 0 -1 64 19420 0 1 0 179096 25 0 0 25 0 12 0 23832316 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4109813742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20826] ppid=20821 vsize=814932 CPUtime=3.24
/proc/20823/task/20826/stat : 20826 (java) S 20821 20823 17272 0 -1 64 6937 0 0 0 318 6 0 0 16 0 12 0 23832317 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20827] ppid=20821 vsize=814932 CPUtime=3.21
/proc/20823/task/20827/stat : 20827 (java) S 20821 20823 17272 0 -1 64 5918 0 0 0 315 6 0 0 17 0 12 0 23832317 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20828] ppid=20821 vsize=814932 CPUtime=0.52
/proc/20823/task/20828/stat : 20828 (java) S 20821 20823 17272 0 -1 64 11 0 0 0 35 17 0 0 16 0 12 0 23832319 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20829] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20829/stat : 20829 (java) S 20821 20823 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20830] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20830/stat : 20830 (java) S 20821 20823 17272 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23832319 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20831] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20831/stat : 20831 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23832324 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20832] ppid=20821 vsize=814932 CPUtime=1.16
/proc/20823/task/20832/stat : 20832 (java) S 20821 20823 17272 0 -1 64 3070 0 0 0 115 1 0 0 16 0 12 0 23832324 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20833] ppid=20821 vsize=814932 CPUtime=0.65
/proc/20823/task/20833/stat : 20833 (java) S 20821 20823 17272 0 -1 64 2872 0 0 0 65 0 0 0 16 0 12 0 23832324 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20823/tid=20834] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20834/stat : 20834 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23832324 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20823/tid=20835] ppid=20821 vsize=814932 CPUtime=0
/proc/20823/task/20835/stat : 20835 (java) S 20821 20823 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23832324 834490368 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 814932

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

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

Child status: 143
Real time (s): 1808.08
CPU time (s): 1800.16
CPU user time (s): 1799.53
CPU system time (s): 0.631903
CPU usage (%): 99.5622
Max. virtual memory (cumulated for all children) (KiB): 816372

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

runsolver used 2.51462 second user time and 5.75612 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 05:00:57
IDJOB=2078962
IDBENCH=56829
IDSOLVER=731
FILE ID=node20/2078962-1247367657
PBS_JOBID= 9507083
Free space on /tmp= 66300 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078962-1247367657/watcher-2078962-1247367657 -o /tmp/evaluation-result-2078962-1247367657/solver-2078962-1247367657 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078962-1247367657.xml

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

MD5SUM BENCH= cc3038c2e62940125f2c6aa42d3a26e2
RANDOM SEED=1062169357

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1818440 kB
Buffers:         17340 kB
Cached:         138108 kB
SwapCached:          0 kB
Active:         124536 kB
Inactive:        59792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          40016 kB
Slab:            38312 kB
Committed_AS:   173324 kB
PageTables:       1848 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= 66300 MiB
End job on node20 at 2009-07-12 05:31:07