Trace number 1071021

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 2008-06-13? (TO) 1800.18 1811.19

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle08.xml
MD5SUMc8dfba48d9426e63060e12c47b8f596b
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.112982
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints97
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension73
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1071021-1215167750.xml
0.38/0.41	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.69	c reading variables done.
0.68/0.74	c reading relations done.
1.87/1.99	c reading predicates  done.
2.06/2.19	c reading constraints
1800.08/1811.11	c starts		: 0
1800.08/1811.11	c conflicts		: 0
1800.08/1811.11	c decisions		: 0
1800.08/1811.11	c propagations		: 0
1800.08/1811.11	c inspects		: 0
1800.08/1811.11	c learnt literals	: 0
1800.08/1811.11	c learnt binary clauses	: 0
1800.08/1811.11	c learnt ternary clauses	: 0
1800.08/1811.11	c learnt clauses	: 0
1800.08/1811.11	c ignored clauses	: 0
1800.08/1811.11	c root simplifications	: 0
1800.08/1811.11	c removed literals (reason simplification)	: 0
1800.08/1811.11	c reason swapping (by a shorter reason)	: 0
1800.08/1811.11	c Calls to reduceDB	: 0
1800.08/1811.11	c speed (assignments/second)	: 0.0
1800.08/1811.11	c non guided choices	0
1800.08/1811.11	s UNKNOWN
1800.08/1811.11	c Total wall clock time (in seconds) : 1810.705

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071021-1215167750/watcher-1071021-1215167750 -o /tmp/evaluation-result-1071021-1215167750/solver-1071021-1215167750 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1071021-1215167750.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.78 1.95 1.98 3/80 16436
/proc/meminfo: memFree=1050816/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=18572 CPUtime=0
/proc/16436/stat : 16436 (runsolver) R 16434 16436 15233 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 700741408 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 226238197031 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16436/statm: 4643 292 257 25 0 2626 0

[startup+0.082003 s]
/proc/loadavg: 1.78 1.95 1.98 3/80 16436
/proc/meminfo: memFree=1050816/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=802236 CPUtime=0.06
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 2815 0 1 0 5 1 0 0 18 0 7 0 700741408 821489664 2550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 200559 2550 1010 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102004 s]
/proc/loadavg: 1.78 1.95 1.98 3/80 16436
/proc/meminfo: memFree=1050816/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=804612 CPUtime=0.08
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 2995 0 1 0 7 1 0 0 18 0 12 0 700741408 823922688 2728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 201153 2728 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301654 s]
/proc/loadavg: 1.78 1.95 1.98 3/80 16436
/proc/meminfo: memFree=1050816/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=807760 CPUtime=0.28
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 4824 0 1 0 25 3 0 0 18 0 12 0 700741408 827146240 4153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 201940 4153 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701705 s]
/proc/loadavg: 1.78 1.95 1.98 3/80 16436
/proc/meminfo: memFree=1050816/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=807788 CPUtime=0.68
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 6258 0 1 0 63 5 0 0 18 0 12 0 700741408 827174912 5388 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 201947 5388 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50124 s]
/proc/loadavg: 1.78 1.95 1.98 3/92 16448
/proc/meminfo: memFree=1032224/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=811544 CPUtime=1.47
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 9852 0 1 0 140 7 0 0 18 0 12 0 700741408 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 202886 7722 1349 9 0 200248 0
[pid=16436/tid=16438] ppid=16434 vsize=811544 CPUtime=0.63
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 5243 0 1 0 59 4 0 0 25 0 12 0 700741409 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 700741410 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 700741410 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16441] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 700741412 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 700741413 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16445] ppid=16434 vsize=811544 CPUtime=0.49
/proc/16436/task/16445/stat : 16445 (java) S 16434 16436 15233 0 -1 64 2530 0 0 0 49 0 0 0 16 0 12 0 700741417 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16446] ppid=16434 vsize=811544 CPUtime=0.31
/proc/16436/task/16446/stat : 16446 (java) R 16434 16436 15233 0 -1 64 1315 0 0 0 31 0 0 0 16 0 12 0 700741417 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 104112717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16447] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 831021056 7722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811544

