Trace number 1073297

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

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-01-08.xml
MD5SUM0c9002fa5828e7988c1ebba4c2893b17
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.18421
Satisfiable
(Un)Satisfiability was proved
Number of variables9685
Number of constraints65555
Maximum constraint arity39
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65555
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1073297-1215176965/watcher-1073297-1215176965 -o /tmp/evaluation-result-1073297-1215176965/solver-1073297-1215176965 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073297-1215176965.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.24 2.15 2.05 4/73 26622
/proc/meminfo: memFree=1458448/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=18572 CPUtime=0
/proc/26622/stat : 26622 (runsolver) R 26620 26622 25415 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 629943762 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26622/statm: 4643 292 257 25 0 2626 0

[startup+0.0644229 s]
/proc/loadavg: 2.24 2.15 2.05 4/73 26622
/proc/meminfo: memFree=1458448/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=802236 CPUtime=0.04
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 2693 0 1 0 3 1 0 0 21 0 7 0 629943762 821489664 2428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 200559 2428 1002 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.102423 s]
/proc/loadavg: 2.24 2.15 2.05 4/73 26622
/proc/meminfo: memFree=1458448/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=804612 CPUtime=0.08
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 3003 0 1 0 6 2 0 0 21 0 12 0 629943762 823922688 2736 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 201153 2736 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302454 s]
/proc/loadavg: 2.24 2.15 2.05 4/73 26622
/proc/meminfo: memFree=1458448/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=807848 CPUtime=0.29
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 4923 0 1 0 26 3 0 0 21 0 12 0 629943762 827236352 4270 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 201962 4270 1304 9 0 199331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807848

[startup+0.702486 s]
/proc/loadavg: 2.24 2.15 2.05 4/73 26622
/proc/meminfo: memFree=1458448/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=807876 CPUtime=0.69
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 6133 0 1 0 64 5 0 0 21 0 12 0 629943762 827265024 5428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 201969 5428 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.50158 s]
/proc/loadavg: 2.30 2.16 2.06 3/85 26634
/proc/meminfo: memFree=1441328/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=810964 CPUtime=1.48
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 8271 0 1 0 142 6 0 0 21 0 12 0 629943762 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 202741 6448 1345 9 0 200103 0
[pid=26622/tid=26624] ppid=26620 vsize=810964 CPUtime=0.78
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 4088 0 1 0 74 4 0 0 25 0 12 0 629943764 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26625] ppid=26620 vsize=810964 CPUtime=0
/proc/26622/task/26625/stat : 26625 (java) S 26620 26622 25415 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 629943765 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26626] ppid=26620 vsize=810964 CPUtime=0
/proc/26622/task/26626/stat : 26626 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 629943765 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26627] ppid=26620 vsize=810964 CPUtime=0
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 629943767 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26628] ppid=26620 vsize=810964 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 629943767 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=810964 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 629943767 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=810964 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26631] ppid=26620 vsize=810964 CPUtime=0.4
/proc/26622/task/26631/stat : 26631 (java) R 26620 26622 25415 0 -1 64 2314 0 0 0 39 1 0 0 17 0 12 0 629943772 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 104110101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26632] ppid=26620 vsize=810964 CPUtime=0.27
/proc/26622/task/26632/stat : 26632 (java) S 26620 26622 25415 0 -1 64 1103 0 0 0 27 0 0 0 16 0 12 0 629943772 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26633] ppid=26620 vsize=810964 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 830427136 6448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=810964 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 830427136 6448 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) 810964

