Trace number 1093212

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.22 1800.14

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-21.xml
MD5SUM2934710e326174e397d77e98cc162d13
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark532.791
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.32	c See www.sat4j.org for details.
0.27/0.32	c That software uses the Rhino library from the Mozilla project.
0.27/0.37	c version 9.9.9.token
0.27/0.37	c sun.arch.data.model	32
0.27/0.37	c java.version	1.6.0_06
0.27/0.37	c os.name	Linux
0.27/0.37	c os.version	2.6.9-22.EL.rootsmp
0.27/0.37	c os.arch	i386
0.27/0.37	c Free memory 669864272
0.27/0.37	c Max memory 672137216
0.27/0.37	c Total memory 672137216
0.27/0.37	c Number of processors 2
0.38/0.42	c c --- Begin Solver configuration ---
0.38/0.42	c Stops conflict analysis at the first Unique Implication Point
0.38/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.42	c Learn all clauses as in MiniSAT
0.38/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.42	c Expensive reason simplification
0.38/0.42	c MiniSAT restarts strategy
0.38/0.42	c timeout=2147483s
0.38/0.42	c DB Simplification allowed=false
0.38/0.42	c --- End Solver configuration ---
0.38/0.42	c solving HOME/instance-1093212-1215248971.xml
0.38/0.42	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.68/0.70	c reading variables done.
0.68/0.72	c reading relations done.
17.13/17.23	c reading constraints
22.81/22.55	c done with constraints.
22.81/22.55	c ... done. Wall clock time 22.135s.
22.81/22.55	c #vars     125
22.81/22.55	c #constraints  2188899
22.81/22.55	c constraints type 
22.81/22.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2188874
22.81/22.55	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.08/1800.01	c starts		: 20
1800.08/1800.02	c conflicts		: 464029
1800.08/1800.02	c decisions		: 593745
1800.08/1800.02	c propagations		: 7269948
1800.08/1800.02	c inspects		: 7152944932
1800.08/1800.02	c learnt literals	: 0
1800.08/1800.02	c learnt binary clauses	: 0
1800.08/1800.02	c learnt ternary clauses	: 0
1800.08/1800.02	c learnt clauses	: 464029
1800.08/1800.02	c ignored clauses	: 0
1800.08/1800.02	c root simplifications	: 0
1800.08/1800.02	c removed literals (reason simplification)	: 843894
1800.08/1800.02	c reason swapping (by a shorter reason)	: 0
1800.08/1800.02	c Calls to reduceDB	: 0
1800.08/1800.02	c speed (assignments/second)	: 4090.0774138377233
1800.08/1800.02	c non guided choices	103
1800.08/1800.02	s UNKNOWN
1800.08/1800.02	c Total wall clock time (in seconds) : 1799.597

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-1093212-1215248971/watcher-1093212-1215248971 -o /tmp/evaluation-result-1093212-1215248971/solver-1093212-1215248971 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1093212-1215248971.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.92 2.01 1.99 4/81 3656
/proc/meminfo: memFree=1508648/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=1804 CPUtime=0
/proc/3656/stat : 3656 (java6) D 3654 3656 402 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 2003868793 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3656/statm: 451 155 111 9 0 93 0