[startup+3.10593 s]
/proc/loadavg: 1.78 1.95 1.98 3/92 16448
/proc/meminfo: memFree=986528/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=811544 CPUtime=3.05
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 22755 0 1 0 291 14 0 0 18 0 12 0 700741408 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 202886 19711 1363 9 0 200248 0
[pid=16436/tid=16438] ppid=16434 vsize=811544 CPUtime=1.65
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 17117 0 1 0 154 11 0 0 25 0 12 0 700741409 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4109746562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 700741410 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 700741410 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16441] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 700741412 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 700741413 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16445] ppid=16434 vsize=811544 CPUtime=0.8
/proc/16436/task/16445/stat : 16445 (java) S 16434 16436 15233 0 -1 64 3246 0 0 0 80 0 0 0 16 0 12 0 700741417 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16446] ppid=16434 vsize=811544 CPUtime=0.57
/proc/16436/task/16446/stat : 16446 (java) S 16434 16436 15233 0 -1 64 1628 0 0 0 56 1 0 0 16 0 12 0 700741417 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16447] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=811544 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 831021056 19711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811544

[startup+6.30204 s]
/proc/loadavg: 1.88 1.97 1.99 3/92 16448
/proc/meminfo: memFree=881376/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=816736 CPUtime=6.38
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 51007 0 1 0 612 26 0 0 18 0 12 0 700741408 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 204184 43510 1382 9 0 201546 0
[pid=16436/tid=16438] ppid=16434 vsize=816736 CPUtime=3.62
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 17236 0 1 0 351 11 0 0 25 0 12 0 700741409 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4109807957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=816736 CPUtime=0.44
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 11932 0 0 0 40 4 0 0 18 0 12 0 700741410 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=816736 CPUtime=0.39
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 14169 0 0 0 34 5 0 0 16 0 12 0 700741410 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16436/tid=16441] ppid=16434 vsize=816736 CPUtime=0
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 700741412 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=816736 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 700741413 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=816736 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=816736 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16445] ppid=16434 vsize=816736 CPUtime=0.93
/proc/16436/task/16445/stat : 16445 (java) S 16434 16436 15233 0 -1 64 3263 0 0 0 93 0 0 0 16 0 12 0 700741417 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16446] ppid=16434 vsize=816736 CPUtime=0.93
/proc/16436/task/16446/stat : 16446 (java) S 16434 16436 15233 0 -1 64 3617 0 0 0 91 2 0 0 17 0 12 0 700741417 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16447] ppid=16434 vsize=816736 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=816736 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 836337664 43510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 816736

[startup+12.7011 s]
/proc/loadavg: 2.05 2.00 2.00 3/92 16448
/proc/meminfo: memFree=866784/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=821856 CPUtime=13.17
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 55970 0 1 0 1289 28 0 0 18 0 12 0 700741408 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 205464 47181 1382 9 0 202826 0
[pid=16436/tid=16438] ppid=16434 vsize=821856 CPUtime=8.89
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 17244 0 1 0 878 11 0 0 25 0 12 0 700741409 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4109807881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=821856 CPUtime=1.2
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 14757 0 0 0 114 6 0 0 16 0 12 0 700741410 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=821856 CPUtime=1.16
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 16299 0 0 0 110 6 0 0 16 0 12 0 700741410 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16441] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 700741412 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 700741413 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16445] ppid=16434 vsize=821856 CPUtime=0.93
/proc/16436/task/16445/stat : 16445 (java) S 16434 16436 15233 0 -1 64 3263 0 0 0 93 0 0 0 16 0 12 0 700741417 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16446] ppid=16434 vsize=821856 CPUtime=0.93
/proc/16436/task/16446/stat : 16446 (java) S 16434 16436 15233 0 -1 64 3617 0 0 0 91 2 0 0 17 0 12 0 700741417 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16447] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 841580544 47181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.17
Current children cumulated vsize (KiB) 821856

[startup+25.5023 s]
/proc/loadavg: 2.04 2.00 2.00 3/92 16448
/proc/meminfo: memFree=866080/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=821856 CPUtime=25.88
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 56186 0 1 0 2559 29 0 0 18 0 12 0 700741408 841580544 47376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 205464 47376 1382 9 0 202826 0
[pid=16436/tid=16438] ppid=16434 vsize=821856 CPUtime=21.21
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 17265 0 1 0 2110 11 0 0 25 0 12 0 700741409 841580544 47376 996147200 134512640 134550740 4294956016 18446744073709551615 4109807881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=821856 CPUtime=1.38
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 14857 0 0 0 132 6 0 0 16 0 12 0 700741410 841580544 47376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=821856 CPUtime=1.35
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 16394 0 0 0 129 6 0 0 16 0 12 0 700741410 841580544 47376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16441] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 700741412 841580544 47376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 700741413 841580544 47376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 841580544 47376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 841580544 47376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16436/tid=16447] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 841580544 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 841580544 64922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.08
Current children cumulated vsize (KiB) 821856