[startup+3.10176 s]
/proc/loadavg: 2.30 2.16 2.06 3/85 26634
/proc/meminfo: memFree=1438000/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=809648 CPUtime=3.06
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 15149 0 1 0 295 11 0 0 21 0 12 0 629943762 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 202412 12199 1376 9 0 199774 0
[pid=26622/tid=26624] ppid=26620 vsize=809648 CPUtime=1.55
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 10088 0 1 0 147 8 0 0 25 0 12 0 629943764 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26625] ppid=26620 vsize=809648 CPUtime=0
/proc/26622/task/26625/stat : 26625 (java) S 26620 26622 25415 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 629943765 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26626] ppid=26620 vsize=809648 CPUtime=0
/proc/26622/task/26626/stat : 26626 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 629943765 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26627] ppid=26620 vsize=809648 CPUtime=0
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 629943767 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26628] ppid=26620 vsize=809648 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 629943767 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=809648 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 629943767 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=809648 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26631] ppid=26620 vsize=809648 CPUtime=0.79
/proc/26622/task/26631/stat : 26631 (java) R 26620 26622 25415 0 -1 64 2816 0 0 0 78 1 0 0 16 0 12 0 629943772 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 105561025 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26632] ppid=26620 vsize=809648 CPUtime=0.69
/proc/26622/task/26632/stat : 26632 (java) S 26620 26622 25415 0 -1 64 1479 0 0 0 69 0 0 0 16 0 12 0 629943772 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26633] ppid=26620 vsize=809648 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=809648 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 829079552 12199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 809648

[startup+6.30211 s]
/proc/loadavg: 2.30 2.16 2.06 3/85 26634
/proc/meminfo: memFree=1396720/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=814236 CPUtime=6.34
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 28022 0 1 0 614 20 0 0 21 0 12 0 629943762 833777664 24363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 203559 24364 1390 9 0 200921 0
[pid=26622/tid=26624] ppid=26620 vsize=814236 CPUtime=2.81
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 17321 0 1 0 267 14 0 0 25 0 12 0 629943764 833777664 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26625] ppid=26620 vsize=814236 CPUtime=0.11
/proc/26622/task/26625/stat : 26625 (java) R 26620 26622 25415 0 -1 64 1572 0 0 0 11 0 0 0 17 0 12 0 629943765 833777664 24366 996147200 134512640 134550740 4294956016 18446744073709551615 106154739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26626] ppid=26620 vsize=814236 CPUtime=0.13
/proc/26622/task/26626/stat : 26626 (java) R 26620 26622 25415 0 -1 64 2128 0 0 0 12 1 0 0 17 0 12 0 629943765 833777664 24367 996147200 134512640 134550740 4294956016 18446744073709551615 104146006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26627] ppid=26620 vsize=814236 CPUtime=0
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 629943767 833777664 24368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26628] ppid=26620 vsize=814236 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 629943767 833777664 24369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=814236 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 629943767 833777664 24370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=814236 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 833777664 24371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26631] ppid=26620 vsize=814236 CPUtime=1.48
/proc/26622/task/26631/stat : 26631 (java) S 26620 26622 25415 0 -1 64 3946 0 0 0 147 1 0 0 15 0 12 0 629943772 833777664 24372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26632] ppid=26620 vsize=814236 CPUtime=1.74
/proc/26622/task/26632/stat : 26632 (java) S 26620 26622 25415 0 -1 64 2295 0 0 0 173 1 0 0 15 0 12 0 629943772 833777664 24373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26633] ppid=26620 vsize=814236 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 833777664 24374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=814236 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 833777664 24375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 814236

[startup+12.7028 s]
/proc/loadavg: 2.40 2.19 2.07 5/85 26634
/proc/meminfo: memFree=1336240/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=817060 CPUtime=12.98
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 37940 0 1 0 1272 26 0 0 21 0 12 0 629943762 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 204265 32477 1400 9 0 201627 0
[pid=26622/tid=26624] ppid=26620 vsize=817060 CPUtime=7.71
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 17345 0 1 0 756 15 0 0 25 0 12 0 629943764 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4110108926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26625] ppid=26620 vsize=817060 CPUtime=0.63
/proc/26622/task/26625/stat : 26625 (java) S 26620 26622 25415 0 -1 64 5494 0 0 0 61 2 0 0 16 0 12 0 629943765 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26626] ppid=26620 vsize=817060 CPUtime=0.66
/proc/26622/task/26626/stat : 26626 (java) S 26620 26622 25415 0 -1 64 5822 0 0 0 63 3 0 0 16 0 12 0 629943765 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26627] ppid=26620 vsize=817060 CPUtime=0.01
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 629943767 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26628] ppid=26620 vsize=817060 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 629943767 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=817060 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 629943767 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=817060 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26631] ppid=26620 vsize=817060 CPUtime=1.58
/proc/26622/task/26631/stat : 26631 (java) S 26620 26622 25415 0 -1 64 3957 0 0 0 156 2 0 0 16 0 12 0 629943772 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26632] ppid=26620 vsize=817060 CPUtime=2.34
/proc/26622/task/26632/stat : 26632 (java) S 26620 26622 25415 0 -1 64 4528 0 0 0 232 2 0 0 15 0 12 0 629943772 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26633] ppid=26620 vsize=817060 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=817060 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 836669440 32477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 817060