[startup+0.041123 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 3656
/proc/meminfo: memFree=1508648/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=801432 CPUtime=0.03
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 2464 0 1 0 1 2 0 0 18 0 5 0 2003868793 820666368 2202 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 200358 2202 936 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101235 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 3656
/proc/meminfo: memFree=1508648/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=804612 CPUtime=0.09
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 3001 0 1 0 7 2 0 0 18 0 12 0 2003868793 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 201153 2734 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301265 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 3656
/proc/meminfo: memFree=1508648/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=808276 CPUtime=0.27
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 4886 0 1 0 24 3 0 0 18 0 12 0 2003868793 827674624 4213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 202069 4213 1296 9 0 199438 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808276

[startup+0.701331 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 3656
/proc/meminfo: memFree=1508648/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=808304 CPUtime=0.68
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 6362 0 1 0 63 5 0 0 18 0 12 0 2003868793 827703296 5490 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 202076 5490 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50246 s]
/proc/loadavg: 2.01 2.03 2.00 3/93 3668
/proc/meminfo: memFree=1481864/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=808304 CPUtime=1.48
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 10955 0 1 0 141 7 0 0 18 0 12 0 2003868793 827703296 9775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 202076 9776 1347 9 0 199438 0
[pid=3656/tid=3658] ppid=3654 vsize=808304 CPUtime=0.74
/proc/3656/task/3658/stat : 3658 (java) R 3654 3656 402 0 -1 64 8014 0 1 0 69 5 0 0 18 0 12 0 2003868794 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3659] ppid=3654 vsize=808304 CPUtime=0
/proc/3656/task/3659/stat : 3659 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003868795 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3660] ppid=3654 vsize=808304 CPUtime=0
/proc/3656/task/3660/stat : 3660 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2003868795 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3661] ppid=3654 vsize=808304 CPUtime=0
/proc/3656/task/3661/stat : 3661 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2003868797 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3662] ppid=3654 vsize=808304 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2003868798 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3663] ppid=3654 vsize=808304 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2003868798 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3664] ppid=3654 vsize=808304 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003868802 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3665] ppid=3654 vsize=808304 CPUtime=0.24
/proc/3656/task/3665/stat : 3665 (java) R 3654 3656 402 0 -1 64 574 0 0 0 24 0 0 0 16 0 12 0 2003868802 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 106711880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3666] ppid=3654 vsize=808304 CPUtime=0.46
/proc/3656/task/3666/stat : 3666 (java) S 3654 3656 402 0 -1 64 1605 0 0 0 46 0 0 0 16 0 12 0 2003868802 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3667] ppid=3654 vsize=808304 CPUtime=0
/proc/3656/task/3667/stat : 3667 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003868802 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3668] ppid=3654 vsize=808304 CPUtime=0
/proc/3656/task/3668/stat : 3668 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003868802 827703296 9776 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808304

[startup+3.10273 s]
/proc/loadavg: 2.01 2.03 2.00 3/93 3668
/proc/meminfo: memFree=1434184/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=808632 CPUtime=3.08
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 26257 0 1 0 294 14 0 0 18 0 12 0 2003868793 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 202158 25073 1356 9 0 199520 0
[pid=3656/tid=3658] ppid=3654 vsize=808632 CPUtime=1.98
/proc/3656/task/3658/stat : 3658 (java) R 3654 3656 402 0 -1 64 16970 0 1 0 189 9 0 0 20 0 12 0 2003868794 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4109731018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3659] ppid=3654 vsize=808632 CPUtime=0.07
/proc/3656/task/3659/stat : 3659 (java) S 3654 3656 402 0 -1 64 3420 0 0 0 6 1 0 0 16 0 12 0 2003868795 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3660] ppid=3654 vsize=808632 CPUtime=0.08
/proc/3656/task/3660/stat : 3660 (java) S 3654 3656 402 0 -1 64 2841 0 0 0 7 1 0 0 16 0 12 0 2003868795 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3661] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3661/stat : 3661 (java) S 3654 3656 402 0 -1 64 66 0 0 0 0 0 0 0 16 0 12 0 2003868797 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3662] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2003868798 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3663] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003868798 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3664] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003868802 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3665] ppid=3654 vsize=808632 CPUtime=0.33
/proc/3656/task/3665/stat : 3665 (java) S 3654 3656 402 0 -1 64 587 0 0 0 33 0 0 0 16 0 12 0 2003868802 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3666] ppid=3654 vsize=808632 CPUtime=0.56
/proc/3656/task/3666/stat : 3666 (java) S 3654 3656 402 0 -1 64 1610 0 0 0 56 0 0 0 16 0 12 0 2003868802 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3667] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3667/stat : 3667 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003868802 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3668] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3668/stat : 3668 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003868802 828039168 25073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 808632

