Trace number 1057942

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.19 1811.69

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-5.xml
MD5SUMf5998e2cea9b4eec8b3b7aad8f0dac4c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.0473
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints41851
Maximum constraint arity24
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension41551
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

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

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-1057942-1215111820/watcher-1057942-1215111820 -o /tmp/evaluation-result-1057942-1215111820/solver-1057942-1215111820 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057942-1215111820.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: 2.11 2.13 2.01 4/82 32651
/proc/meminfo: memFree=938064/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=13288 CPUtime=0
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1990151597 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 3322 538 219 9 0 1232 0
[pid=32651/tid=32652] ppid=32649 vsize=13288 CPUtime=0
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1990151598 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 7700440 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.078773 s]
/proc/loadavg: 2.11 2.13 2.01 4/82 32651
/proc/meminfo: memFree=938064/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=802236 CPUtime=0.06
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 2792 0 1 0 4 2 0 0 18 0 7 0 1990151597 821489664 2527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 200559 2527 1008 9 0 197942 0
[pid=32651/tid=32652] ppid=32649 vsize=802236 CPUtime=0.05
/proc/32651/task/32652/stat : 32652 (java) D 32649 32651 31471 0 -1 64 2033 0 1 0 4 1 0 0 17 0 7 0 1990151598 821489664 2527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102564 s]
/proc/loadavg: 2.11 2.13 2.01 4/82 32651
/proc/meminfo: memFree=938064/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=804612 CPUtime=0.08
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 2994 0 1 0 6 2 0 0 18 0 12 0 1990151597 823922688 2727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 201153 2727 1048 9 0 198522 0
[pid=32651/tid=32652] ppid=32649 vsize=804612 CPUtime=0.07
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 2219 0 1 0 6 1 0 0 21 0 12 0 1990151598 823922688 2727 996147200 134512640 134550740 4294956032 18446744073709551615 4109147579 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301599 s]
/proc/loadavg: 2.11 2.13 2.01 4/82 32651
/proc/meminfo: memFree=938064/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=808244 CPUtime=0.28
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 4882 0 1 0 25 3 0 0 18 0 12 0 1990151597 827641856 4209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 202061 4209 1297 9 0 199430 0
[pid=32651/tid=32652] ppid=32649 vsize=808244 CPUtime=0.17
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 2626 0 1 0 15 2 0 0 21 0 12 0 1990151598 827641856 4209 996147200 134512640 134550740 4294956032 18446744073709551615 104209922 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701668 s]
/proc/loadavg: 2.11 2.13 2.01 4/82 32651
/proc/meminfo: memFree=938064/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=808272 CPUtime=0.68
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 6322 0 1 0 63 5 0 0 18 0 12 0 1990151597 827670528 5450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 202068 5450 1335 9 0 199430 0
[pid=32651/tid=32652] ppid=32649 vsize=808272 CPUtime=0.4
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 3764 0 1 0 36 4 0 0 18 0 12 0 1990151598 827670528 5450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.5028 s]
/proc/loadavg: 2.11 2.13 2.01 4/94 32663
/proc/meminfo: memFree=920624/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=808272 CPUtime=1.47
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 7579 0 1 0 141 6 0 0 18 0 12 0 1990151597 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 202068 6028 1347 9 0 199430 0
[pid=32651/tid=32652] ppid=32649 vsize=808272 CPUtime=0.74
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 4276 0 1 0 70 4 0 0 21 0 12 0 1990151598 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=808272 CPUtime=0
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1990151599 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=808272 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1990151599 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32656] ppid=32649 vsize=808272 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1990151601 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32657] ppid=32649 vsize=808272 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 31471 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1990151601 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32658] ppid=32649 vsize=808272 CPUtime=0
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 31471 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1990151601 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=808272 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 31471 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990151606 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32660] ppid=32649 vsize=808272 CPUtime=0.42
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 31471 0 -1 64 1350 0 0 0 42 0 0 0 16 0 12 0 1990151606 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32661] ppid=32649 vsize=808272 CPUtime=0.28
/proc/32651/task/32661/stat : 32661 (java) R 32649 32651 31471 0 -1 64 1192 0 0 0 28 0 0 0 16 0 12 0 1990151606 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 105559363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32662] ppid=32649 vsize=808272 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 827670528 6028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=808272 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 827670528 6028 996147200 134512640 134550740 4294956032 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) 808272