[startup+25.5022 s]
/proc/loadavg: 2.34 2.18 2.07 4/85 26634
/proc/meminfo: memFree=1322736/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=816772 CPUtime=25.77
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 40723 0 1 0 2548 29 0 0 21 0 12 0 629943762 836374528 35162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 204193 35162 1400 9 0 201555 0
[pid=26622/tid=26624] ppid=26620 vsize=816772 CPUtime=19.84
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 17414 0 1 0 1968 16 0 0 25 0 12 0 629943764 836374528 35162 996147200 134512640 134550740 4294956016 18446744073709551615 4110411100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26625] ppid=26620 vsize=816772 CPUtime=0.8
/proc/26622/task/26625/stat : 26625 (java) S 26620 26622 25415 0 -1 64 6634 0 0 0 77 3 0 0 16 0 12 0 629943765 836374528 35162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26626] ppid=26620 vsize=816772 CPUtime=0.82
/proc/26622/task/26626/stat : 26626 (java) S 26620 26622 25415 0 -1 64 7385 0 0 0 79 3 0 0 16 0 12 0 629943765 836374528 35162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26627] ppid=26620 vsize=816772 CPUtime=0.02
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 31 0 0 0 2 0 0 0 15 0 12 0 629943767 836374528 35162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26628] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 35162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 35162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 35162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=26622/tid=26633] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36660 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 836374528 36660 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.15
Current children cumulated vsize (KiB) 816772

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26636
/proc/meminfo: memFree=1315696/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=816772 CPUtime=1662.12
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 44560 0 1 0 166145 67 0 0 21 0 12 0 629943762 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 204193 36686 1400 9 0 201555 0
[pid=26622/tid=26624] ppid=26620 vsize=816772 CPUtime=1645.43
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 19791 0 1 0 164518 25 0 0 25 0 12 0 629943764 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4110398230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26625] ppid=26620 vsize=816772 CPUtime=5.38
/proc/26622/task/26625/stat : 26625 (java) S 26620 26622 25415 0 -1 64 7301 0 0 0 531 7 0 0 16 0 12 0 629943765 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26626] ppid=26620 vsize=816772 CPUtime=5.45
/proc/26622/task/26626/stat : 26626 (java) S 26620 26622 25415 0 -1 64 8083 0 0 0 537 8 0 0 15 0 12 0 629943765 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26627] ppid=26620 vsize=816772 CPUtime=0.65
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 31 0 0 0 46 19 0 0 15 0 12 0 629943767 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26628] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26631] ppid=26620 vsize=816772 CPUtime=2.18
/proc/26622/task/26631/stat : 26631 (java) S 26620 26622 25415 0 -1 64 4010 0 0 0 216 2 0 0 16 0 12 0 629943772 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26632] ppid=26620 vsize=816772 CPUtime=2.96
/proc/26622/task/26632/stat : 26632 (java) S 26620 26622 25415 0 -1 64 4581 0 0 0 294 2 0 0 16 0 12 0 629943772 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26633] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 836374528 36686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.12
Current children cumulated vsize (KiB) 816772