[startup+6.30538 s]
/proc/loadavg: 2.01 2.03 2.00 6/93 3668
/proc/meminfo: memFree=1393992/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=808632 CPUtime=6.27
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 32468 0 1 0 610 17 0 0 18 0 12 0 2003868793 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 202158 31190 1356 9 0 199520 0
[pid=3656/tid=3658] ppid=3654 vsize=808632 CPUtime=4.69
/proc/3656/task/3658/stat : 3658 (java) R 3654 3656 402 0 -1 64 16983 0 1 0 459 10 0 0 25 0 12 0 2003868794 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3659] ppid=3654 vsize=808632 CPUtime=0.31
/proc/3656/task/3659/stat : 3659 (java) R 3654 3656 402 0 -1 64 6498 0 0 0 29 2 0 0 15 0 12 0 2003868795 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3660] ppid=3654 vsize=808632 CPUtime=0.31
/proc/3656/task/3660/stat : 3660 (java) R 3654 3656 402 0 -1 64 5960 0 0 0 29 2 0 0 16 0 12 0 2003868795 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3661] ppid=3654 vsize=808632 CPUtime=0.01
/proc/3656/task/3661/stat : 3661 (java) R 3654 3656 402 0 -1 64 67 0 0 0 1 0 0 0 16 0 12 0 2003868797 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3662] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2003868798 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3663] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003868798 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3664] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003868802 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3665] ppid=3654 vsize=808632 CPUtime=0.33
/proc/3656/task/3665/stat : 3665 (java) S 3654 3656 402 0 -1 64 587 0 0 0 33 0 0 0 17 0 12 0 2003868802 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3666] ppid=3654 vsize=808632 CPUtime=0.56
/proc/3656/task/3666/stat : 3666 (java) S 3654 3656 402 0 -1 64 1610 0 0 0 56 0 0 0 17 0 12 0 2003868802 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3667] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3667/stat : 3667 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003868802 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3668] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3668/stat : 3668 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003868802 828039168 31190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 808632

[startup+12.7023 s]
/proc/loadavg: 2.17 2.06 2.01 3/93 3668
/proc/meminfo: memFree=1355656/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=808632 CPUtime=12.64
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 41861 0 1 0 1243 21 0 0 18 0 12 0 2003868793 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 202158 40559 1356 9 0 199520 0
[pid=3656/tid=3658] ppid=3654 vsize=808632 CPUtime=10.2
/proc/3656/task/3658/stat : 3658 (java) R 3654 3656 402 0 -1 64 17003 0 1 0 1009 11 0 0 17 0 12 0 2003868794 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4109728949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3659] ppid=3654 vsize=808632 CPUtime=0.73
/proc/3656/task/3659/stat : 3659 (java) S 3654 3656 402 0 -1 64 10754 0 0 0 69 4 0 0 16 0 12 0 2003868795 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3660] ppid=3654 vsize=808632 CPUtime=0.74
/proc/3656/task/3660/stat : 3660 (java) S 3654 3656 402 0 -1 64 11077 0 0 0 71 3 0 0 16 0 12 0 2003868795 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3661] ppid=3654 vsize=808632 CPUtime=0.01
/proc/3656/task/3661/stat : 3661 (java) S 3654 3656 402 0 -1 64 67 0 0 0 1 0 0 0 15 0 12 0 2003868797 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3662] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2003868798 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3663] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003868798 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3664] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003868802 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3665] ppid=3654 vsize=808632 CPUtime=0.33
/proc/3656/task/3665/stat : 3665 (java) S 3654 3656 402 0 -1 64 587 0 0 0 33 0 0 0 17 0 12 0 2003868802 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3666] ppid=3654 vsize=808632 CPUtime=0.56
/proc/3656/task/3666/stat : 3666 (java) S 3654 3656 402 0 -1 64 1610 0 0 0 56 0 0 0 17 0 12 0 2003868802 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3667] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3667/stat : 3667 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2003868802 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3668] ppid=3654 vsize=808632 CPUtime=0
/proc/3656/task/3668/stat : 3668 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003868802 828039168 40559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 808632

