Trace number 1082114

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.15 1807.77

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-16.xml
MD5SUM17d5a229380d5fbf34b59ff6e8d706d0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints1160
Maximum constraint arity2
Maximum domain size48
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1160
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.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1082114-1215220807.xml
0.38/0.40	c reading problem ... 
0.58/0.66	c reading problem named null
0.58/0.66	c reading domains done.
0.58/0.66	c reading variables done.
0.68/0.72	c reading predicates  done.
0.88/0.90	c reading constraints
6.96/6.70	c done with constraints.
6.96/6.70	c ... done. Wall clock time 6.303s.
6.96/6.70	c #vars     2304
6.96/6.70	c #constraints  95600
6.96/6.70	c constraints type 
6.96/6.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 94792
6.96/6.70	c org.sat4j.minisat.constraints.card.AtLeast => 48
1800.07/1807.71	c starts		: 16
1800.07/1807.71	c conflicts		: 116689
1800.07/1807.71	c decisions		: 126463
1800.07/1807.71	c propagations		: 9989141
1800.07/1807.71	c inspects		: 4207016643
1800.07/1807.71	c learnt literals	: 0
1800.07/1807.71	c learnt binary clauses	: 0
1800.07/1807.71	c learnt ternary clauses	: 2
1800.07/1807.71	c learnt clauses	: 116689
1800.07/1807.71	c ignored clauses	: 0
1800.07/1807.71	c root simplifications	: 0
1800.07/1807.71	c removed literals (reason simplification)	: 12832247
1800.07/1807.71	c reason swapping (by a shorter reason)	: 0
1800.07/1807.71	c Calls to reduceDB	: 0
1800.07/1807.72	c speed (assignments/second)	: 5546.420419243234
1800.07/1807.72	c non guided choices	59
1800.07/1807.72	s UNKNOWN
1800.07/1807.72	c Total wall clock time (in seconds) : 1807.315

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-1082114-1215220807/watcher-1082114-1215220807 -o /tmp/evaluation-result-1082114-1215220807/solver-1082114-1215220807 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082114-1215220807.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.87 1.95 1.98 3/73 8427
/proc/meminfo: memFree=1193320/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=18572 CPUtime=0
/proc/8427/stat : 8427 (runsolver) R 8425 8427 6791 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2001030523 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8427/statm: 4643 292 257 25 0 2626 0

[startup+0.0939199 s]
/proc/loadavg: 1.87 1.95 1.98 3/73 8427
/proc/meminfo: memFree=1193320/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=804612 CPUtime=0.07
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 2985 0 1 0 5 2 0 0 18 0 12 0 2001030523 823922688 2718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 201153 2719 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.102922 s]
/proc/loadavg: 1.87 1.95 1.98 3/73 8427
/proc/meminfo: memFree=1193320/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=804612 CPUtime=0.08
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 3007 0 1 0 6 2 0 0 18 0 12 0 2001030523 823922688 2740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301944 s]
/proc/loadavg: 1.87 1.95 1.98 3/73 8427
/proc/meminfo: memFree=1193320/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=808328 CPUtime=0.28
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 4958 0 1 0 24 4 0 0 18 0 12 0 2001030523 827727872 4286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 202082 4286 1298 9 0 199451 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808328

[startup+0.701991 s]
/proc/loadavg: 1.87 1.95 1.98 3/73 8427
/proc/meminfo: memFree=1193320/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=808356 CPUtime=0.68
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 6351 0 1 0 62 6 0 0 18 0 12 0 2001030523 827756544 5532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 202089 5532 1335 9 0 199451 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808356