[startup+1722.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/94 26930
/proc/meminfo: memFree=1651712/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=816772 CPUtime=1721.67
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 44678 0 1 0 172097 70 0 0 21 0 12 0 629943762 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 204193 36719 1400 9 0 201555 0
[pid=26622/tid=26624] ppid=26620 vsize=816772 CPUtime=1704.64
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 19876 0 1 0 170437 27 0 0 25 0 12 0 629943764 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4110407081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26625] ppid=26620 vsize=816772 CPUtime=5.53
/proc/26622/task/26625/stat : 26625 (java) S 26620 26622 25415 0 -1 64 7314 0 0 0 546 7 0 0 16 0 12 0 629943765 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26626] ppid=26620 vsize=816772 CPUtime=5.61
/proc/26622/task/26626/stat : 26626 (java) S 26620 26622 25415 0 -1 64 8103 0 0 0 552 9 0 0 15 0 12 0 629943765 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26627] ppid=26620 vsize=816772 CPUtime=0.69
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 31 0 0 0 49 20 0 0 15 0 12 0 629943767 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26628] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26631] ppid=26620 vsize=816772 CPUtime=2.18
/proc/26622/task/26631/stat : 26631 (java) S 26620 26622 25415 0 -1 64 4010 0 0 0 216 2 0 0 16 0 12 0 629943772 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26632] ppid=26620 vsize=816772 CPUtime=2.96
/proc/26622/task/26632/stat : 26632 (java) S 26620 26622 25415 0 -1 64 4581 0 0 0 294 2 0 0 16 0 12 0 629943772 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26633] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 836374528 36719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 816772

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 26930
/proc/meminfo: memFree=1649536/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=816772 CPUtime=1781.37
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 44790 0 1 0 178066 71 0 0 21 0 12 0 629943762 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 204193 36746 1400 9 0 201555 0
[pid=26622/tid=26624] ppid=26620 vsize=816772 CPUtime=1764.01
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 19961 0 1 0 176374 27 0 0 25 0 12 0 629943764 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4110407586 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26625] ppid=26620 vsize=816772 CPUtime=5.67
/proc/26622/task/26625/stat : 26625 (java) S 26620 26622 25415 0 -1 64 7328 0 0 0 560 7 0 0 16 0 12 0 629943765 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26626] ppid=26620 vsize=816772 CPUtime=5.77
/proc/26622/task/26626/stat : 26626 (java) S 26620 26622 25415 0 -1 64 8116 0 0 0 568 9 0 0 15 0 12 0 629943765 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26627] ppid=26620 vsize=816772 CPUtime=0.72
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 31 0 0 0 51 21 0 0 15 0 12 0 629943767 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26628] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26631] ppid=26620 vsize=816772 CPUtime=2.18
/proc/26622/task/26631/stat : 26631 (java) S 26620 26622 25415 0 -1 64 4010 0 0 0 216 2 0 0 16 0 12 0 629943772 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26632] ppid=26620 vsize=816772 CPUtime=2.96
/proc/26622/task/26632/stat : 26632 (java) S 26620 26622 25415 0 -1 64 4581 0 0 0 294 2 0 0 16 0 12 0 629943772 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26633] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 836374528 36746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (KiB) 816772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 26930
/proc/meminfo: memFree=1649408/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=816772 CPUtime=1800.08
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 44829 0 1 0 179936 72 0 0 21 0 12 0 629943762 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 204193 36758 1400 9 0 201555 0
[pid=26622/tid=26624] ppid=26620 vsize=816772 CPUtime=1782.61
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 19988 0 1 0 178234 27 0 0 25 0 12 0 629943764 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4110398989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26625] ppid=26620 vsize=816772 CPUtime=5.72
/proc/26622/task/26625/stat : 26625 (java) S 26620 26622 25415 0 -1 64 7335 0 0 0 565 7 0 0 15 0 12 0 629943765 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26626] ppid=26620 vsize=816772 CPUtime=5.82
/proc/26622/task/26626/stat : 26626 (java) S 26620 26622 25415 0 -1 64 8121 0 0 0 573 9 0 0 16 0 12 0 629943765 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26627] ppid=26620 vsize=816772 CPUtime=0.72
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 31 0 0 0 51 21 0 0 15 0 12 0 629943767 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26628] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26631] ppid=26620 vsize=816772 CPUtime=2.18
/proc/26622/task/26631/stat : 26631 (java) S 26620 26622 25415 0 -1 64 4010 0 0 0 216 2 0 0 16 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26632] ppid=26620 vsize=816772 CPUtime=2.96
/proc/26622/task/26632/stat : 26632 (java) S 26620 26622 25415 0 -1 64 4581 0 0 0 294 2 0 0 16 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26633] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 816772

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

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