[startup+1662.3 s]
/proc/loadavg: 2.20 2.12 2.04 3/86 16507
/proc/meminfo: memFree=1129680/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=821856 CPUtime=1652.56
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 75680 0 1 0 165191 65 0 0 18 0 12 0 700741408 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 205464 64985 1383 9 0 202826 0
[pid=16436/tid=16438] ppid=16434 vsize=821856 CPUtime=1611.81
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 18482 0 1 0 161158 23 0 0 25 0 12 0 700741409 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4109807881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=821856 CPUtime=19.93
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 28488 0 0 0 1977 16 0 0 17 0 12 0 700741410 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=821856 CPUtime=18.3
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 21033 0 0 0 1820 10 0 0 16 0 12 0 700741410 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16441] ppid=16434 vsize=821856 CPUtime=0.34
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 30 0 0 0 24 10 0 0 15 0 12 0 700741412 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 700741413 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16445] ppid=16434 vsize=821856 CPUtime=1.04
/proc/16436/task/16445/stat : 16445 (java) S 16434 16436 15233 0 -1 64 3263 0 0 0 103 1 0 0 16 0 12 0 700741417 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16446] ppid=16434 vsize=821856 CPUtime=1.08
/proc/16436/task/16446/stat : 16446 (java) S 16434 16436 15233 0 -1 64 3624 0 0 0 106 2 0 0 16 0 12 0 700741417 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16447] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 841580544 64985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.56
Current children cumulated vsize (KiB) 821856

[startup+1722.3 s]
/proc/loadavg: 2.07 2.10 2.03 3/86 16507
/proc/meminfo: memFree=1128976/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=821856 CPUtime=1712.05
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 75781 0 1 0 171138 67 0 0 18 0 12 0 700741408 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 205464 65044 1383 9 0 202826 0
[pid=16436/tid=16438] ppid=16434 vsize=821856 CPUtime=1670.05
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 18524 0 1 0 166981 24 0 0 25 0 12 0 700741409 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4109887835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=821856 CPUtime=20.54
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 28519 0 0 0 2038 16 0 0 16 0 12 0 700741410 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=821856 CPUtime=18.93
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 21061 0 0 0 1883 10 0 0 17 0 12 0 700741410 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16441] ppid=16434 vsize=821856 CPUtime=0.35
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 30 0 0 0 25 10 0 0 16 0 12 0 700741412 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 700741413 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16445] ppid=16434 vsize=821856 CPUtime=1.04
/proc/16436/task/16445/stat : 16445 (java) S 16434 16436 15233 0 -1 64 3263 0 0 0 103 1 0 0 16 0 12 0 700741417 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16446] ppid=16434 vsize=821856 CPUtime=1.08
/proc/16436/task/16446/stat : 16446 (java) S 16434 16436 15233 0 -1 64 3624 0 0 0 106 2 0 0 16 0 12 0 700741417 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16447] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 841580544 65044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.05
Current children cumulated vsize (KiB) 821856

[startup+1782.3 s]
/proc/loadavg: 2.02 2.08 2.02 3/86 16507
/proc/meminfo: memFree=1128208/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=821856 CPUtime=1771.52
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 75883 0 1 0 177085 67 0 0 18 0 12 0 700741408 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 205464 65103 1383 9 0 202826 0
[pid=16436/tid=16438] ppid=16434 vsize=821856 CPUtime=1728.26
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 18567 0 1 0 172801 25 0 0 25 0 12 0 700741409 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4109874482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=821856 CPUtime=21.07
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 28552 0 0 0 2091 16 0 0 17 0 12 0 700741410 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=821856 CPUtime=19.67
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 21087 0 0 0 1956 11 0 0 17 0 12 0 700741410 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16441] ppid=16434 vsize=821856 CPUtime=0.36
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 30 0 0 0 26 10 0 0 15 0 12 0 700741412 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 700741413 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16445] ppid=16434 vsize=821856 CPUtime=1.04
/proc/16436/task/16445/stat : 16445 (java) S 16434 16436 15233 0 -1 64 3263 0 0 0 103 1 0 0 16 0 12 0 700741417 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16446] ppid=16434 vsize=821856 CPUtime=1.08
/proc/16436/task/16446/stat : 16446 (java) S 16434 16436 15233 0 -1 64 3624 0 0 0 106 2 0 0 16 0 12 0 700741417 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16447] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 841580544 65103 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.52
Current children cumulated vsize (KiB) 821856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.1 s]
/proc/loadavg: 2.01 2.07 2.02 3/86 16507
/proc/meminfo: memFree=1128144/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=821856 CPUtime=1800.08
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 75931 0 1 0 179940 68 0 0 18 0 12 0 700741408 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 205464 65131 1383 9 0 202826 0
[pid=16436/tid=16438] ppid=16434 vsize=821856 CPUtime=1756.22
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 18587 0 1 0 175597 25 0 0 25 0 12 0 700741409 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4109874516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=821856 CPUtime=21.42
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 28563 0 0 0 2126 16 0 0 17 0 12 0 700741410 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=821856 CPUtime=19.89
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 21104 0 0 0 1978 11 0 0 16 0 12 0 700741410 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16441] ppid=16434 vsize=821856 CPUtime=0.37
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 30 0 0 0 27 10 0 0 16 0 12 0 700741412 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 700741413 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16445] ppid=16434 vsize=821856 CPUtime=1.04
/proc/16436/task/16445/stat : 16445 (java) S 16434 16436 15233 0 -1 64 3263 0 0 0 103 1 0 0 16 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16446] ppid=16434 vsize=821856 CPUtime=1.08
/proc/16436/task/16446/stat : 16446 (java) S 16434 16436 15233 0 -1 64 3624 0 0 0 106 2 0 0 16 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16447] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 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) 821856

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

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