[startup+1.50208 s]
/proc/loadavg: 1.88 1.95 1.98 4/85 8439
/proc/meminfo: memFree=1171912/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=811280 CPUtime=1.48
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 9882 0 1 0 140 8 0 0 18 0 12 0 2001030523 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 202820 7308 1358 9 0 200182 0
[pid=8427/tid=8429] ppid=8425 vsize=811280 CPUtime=0.74
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 4864 0 1 0 69 5 0 0 25 0 12 0 2001030524 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8430] ppid=8425 vsize=811280 CPUtime=0
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2001030525 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8431] ppid=8425 vsize=811280 CPUtime=0
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 2001030525 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8432] ppid=8425 vsize=811280 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2001030527 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8433] ppid=8425 vsize=811280 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 2001030527 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8434] ppid=8425 vsize=811280 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2001030527 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8435] ppid=8425 vsize=811280 CPUtime=0
/proc/8427/task/8435/stat : 8435 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001030531 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8436] ppid=8425 vsize=811280 CPUtime=0.19
/proc/8427/task/8436/stat : 8436 (java) S 8425 8427 6791 0 -1 64 597 0 0 0 19 0 0 0 16 0 12 0 2001030531 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8437] ppid=8425 vsize=811280 CPUtime=0.53
/proc/8427/task/8437/stat : 8437 (java) R 8425 8427 6791 0 -1 64 3659 0 0 0 51 2 0 0 16 0 12 0 2001030531 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 102082529 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8438] ppid=8425 vsize=811280 CPUtime=0
/proc/8427/task/8438/stat : 8438 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001030531 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8439] ppid=8425 vsize=811280 CPUtime=0
/proc/8427/task/8439/stat : 8439 (java) S 8425 8427 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001030532 830750720 7308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811280

[startup+3.10128 s]
/proc/loadavg: 1.88 1.95 1.98 5/85 8439
/proc/meminfo: memFree=1156552/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=823152 CPUtime=3.38
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 22000 0 1 0 324 14 0 0 18 0 12 0 2001030523 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 205788 13492 1370 9 0 203150 0
[pid=8427/tid=8429] ppid=8425 vsize=823152 CPUtime=1.52
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 8304 0 1 0 145 7 0 0 25 0 12 0 2001030524 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8430] ppid=8425 vsize=823152 CPUtime=0
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2001030525 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8431] ppid=8425 vsize=823152 CPUtime=0
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 2001030525 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8432] ppid=8425 vsize=823152 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2001030527 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8433] ppid=8425 vsize=823152 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 2001030527 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8434] ppid=8425 vsize=823152 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2001030527 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8435] ppid=8425 vsize=823152 CPUtime=0
/proc/8427/task/8435/stat : 8435 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001030531 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8436] ppid=8425 vsize=823152 CPUtime=1.04
/proc/8427/task/8436/stat : 8436 (java) R 8425 8427 6791 0 -1 64 7790 0 0 0 101 3 0 0 16 0 12 0 2001030531 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 104093749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8437] ppid=8425 vsize=823152 CPUtime=0.8
/proc/8427/task/8437/stat : 8437 (java) S 8425 8427 6791 0 -1 64 5143 0 0 0 77 3 0 0 16 0 12 0 2001030531 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8438] ppid=8425 vsize=823152 CPUtime=0
/proc/8427/task/8438/stat : 8438 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001030531 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8439] ppid=8425 vsize=823152 CPUtime=0
/proc/8427/task/8439/stat : 8439 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001030532 842907648 13492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 823152