[startup+1801.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 26930
/proc/meminfo: memFree=1649408/2055920 swapFree=4179668/4192956
[pid=26622] ppid=26620 vsize=816772 CPUtime=1800.08
/proc/26622/stat : 26622 (java) S 26620 26622 25415 0 -1 0 44829 0 1 0 179936 72 0 0 21 0 12 0 629943762 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26622/statm: 204193 36758 1400 9 0 201555 0
[pid=26622/tid=26624] ppid=26620 vsize=816772 CPUtime=1782.61
/proc/26622/task/26624/stat : 26624 (java) R 26620 26622 25415 0 -1 64 19988 0 1 0 178234 27 0 0 25 0 12 0 629943764 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4110398989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26625] ppid=26620 vsize=816772 CPUtime=5.72
/proc/26622/task/26625/stat : 26625 (java) S 26620 26622 25415 0 -1 64 7335 0 0 0 565 7 0 0 15 0 12 0 629943765 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26626] ppid=26620 vsize=816772 CPUtime=5.82
/proc/26622/task/26626/stat : 26626 (java) S 26620 26622 25415 0 -1 64 8121 0 0 0 573 9 0 0 16 0 12 0 629943765 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26627] ppid=26620 vsize=816772 CPUtime=0.72
/proc/26622/task/26627/stat : 26627 (java) S 26620 26622 25415 0 -1 64 31 0 0 0 51 21 0 0 15 0 12 0 629943767 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26628] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26628/stat : 26628 (java) S 26620 26622 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26629] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26629/stat : 26629 (java) S 26620 26622 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 629943767 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26630] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26630/stat : 26630 (java) S 26620 26622 25415 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26631] ppid=26620 vsize=816772 CPUtime=2.18
/proc/26622/task/26631/stat : 26631 (java) S 26620 26622 25415 0 -1 64 4010 0 0 0 216 2 0 0 16 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26632] ppid=26620 vsize=816772 CPUtime=2.96
/proc/26622/task/26632/stat : 26632 (java) S 26620 26622 25415 0 -1 64 4581 0 0 0 294 2 0 0 16 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26622/tid=26633] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26633/stat : 26633 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26622/tid=26634] ppid=26620 vsize=816772 CPUtime=0
/proc/26622/task/26634/stat : 26634 (java) S 26620 26622 25415 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 629943772 836374528 36758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 816772

Child status: 143
Real time (s): 1801.19
CPU time (s): 1800.16
CPU user time (s): 1799.41
CPU system time (s): 0.746886
CPU usage (%): 99.9431
Max. virtual memory (cumulated for all children) (KiB): 818712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.746886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44847
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= 71018
involuntary context switches= 32750

runsolver used 2.15867 second user time and 6.08507 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-04 15:09:25
IDJOB=1073297
IDBENCH=56334
IDSOLVER=344
FILE ID=node88/1073297-1215176965
PBS_JOBID= 7881493
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c9002fa5828e7988c1ebba4c2893b17
RANDOM SEED=1930866484

node88.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.232
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.232
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:       1458928 kB
Buffers:         40600 kB
Cached:         147232 kB
SwapCached:       7396 kB
Active:         498976 kB
Inactive:        49576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1458928 kB
SwapTotal:     4192956 kB
SwapFree:      4179668 kB
Dirty:           10660 kB
Writeback:           0 kB
Mapped:         366848 kB
Slab:            33116 kB
Committed_AS:  1327456 kB
PageTables:       2476 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= 66544 MiB
End job on node88 at 2008-07-04 15:39:28