[startup+25.5015 s]
/proc/loadavg: 2.30 2.09 2.02 3/94 3669
/proc/meminfo: memFree=1124032/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=813456 CPUtime=25.89
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 102167 0 1 0 2545 44 0 0 18 0 13 0 2003868793 832978944 97393 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 203364 97393 1374 9 0 200726 0
[pid=3656/tid=3658] ppid=3654 vsize=813456 CPUtime=19.15
/proc/3656/task/3658/stat : 3658 (java) R 3654 3656 402 0 -1 64 17050 0 1 0 1903 12 0 0 25 0 13 0 2003868794 832978944 97393 996147200 134512640 134550740 4294956016 18446744073709551615 4109821615 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3659] ppid=3654 vsize=813456 CPUtime=2.5
/proc/3656/task/3659/stat : 3659 (java) S 3654 3656 402 0 -1 64 38357 0 0 0 236 14 0 0 16 0 13 0 2003868795 832978944 97393 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3660] ppid=3654 vsize=813456 CPUtime=2.66
/proc/3656/task/3660/stat : 3660 (java) S 3654 3656 402 0 -1 64 42259 0 0 0 252 14 0 0 16 0 13 0 2003868795 832978944 97393 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3661] ppid=3654 vsize=813456 CPUtime=0.02
/proc/3656/task/3661/stat : 3661 (java) S 3654 3656 402 0 -1 64 67 0 0 0 2 0 0 0 17 0 13 0 2003868797 832978944 97393 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3662] ppid=3654 vsize=813456 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003868798 832978944 97393 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3663] ppid=3654 vsize=813456 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003868798 832978944 97393 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3664] ppid=3654 vsize=813456 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003868802 832978944 97393 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3656/tid=3661] ppid=3654 vsize=812348 CPUtime=0.02
/proc/3656/task/3661/stat : 3661 (java) S 3654 3656 402 0 -1 64 67 0 0 0 2 0 0 0 16 0 13 0 2003868797 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3662] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003868798 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3663] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003868798 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3664] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3665] ppid=3654 vsize=812348 CPUtime=0.82
/proc/3656/task/3665/stat : 3665 (java) S 3654 3656 402 0 -1 64 2020 0 0 0 81 1 0 0 16 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3666] ppid=3654 vsize=812348 CPUtime=1.02
/proc/3656/task/3666/stat : 3666 (java) S 3654 3656 402 0 -1 64 1679 0 0 0 102 0 0 0 16 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3667] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3667/stat : 3667 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3668] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3668/stat : 3668 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3669] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3669/stat : 3669 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 2003871049 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.27
Current children cumulated vsize (KiB) 812348