[startup+3.10107 s]
/proc/loadavg: 2.11 2.13 2.01 4/94 32663
/proc/meminfo: memFree=913264/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=813736 CPUtime=3.06
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 15180 0 1 0 296 10 0 0 18 0 12 0 1990151597 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 203434 10642 1373 9 0 200796 0
[pid=32651/tid=32652] ppid=32649 vsize=813736 CPUtime=1.34
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 7507 0 1 0 129 5 0 0 21 0 12 0 1990151598 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4109778864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=813736 CPUtime=0
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1990151599 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=813736 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1990151599 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32656] ppid=32649 vsize=813736 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1990151601 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32657] ppid=32649 vsize=813736 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 31471 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1990151601 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32658] ppid=32649 vsize=813736 CPUtime=0
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 31471 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1990151601 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=813736 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 31471 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990151606 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32660] ppid=32649 vsize=813736 CPUtime=0.78
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 31471 0 -1 64 1946 0 0 0 77 1 0 0 17 0 12 0 1990151606 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32661] ppid=32649 vsize=813736 CPUtime=0.91
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 31471 0 -1 64 4966 0 0 0 89 2 0 0 16 0 12 0 1990151606 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32662] ppid=32649 vsize=813736 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=813736 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 833265664 10642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813736

[startup+6.30262 s]
/proc/loadavg: 2.18 2.14 2.02 3/93 32664
/proc/meminfo: memFree=853608/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=813592 CPUtime=6.23
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 26749 0 1 0 607 16 0 0 18 0 12 0 1990151597 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 203398 22172 1378 9 0 200760 0
[pid=32651/tid=32652] ppid=32649 vsize=813592 CPUtime=4.39
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 17276 0 1 0 428 11 0 0 25 0 12 0 1990151598 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4109735817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 341 0 0 0 0 0 0 0 17 0 12 0 1990151599 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=813592 CPUtime=0.04
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 31471 0 -1 64 1402 0 0 0 4 0 0 0 17 0 12 0 1990151599 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32656] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 31471 0 -1 64 57 0 0 0 0 0 0 0 17 0 12 0 1990151601 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32657] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 31471 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151601 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32658] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990151601 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 31471 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990151606 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32660] ppid=32649 vsize=813592 CPUtime=0.8
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 31471 0 -1 64 1946 0 0 0 79 1 0 0 16 0 12 0 1990151606 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32661] ppid=32649 vsize=813592 CPUtime=0.95
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 31471 0 -1 64 4966 0 0 0 93 2 0 0 16 0 12 0 1990151606 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32662] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 833118208 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 813592

[startup+12.7027 s]
/proc/loadavg: 2.17 2.14 2.02 3/93 32664
/proc/meminfo: memFree=839976/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=813592 CPUtime=12.57
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 30114 0 1 0 1239 18 0 0 18 0 12 0 1990151597 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 203398 25532 1378 9 0 200760 0
[pid=32651/tid=32652] ppid=32649 vsize=813592 CPUtime=10.56
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 18624 0 1 0 1044 12 0 0 25 0 12 0 1990151598 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4109738045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=813592 CPUtime=0.05
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 1116 0 0 0 5 0 0 0 17 0 12 0 1990151599 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=813592 CPUtime=0.12
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 31471 0 -1 64 2535 0 0 0 12 0 0 0 17 0 12 0 1990151599 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32656] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 31471 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 1990151601 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32657] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 31471 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151601 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32658] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990151601 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 31471 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990151606 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32660] ppid=32649 vsize=813592 CPUtime=0.8
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 31471 0 -1 64 1946 0 0 0 79 1 0 0 16 0 12 0 1990151606 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32661] ppid=32649 vsize=813592 CPUtime=0.97
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 31471 0 -1 64 4968 0 0 0 95 2 0 0 17 0 12 0 1990151606 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32662] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=813592 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 833118208 25532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 813592

[startup+25.5029 s]
/proc/loadavg: 2.13 2.13 2.01 3/93 32664
/proc/meminfo: memFree=838120/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=813592 CPUtime=25.24
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 30604 0 1 0 2505 19 0 0 18 0 12 0 1990151597 833118208 26011 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 203398 26011 1380 9 0 200760 0
[pid=32651/tid=32652] ppid=32649 vsize=813592 CPUtime=23.16
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 18636 0 1 0 2304 12 0 0 25 0 12 0 1990151598 833118208 26011 996147200 134512640 134550740 4294956032 18446744073709551615 4109778732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=813592 CPUtime=0.06
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 1354 0 0 0 6 0 0 0 16 0 12 0 1990151599 833118208 26011 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32651/tid=32662] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 833155072 57282 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 833155072 57282 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.27
Current children cumulated vsize (KiB) 813628