[startup+6.30265 s]
/proc/loadavg: 1.88 1.95 1.98 4/85 8439
/proc/meminfo: memFree=1082768/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=821500 CPUtime=6.57
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 38555 0 3 0 634 23 0 0 18 0 12 0 2001030523 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 205375 29629 1386 9 0 202737 0
[pid=8427/tid=8429] ppid=8425 vsize=821500 CPUtime=3.87
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 17314 0 1 0 375 12 0 0 25 0 12 0 2001030524 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4109794089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8430] ppid=8425 vsize=821500 CPUtime=0.08
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 3046 0 0 0 7 1 0 0 17 0 12 0 2001030525 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8431] ppid=8425 vsize=821500 CPUtime=0.1
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 4385 0 0 0 9 1 0 0 17 0 12 0 2001030525 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8432] ppid=8425 vsize=821500 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 2001030527 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8433] ppid=8425 vsize=821500 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001030527 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8434] ppid=8425 vsize=821500 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001030527 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8435] ppid=8425 vsize=821500 CPUtime=0
/proc/8427/task/8435/stat : 8435 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001030531 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8436] ppid=8425 vsize=821500 CPUtime=1.32
/proc/8427/task/8436/stat : 8436 (java) S 8425 8427 6791 0 -1 64 7819 0 1 0 129 3 0 0 16 0 12 0 2001030531 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8437] ppid=8425 vsize=821500 CPUtime=1.14
/proc/8427/task/8437/stat : 8437 (java) S 8425 8427 6791 0 -1 64 5172 0 1 0 111 3 0 0 16 0 12 0 2001030531 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8438] ppid=8425 vsize=821500 CPUtime=0
/proc/8427/task/8438/stat : 8438 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001030531 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8439] ppid=8425 vsize=821500 CPUtime=0
/proc/8427/task/8439/stat : 8439 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001030532 841216000 29629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 821500

[startup+12.7014 s]
/proc/loadavg: 1.97 1.97 1.99 3/86 8440
/proc/meminfo: memFree=1071688/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=821824 CPUtime=12.93
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 38631 0 3 0 1270 23 0 0 18 0 13 0 2001030523 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 205456 29701 1393 9 0 202818 0
[pid=8427/tid=8429] ppid=8425 vsize=821824 CPUtime=9.56
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 17331 0 1 0 944 12 0 0 25 0 13 0 2001030524 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4110156441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8430] ppid=8425 vsize=821824 CPUtime=0.08
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 3046 0 0 0 7 1 0 0 17 0 13 0 2001030525 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8431] ppid=8425 vsize=821824 CPUtime=0.1
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 4385 0 0 0 9 1 0 0 17 0 13 0 2001030525 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8432] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8433] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8434] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8435] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8435/stat : 8435 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8436] ppid=8425 vsize=821824 CPUtime=1.74
/proc/8427/task/8436/stat : 8436 (java) S 8425 8427 6791 0 -1 64 7857 0 1 0 171 3 0 0 15 0 13 0 2001030531 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8437] ppid=8425 vsize=821824 CPUtime=1.39
/proc/8427/task/8437/stat : 8437 (java) S 8425 8427 6791 0 -1 64 5187 0 1 0 136 3 0 0 16 0 13 0 2001030531 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8438] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8438/stat : 8438 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8439] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8439/stat : 8439 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2001030532 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8440] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8440/stat : 8440 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2001031198 841547776 29701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 821824