[startup+1662.3 s]
/proc/loadavg: 2.00 2.07 2.03 3/93 3711
/proc/meminfo: memFree=973848/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=812348 CPUtime=1662.24
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 123862 0 1 0 166165 59 0 0 18 0 13 0 2003868793 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 203087 118629 1383 9 0 200449 0
[pid=3656/tid=3658] ppid=3654 vsize=812348 CPUtime=1653.92
/proc/3656/task/3658/stat : 3658 (java) R 3654 3656 402 0 -1 64 17061 0 1 0 165375 17 0 0 25 0 13 0 2003868794 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4109821615 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3659] ppid=3654 vsize=812348 CPUtime=3.13
/proc/3656/task/3659/stat : 3659 (java) S 3654 3656 402 0 -1 64 48807 0 0 0 294 19 0 0 17 0 13 0 2003868795 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3660] ppid=3654 vsize=812348 CPUtime=3.27
/proc/3656/task/3660/stat : 3660 (java) S 3654 3656 402 0 -1 64 53459 0 0 0 308 19 0 0 17 0 13 0 2003868795 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3661] ppid=3654 vsize=812348 CPUtime=0.02
/proc/3656/task/3661/stat : 3661 (java) S 3654 3656 402 0 -1 64 67 0 0 0 2 0 0 0 16 0 13 0 2003868797 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3662] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003868798 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3663] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003868798 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3664] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3665] ppid=3654 vsize=812348 CPUtime=0.82
/proc/3656/task/3665/stat : 3665 (java) S 3654 3656 402 0 -1 64 2020 0 0 0 81 1 0 0 16 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3666] ppid=3654 vsize=812348 CPUtime=1.02
/proc/3656/task/3666/stat : 3666 (java) S 3654 3656 402 0 -1 64 1679 0 0 0 102 0 0 0 16 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3667] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3667/stat : 3667 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3668] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3668/stat : 3668 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3669] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3669/stat : 3669 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 2003871049 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.24
Current children cumulated vsize (KiB) 812348

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/93 3711
/proc/meminfo: memFree=973848/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=812348 CPUtime=1722.21
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 123862 0 1 0 172162 59 0 0 18 0 13 0 2003868793 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 203087 118629 1383 9 0 200449 0
[pid=3656/tid=3658] ppid=3654 vsize=812348 CPUtime=1713.89
/proc/3656/task/3658/stat : 3658 (java) R 3654 3656 402 0 -1 64 17061 0 1 0 171372 17 0 0 25 0 13 0 2003868794 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4109931625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3659] ppid=3654 vsize=812348 CPUtime=3.13
/proc/3656/task/3659/stat : 3659 (java) S 3654 3656 402 0 -1 64 48807 0 0 0 294 19 0 0 17 0 13 0 2003868795 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3660] ppid=3654 vsize=812348 CPUtime=3.27
/proc/3656/task/3660/stat : 3660 (java) S 3654 3656 402 0 -1 64 53459 0 0 0 308 19 0 0 17 0 13 0 2003868795 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3661] ppid=3654 vsize=812348 CPUtime=0.02
/proc/3656/task/3661/stat : 3661 (java) S 3654 3656 402 0 -1 64 67 0 0 0 2 0 0 0 16 0 13 0 2003868797 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3662] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003868798 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3663] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003868798 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3664] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3665] ppid=3654 vsize=812348 CPUtime=0.82
/proc/3656/task/3665/stat : 3665 (java) S 3654 3656 402 0 -1 64 2020 0 0 0 81 1 0 0 16 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3666] ppid=3654 vsize=812348 CPUtime=1.02
/proc/3656/task/3666/stat : 3666 (java) S 3654 3656 402 0 -1 64 1679 0 0 0 102 0 0 0 16 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3667] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3667/stat : 3667 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3668] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3668/stat : 3668 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003868802 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3669] ppid=3654 vsize=812348 CPUtime=0
/proc/3656/task/3669/stat : 3669 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 2003871049 831844352 118629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.21
Current children cumulated vsize (KiB) 812348

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/93 3711
/proc/meminfo: memFree=950872/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=813628 CPUtime=1782.38
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 130335 0 1 0 178176 62 0 0 18 0 13 0 2003868793 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 203407 124373 1383 9 0 200769 0
[pid=3656/tid=3658] ppid=3654 vsize=813628 CPUtime=1773.48
/proc/3656/task/3658/stat : 3658 (java) R 3654 3656 402 0 -1 64 17062 0 1 0 177331 17 0 0 25 0 13 0 2003868794 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4109810918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3659] ppid=3654 vsize=813628 CPUtime=3.43
/proc/3656/task/3659/stat : 3659 (java) S 3654 3656 402 0 -1 64 51857 0 0 0 323 20 0 0 16 0 13 0 2003868795 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3660] ppid=3654 vsize=813628 CPUtime=3.56
/proc/3656/task/3660/stat : 3660 (java) S 3654 3656 402 0 -1 64 56881 0 0 0 335 21 0 0 17 0 13 0 2003868795 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3661] ppid=3654 vsize=813628 CPUtime=0.02
/proc/3656/task/3661/stat : 3661 (java) S 3654 3656 402 0 -1 64 67 0 0 0 2 0 0 0 16 0 13 0 2003868797 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3662] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003868798 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3663] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003868798 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3664] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3665] ppid=3654 vsize=813628 CPUtime=0.82
/proc/3656/task/3665/stat : 3665 (java) S 3654 3656 402 0 -1 64 2020 0 0 0 81 1 0 0 16 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3666] ppid=3654 vsize=813628 CPUtime=1.02
/proc/3656/task/3666/stat : 3666 (java) S 3654 3656 402 0 -1 64 1679 0 0 0 102 0 0 0 16 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3667] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3667/stat : 3667 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3668] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3668/stat : 3668 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3669] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3669/stat : 3669 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 2003871049 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 813628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.04 2.02 3/93 3711
/proc/meminfo: memFree=950872/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=813628 CPUtime=1800.08
/proc/3656/stat : 3656 (java) S 3654 3656 402 0 -1 0 130335 0 1 0 179946 62 0 0 18 0 13 0 2003868793 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3656/statm: 203407 124373 1383 9 0 200769 0
[pid=3656/tid=3658] ppid=3654 vsize=813628 CPUtime=1791.17
/proc/3656/task/3658/stat : 3658 (java) R 3654 3656 402 0 -1 64 17062 0 1 0 179100 17 0 0 25 0 13 0 2003868794 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4109821615 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3659] ppid=3654 vsize=813628 CPUtime=3.43
/proc/3656/task/3659/stat : 3659 (java) S 3654 3656 402 0 -1 64 51857 0 0 0 323 20 0 0 16 0 13 0 2003868795 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3660] ppid=3654 vsize=813628 CPUtime=3.56
/proc/3656/task/3660/stat : 3660 (java) S 3654 3656 402 0 -1 64 56881 0 0 0 335 21 0 0 17 0 13 0 2003868795 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3661] ppid=3654 vsize=813628 CPUtime=0.02
/proc/3656/task/3661/stat : 3661 (java) S 3654 3656 402 0 -1 64 67 0 0 0 2 0 0 0 16 0 13 0 2003868797 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3662] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3662/stat : 3662 (java) S 3654 3656 402 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003868798 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3663] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3663/stat : 3663 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003868798 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3664] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3664/stat : 3664 (java) S 3654 3656 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3665] ppid=3654 vsize=813628 CPUtime=0.82
/proc/3656/task/3665/stat : 3665 (java) S 3654 3656 402 0 -1 64 2020 0 0 0 81 1 0 0 16 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3666] ppid=3654 vsize=813628 CPUtime=1.02
/proc/3656/task/3666/stat : 3666 (java) S 3654 3656 402 0 -1 64 1679 0 0 0 102 0 0 0 16 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3667] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3667/stat : 3667 (java) S 3654 3656 402 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3656/tid=3668] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3668/stat : 3668 (java) S 3654 3656 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003868802 833155072 124373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3656/tid=3669] ppid=3654 vsize=813628 CPUtime=0
/proc/3656/task/3669/stat : 3669 (java) S 3654 3656 402 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 2003871049 833155072 124373 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) 813628

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.04 2.02 3/93 3711
/proc/meminfo: memFree=950872/2055920 swapFree=4180732/4192956
[pid=3656] ppid=3654 vsize=0 CPUtime=1800.19
/proc/3656/stat : 3656 (java) Z 3654 3656 402 0 -1 1036 130353 0 1 0 179952 67 0 0 16 0 2 0 2003868793 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3656/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1800.14
CPU time (s): 1800.22
CPU user time (s): 1799.52
CPU system time (s): 0.695894
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 814412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.695894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130353
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= 38126
involuntary context switches= 44400

runsolver used 2.6026 second user time and 5.63014 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 11:09:33
IDJOB=1093212
IDBENCH=58691
IDSOLVER=344
FILE ID=node57/1093212-1215248971
PBS_JOBID= 7881904
Free space on /tmp= 66488 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-21.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-1093212-1215248971/watcher-1093212-1215248971 -o /tmp/evaluation-result-1093212-1215248971/solver-1093212-1215248971 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1093212-1215248971.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2934710e326174e397d77e98cc162d13
RANDOM SEED=1182879930

node57.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.258
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.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1509128 kB
Buffers:         56544 kB
Cached:         261736 kB
SwapCached:       6148 kB
Active:         384632 kB
Inactive:       106984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509128 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:           30992 kB
Writeback:           0 kB
Mapped:         189324 kB
Slab:            39944 kB
Committed_AS:  4272432 kB
PageTables:       2192 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= 66488 MiB
End job on node57 at 2008-07-05 11:39:35