[startup+1602.3 s]
/proc/loadavg: 2.07 2.10 2.03 3/93 32664
/proc/meminfo: memFree=707368/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=813628 CPUtime=1591.72
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 65011 0 1 0 159125 47 0 0 18 0 12 0 1990151597 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 203407 58317 1392 9 0 200769 0
[pid=32651/tid=32652] ppid=32649 vsize=813628 CPUtime=1573.89
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 19876 0 1 0 157371 18 0 0 25 0 12 0 1990151598 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4109747692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=813628 CPUtime=7.12
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 17755 0 0 0 704 8 0 0 16 0 12 0 1990151599 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=813628 CPUtime=6.98
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 31471 0 -1 64 18434 0 0 0 691 7 0 0 17 0 12 0 1990151599 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32656] ppid=32649 vsize=813628 CPUtime=0.28
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 31471 0 -1 64 169 0 0 0 21 7 0 0 15 0 12 0 1990151601 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32657] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 31471 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32658] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 31471 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990151606 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32660] ppid=32649 vsize=813628 CPUtime=1.74
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 31471 0 -1 64 2743 0 0 0 173 1 0 0 16 0 12 0 1990151606 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32661] ppid=32649 vsize=813628 CPUtime=1.64
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 31471 0 -1 64 5273 0 0 0 162 2 0 0 16 0 12 0 1990151606 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32662] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 833155072 58317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.72
Current children cumulated vsize (KiB) 813628

[startup+1662.3 s]
/proc/loadavg: 2.02 2.08 2.02 3/93 32664
/proc/meminfo: memFree=703208/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=813628 CPUtime=1651.15
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 66050 0 1 0 165067 48 0 0 18 0 12 0 1990151597 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 203407 59316 1392 9 0 200769 0
[pid=32651/tid=32652] ppid=32649 vsize=813628 CPUtime=1632.52
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 19916 0 1 0 163234 18 0 0 25 0 12 0 1990151598 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4109748364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=813628 CPUtime=7.5
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 18254 0 0 0 742 8 0 0 16 0 12 0 1990151599 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=813628 CPUtime=7.39
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 31471 0 -1 64 18933 0 0 0 731 8 0 0 17 0 12 0 1990151599 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32656] ppid=32649 vsize=813628 CPUtime=0.3
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 31471 0 -1 64 170 0 0 0 22 8 0 0 15 0 12 0 1990151601 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32657] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 31471 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32658] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 31471 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990151606 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32660] ppid=32649 vsize=813628 CPUtime=1.74
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 31471 0 -1 64 2743 0 0 0 173 1 0 0 16 0 12 0 1990151606 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32661] ppid=32649 vsize=813628 CPUtime=1.64
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 31471 0 -1 64 5273 0 0 0 162 2 0 0 16 0 12 0 1990151606 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32662] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 833155072 59316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.15
Current children cumulated vsize (KiB) 813628

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/93 32664
/proc/meminfo: memFree=698920/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=813628 CPUtime=1710.98
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 67142 0 1 0 171049 49 0 0 18 0 12 0 1990151597 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 203407 60365 1392 9 0 200769 0
[pid=32651/tid=32652] ppid=32649 vsize=813628 CPUtime=1691.54
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 19959 0 1 0 169136 18 0 0 25 0 12 0 1990151598 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4109736537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=813628 CPUtime=7.94
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 18789 0 0 0 785 9 0 0 16 0 12 0 1990151599 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=813628 CPUtime=7.76
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 31471 0 -1 64 19446 0 0 0 768 8 0 0 16 0 12 0 1990151599 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32656] ppid=32649 vsize=813628 CPUtime=0.3
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 31471 0 -1 64 171 0 0 0 22 8 0 0 16 0 12 0 1990151601 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32657] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 31471 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32658] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 31471 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990151606 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32660] ppid=32649 vsize=813628 CPUtime=1.74
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 31471 0 -1 64 2743 0 0 0 173 1 0 0 16 0 12 0 1990151606 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32661] ppid=32649 vsize=813628 CPUtime=1.64
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 31471 0 -1 64 5273 0 0 0 162 2 0 0 16 0 12 0 1990151606 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32662] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 833155072 60365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.98
Current children cumulated vsize (KiB) 813628