[startup+25.5029 s]
/proc/loadavg: 1.97 1.97 1.99 3/86 8440
/proc/meminfo: memFree=1064968/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=821824 CPUtime=25.67
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 38637 0 3 0 2544 23 0 0 18 0 13 0 2001030523 841547776 29705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 205456 29705 1393 9 0 202818 0
[pid=8427/tid=8429] ppid=8425 vsize=821824 CPUtime=22.26
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 17333 0 1 0 2214 12 0 0 25 0 13 0 2001030524 841547776 29705 996147200 134512640 134550740 4294956016 18446744073709551615 4110141999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8430] ppid=8425 vsize=821824 CPUtime=0.08
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 3046 0 0 0 7 1 0 0 17 0 13 0 2001030525 841547776 29705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8431] ppid=8425 vsize=821824 CPUtime=0.1
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 4385 0 0 0 9 1 0 0 17 0 13 0 2001030525 841547776 29705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8432] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 29705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8433] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 29705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8434] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 29705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=8427] ppid=8425 vsize=821824 CPUtime=1655.23
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 59101 0 3 0 165490 33 0 0 18 0 13 0 2001030523 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 205456 49657 1396 9 0 202818 0
[pid=8427/tid=8429] ppid=8425 vsize=821824 CPUtime=1651.11
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 17337 0 1 0 165098 13 0 0 25 0 13 0 2001030524 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4110141999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8430] ppid=8425 vsize=821824 CPUtime=0.33
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 14204 0 0 0 27 6 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8431] ppid=8425 vsize=821824 CPUtime=0.34
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 13673 0 0 0 29 5 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8432] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8433] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8434] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8435] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8435/stat : 8435 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8436] ppid=8425 vsize=821824 CPUtime=1.93
/proc/8427/task/8436/stat : 8436 (java) S 8425 8427 6791 0 -1 64 7869 0 1 0 190 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8437] ppid=8425 vsize=821824 CPUtime=1.46
/proc/8427/task/8437/stat : 8437 (java) S 8425 8427 6791 0 -1 64 5193 0 1 0 143 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8438] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8438/stat : 8438 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8439] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8439/stat : 8439 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2001030532 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8440] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8440/stat : 8440 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2001031198 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.23
Current children cumulated vsize (KiB) 821824

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 8470
/proc/meminfo: memFree=1302160/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=821824 CPUtime=1715
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 59101 0 3 0 171467 33 0 0 18 0 13 0 2001030523 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 205456 49657 1396 9 0 202818 0
[pid=8427/tid=8429] ppid=8425 vsize=821824 CPUtime=1710.87
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 17337 0 1 0 171074 13 0 0 25 0 13 0 2001030524 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4110156240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8430] ppid=8425 vsize=821824 CPUtime=0.33
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 14204 0 0 0 27 6 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8431] ppid=8425 vsize=821824 CPUtime=0.34
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 13673 0 0 0 29 5 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8432] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8433] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8434] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8435] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8435/stat : 8435 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8436] ppid=8425 vsize=821824 CPUtime=1.93
/proc/8427/task/8436/stat : 8436 (java) S 8425 8427 6791 0 -1 64 7869 0 1 0 190 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8437] ppid=8425 vsize=821824 CPUtime=1.46
/proc/8427/task/8437/stat : 8437 (java) S 8425 8427 6791 0 -1 64 5193 0 1 0 143 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8438] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8438/stat : 8438 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8439] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8439/stat : 8439 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2001030532 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8440] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8440/stat : 8440 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2001031198 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715
Current children cumulated vsize (KiB) 821824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 8470
/proc/meminfo: memFree=1302096/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=821824 CPUtime=1774.76
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 59101 0 3 0 177443 33 0 0 18 0 13 0 2001030523 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 205456 49657 1396 9 0 202818 0
[pid=8427/tid=8429] ppid=8425 vsize=821824 CPUtime=1770.64
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 17337 0 1 0 177051 13 0 0 25 0 13 0 2001030524 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4110141999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8430] ppid=8425 vsize=821824 CPUtime=0.33
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 14204 0 0 0 27 6 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8431] ppid=8425 vsize=821824 CPUtime=0.34
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 13673 0 0 0 29 5 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8432] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8433] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8434] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8435] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8435/stat : 8435 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8436] ppid=8425 vsize=821824 CPUtime=1.93
/proc/8427/task/8436/stat : 8436 (java) S 8425 8427 6791 0 -1 64 7869 0 1 0 190 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8437] ppid=8425 vsize=821824 CPUtime=1.46
/proc/8427/task/8437/stat : 8437 (java) S 8425 8427 6791 0 -1 64 5193 0 1 0 143 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8438] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8438/stat : 8438 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8439] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8439/stat : 8439 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2001030532 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8440] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8440/stat : 8440 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2001031198 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.76
Current children cumulated vsize (KiB) 821824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 8470
/proc/meminfo: memFree=1302096/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=821824 CPUtime=1800.07
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 59101 0 3 0 179974 33 0 0 18 0 13 0 2001030523 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 205456 49657 1396 9 0 202818 0
[pid=8427/tid=8429] ppid=8425 vsize=821824 CPUtime=1795.94
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 17337 0 1 0 179581 13 0 0 25 0 13 0 2001030524 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4110156006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8430] ppid=8425 vsize=821824 CPUtime=0.33
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 14204 0 0 0 27 6 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8431] ppid=8425 vsize=821824 CPUtime=0.34
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 13673 0 0 0 29 5 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8432] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8433] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8434] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8435] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8435/stat : 8435 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8436] ppid=8425 vsize=821824 CPUtime=1.93
/proc/8427/task/8436/stat : 8436 (java) S 8425 8427 6791 0 -1 64 7869 0 1 0 190 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8437] ppid=8425 vsize=821824 CPUtime=1.46
/proc/8427/task/8437/stat : 8437 (java) S 8425 8427 6791 0 -1 64 5193 0 1 0 143 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8438] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8438/stat : 8438 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8439] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8439/stat : 8439 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2001030532 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8440] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8440/stat : 8440 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2001031198 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 821824

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

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