[startup+1811.1 s]
/proc/loadavg: 2.01 2.07 2.02 3/86 16507
/proc/meminfo: memFree=1128144/2055920 swapFree=4156332/4192956
[pid=16436] ppid=16434 vsize=821856 CPUtime=1800.08
/proc/16436/stat : 16436 (java) S 16434 16436 15233 0 -1 0 75931 0 1 0 179940 68 0 0 18 0 12 0 700741408 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16436/statm: 205464 65131 1383 9 0 202826 0
[pid=16436/tid=16438] ppid=16434 vsize=821856 CPUtime=1756.22
/proc/16436/task/16438/stat : 16438 (java) R 16434 16436 15233 0 -1 64 18587 0 1 0 175597 25 0 0 25 0 12 0 700741409 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4109874516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16439] ppid=16434 vsize=821856 CPUtime=21.42
/proc/16436/task/16439/stat : 16439 (java) S 16434 16436 15233 0 -1 64 28563 0 0 0 2126 16 0 0 17 0 12 0 700741410 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16440] ppid=16434 vsize=821856 CPUtime=19.89
/proc/16436/task/16440/stat : 16440 (java) S 16434 16436 15233 0 -1 64 21104 0 0 0 1978 11 0 0 16 0 12 0 700741410 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16441] ppid=16434 vsize=821856 CPUtime=0.37
/proc/16436/task/16441/stat : 16441 (java) S 16434 16436 15233 0 -1 64 30 0 0 0 27 10 0 0 16 0 12 0 700741412 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16442] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16442/stat : 16442 (java) S 16434 16436 15233 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 700741413 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16443] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16443/stat : 16443 (java) S 16434 16436 15233 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 700741413 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16444] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16444/stat : 16444 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16445] ppid=16434 vsize=821856 CPUtime=1.04
/proc/16436/task/16445/stat : 16445 (java) S 16434 16436 15233 0 -1 64 3263 0 0 0 103 1 0 0 16 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16446] ppid=16434 vsize=821856 CPUtime=1.08
/proc/16436/task/16446/stat : 16446 (java) S 16434 16436 15233 0 -1 64 3624 0 0 0 106 2 0 0 16 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16447] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16447/stat : 16447 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16436/tid=16448] ppid=16434 vsize=821856 CPUtime=0
/proc/16436/task/16448/stat : 16448 (java) S 16434 16436 15233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 700741417 841580544 65131 996147200 134512640 134550740 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) 821856

Child status: 143
Real time (s): 1811.19
CPU time (s): 1800.18
CPU user time (s): 1799.45
CPU system time (s): 0.729889
CPU usage (%): 99.3916
Max. virtual memory (cumulated for all children) (KiB): 821856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.729889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75953
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= 56433
involuntary context switches= 80155

runsolver used 2.41263 second user time and 5.86511 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 12:35:50
IDJOB=1071021
IDBENCH=56011
IDSOLVER=344
FILE ID=node58/1071021-1215167750
PBS_JOBID= 7881454
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle08.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071021-1215167750/watcher-1071021-1215167750 -o /tmp/evaluation-result-1071021-1215167750/solver-1071021-1215167750 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1071021-1215167750.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c8dfba48d9426e63060e12c47b8f596b
RANDOM SEED=1234048656

node58.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.261
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.261
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:       1051296 kB
Buffers:         98056 kB
Cached:         438712 kB
SwapCached:      30964 kB
Active:         677440 kB
Inactive:       249120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1051296 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:         402980 kB
Slab:            62816 kB
Committed_AS:  1876548 kB
PageTables:       2468 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= 66552 MiB
End job on node58 at 2008-07-04 13:06:03