[startup+1782.3 s]
/proc/loadavg: 1.96 2.03 2.00 3/95 32705
/proc/meminfo: memFree=1247536/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=813628 CPUtime=1770.8
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 71381 0 1 0 177027 53 0 0 18 0 12 0 1990151597 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 203407 64560 1392 9 0 200769 0
[pid=32651/tid=32652] ppid=32649 vsize=813628 CPUtime=1750.3
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 20003 0 1 0 175010 20 0 0 25 0 12 0 1990151598 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4109867148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32654] ppid=32649 vsize=813628 CPUtime=8.48
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 22482 0 0 0 837 11 0 0 17 0 12 0 1990151599 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32655] ppid=32649 vsize=813628 CPUtime=8.28
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 31471 0 -1 64 19948 0 0 0 820 8 0 0 17 0 12 0 1990151599 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=813628 CPUtime=0.31
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 31471 0 -1 64 171 0 0 0 23 8 0 0 15 0 12 0 1990151601 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 31471 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32658] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 31471 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990151606 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32660] ppid=32649 vsize=813628 CPUtime=1.74
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 31471 0 -1 64 2743 0 0 0 173 1 0 0 16 0 12 0 1990151606 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32661] ppid=32649 vsize=813628 CPUtime=1.64
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 31471 0 -1 64 5273 0 0 0 162 2 0 0 16 0 12 0 1990151606 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32662] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 833155072 64560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.8
Current children cumulated vsize (KiB) 813628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.6 s]
/proc/loadavg: 1.97 2.03 2.00 3/95 32705
/proc/meminfo: memFree=1239600/2055920 swapFree=4180444/4192956
[pid=32651] ppid=32649 vsize=813628 CPUtime=1800.1
/proc/32651/stat : 32651 (java) S 32649 32651 31471 0 -1 0 71906 0 1 0 179956 54 0 0 18 0 12 0 1990151597 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32651/statm: 203407 65064 1392 9 0 200769 0
[pid=32651/tid=32652] ppid=32649 vsize=813628 CPUtime=1778.98
/proc/32651/task/32652/stat : 32652 (java) R 32649 32651 31471 0 -1 64 20024 0 1 0 177878 20 0 0 25 0 12 0 1990151598 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4109748290 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32654] ppid=32649 vsize=813628 CPUtime=8.86
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 31471 0 -1 64 22719 0 0 0 875 11 0 0 17 0 12 0 1990151599 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32655] ppid=32649 vsize=813628 CPUtime=8.5
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 31471 0 -1 64 20215 0 0 0 842 8 0 0 16 0 12 0 1990151599 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=813628 CPUtime=0.31
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 31471 0 -1 64 171 0 0 0 23 8 0 0 15 0 12 0 1990151601 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 31471 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32658] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990151601 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 31471 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990151606 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32660] ppid=32649 vsize=813628 CPUtime=1.74
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 31471 0 -1 64 2743 0 0 0 173 1 0 0 16 0 12 0 1990151606 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32661] ppid=32649 vsize=813628 CPUtime=1.64
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 31471 0 -1 64 5273 0 0 0 162 2 0 0 16 0 12 0 1990151606 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32662] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32662/stat : 32662 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990151606 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=813628 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 31471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990151606 833155072 65064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 813628

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): 1811.69
CPU time (s): 1800.19
CPU user time (s): 1799.61
CPU system time (s): 0.581911
CPU usage (%): 99.3651
Max. virtual memory (cumulated for all children) (KiB): 815076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.581911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71923
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= 55052
involuntary context switches= 89964

runsolver used 2.23666 second user time and 6.02708 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-03 21:03:40
IDJOB=1057942
IDBENCH=54097
IDSOLVER=344
FILE ID=node68/1057942-1215111820
PBS_JOBID= 7877070
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-5.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-1057942-1215111820/watcher-1057942-1215111820 -o /tmp/evaluation-result-1057942-1215111820/solver-1057942-1215111820 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057942-1215111820.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5998e2cea9b4eec8b3b7aad8f0dac4c
RANDOM SEED=540016217

node68.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:        938544 kB
Buffers:         39396 kB
Cached:         326616 kB
SwapCached:       6560 kB
Active:         882508 kB
Inactive:       174752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        938544 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            7264 kB
Writeback:           0 kB
Mapped:         707448 kB
Slab:            44156 kB
Committed_AS:  4918292 kB
PageTables:       3172 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= 66528 MiB
End job on node68 at 2008-07-03 21:33:54