[startup+1807.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 8470
/proc/meminfo: memFree=1302096/2055920 swapFree=4180584/4192956
[pid=8427] ppid=8425 vsize=821824 CPUtime=1800.07
/proc/8427/stat : 8427 (java) S 8425 8427 6791 0 -1 0 59101 0 3 0 179974 33 0 0 18 0 13 0 2001030523 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8427/statm: 205456 49657 1396 9 0 202818 0
[pid=8427/tid=8429] ppid=8425 vsize=821824 CPUtime=1795.94
/proc/8427/task/8429/stat : 8429 (java) R 8425 8427 6791 0 -1 64 17337 0 1 0 179581 13 0 0 25 0 13 0 2001030524 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4110156006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8430] ppid=8425 vsize=821824 CPUtime=0.33
/proc/8427/task/8430/stat : 8430 (java) S 8425 8427 6791 0 -1 64 14204 0 0 0 27 6 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8431] ppid=8425 vsize=821824 CPUtime=0.34
/proc/8427/task/8431/stat : 8431 (java) S 8425 8427 6791 0 -1 64 13673 0 0 0 29 5 0 0 18 0 13 0 2001030525 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8432] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8432/stat : 8432 (java) S 8425 8427 6791 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8433] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8433/stat : 8433 (java) S 8425 8427 6791 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8434] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8434/stat : 8434 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001030527 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8435] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8435/stat : 8435 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8436] ppid=8425 vsize=821824 CPUtime=1.93
/proc/8427/task/8436/stat : 8436 (java) S 8425 8427 6791 0 -1 64 7869 0 1 0 190 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8437] ppid=8425 vsize=821824 CPUtime=1.46
/proc/8427/task/8437/stat : 8437 (java) S 8425 8427 6791 0 -1 64 5193 0 1 0 143 3 0 0 16 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8427/tid=8438] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8438/stat : 8438 (java) S 8425 8427 6791 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2001030531 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8439] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8439/stat : 8439 (java) S 8425 8427 6791 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2001030532 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8427/tid=8440] ppid=8425 vsize=821824 CPUtime=0
/proc/8427/task/8440/stat : 8440 (java) S 8425 8427 6791 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2001031198 841547776 49657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 821824

Child status: 143
Real time (s): 1807.77
CPU time (s): 1800.15
CPU user time (s): 1799.78
CPU system time (s): 0.369943
CPU usage (%): 99.5783
Max. virtual memory (cumulated for all children) (KiB): 825860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59119
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37436
involuntary context switches= 22004

runsolver used 2.21866 second user time and 6.04308 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 03:20:07
IDJOB=1082114
IDBENCH=57184
IDSOLVER=344
FILE ID=node75/1082114-1215220807
PBS_JOBID= 7881743
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-16.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-1082114-1215220807/watcher-1082114-1215220807 -o /tmp/evaluation-result-1082114-1215220807/solver-1082114-1215220807 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082114-1215220807.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17d5a229380d5fbf34b59ff6e8d706d0
RANDOM SEED=1919706040

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1193800 kB
Buffers:         63860 kB
Cached:         207464 kB
SwapCached:       6320 kB
Active:         673436 kB
Inactive:       122928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1193800 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:         531428 kB
Slab:            50000 kB
Committed_AS:  4699568 kB
PageTables:       2840 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= 66556 MiB
End job on node75 at 2008-07-05 03:50:17