Trace number 2057413

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 2.1.1? (TO) 1800.46 1806.79

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-53021_ext.xml
MD5SUMd19c1b93764e93faf8824a3904d558c8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.9685
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.28	c See www.sat4j.org for details.
0.08/0.28	c That software uses the Rhino library from the Mozilla project.
0.16/0.30	c version 2.1.1.v20090622
0.16/0.30	c sun.arch.data.model	32
0.16/0.30	c java.version	1.6.0_12
0.16/0.30	c os.name	Linux
0.16/0.30	c os.version	2.6.9-22.EL.rootsmp
0.16/0.30	c os.arch	i386
0.16/0.30	c Free memory 671000808
0.16/0.30	c Max memory 672137216
0.16/0.30	c Total memory 672137216
0.16/0.30	c Number of processors 2
0.16/0.38	c c --- Begin Solver configuration ---
0.16/0.38	c Stops conflict analysis at the first Unique Implication Point
0.16/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.16/0.38	c Learn all clauses as in MiniSAT
0.16/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.16/0.38	c Expensive reason simplification
0.16/0.38	c MiniSAT restarts strategy
0.16/0.38	c Memory based learned constraints deletion strategy
0.16/0.38	c timeout=2147483s
0.16/0.38	c DB Simplification allowed=false
0.16/0.38	c --- End Solver configuration ---
0.16/0.39	c solving HOME/instance-2057413-1247317976.xml
0.16/0.39	c reading problem ... 
0.41/0.68	c reading problem named null
0.41/0.68	c reading domains done.
0.41/0.69	c reading variables done.
0.51/0.70	c reading relations done.
1.50/1.76	c reading constraints
1.91/2.12	c done with constraints.
1.91/2.12	c ... done. Wall clock time 1.738s.
1.91/2.12	c #vars     576
1.91/2.12	c #constraints  38412
1.91/2.12	c constraints type 
1.91/2.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24
1.91/2.12	c org.sat4j.minisat.constraints.card.AtLeast => 24
1.91/2.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 38364
1800.03/1806.51	c starts		: 18
1800.03/1806.51	c conflicts		: 281633
1800.03/1806.51	c decisions		: 370206
1800.03/1806.51	c propagations		: 12296501
1800.03/1806.51	c inspects		: 4244919600
1800.03/1806.51	c learnt literals	: 0
1800.03/1806.51	c learnt binary clauses	: 9
1800.03/1806.51	c learnt ternary clauses	: 75
1800.03/1806.51	c learnt clauses	: 281633
1800.03/1806.51	c ignored clauses	: 0
1800.03/1806.51	c root simplifications	: 0
1800.03/1806.51	c removed literals (reason simplification)	: 13020317
1800.03/1806.51	c reason swapping (by a shorter reason)	: 0
1800.03/1806.51	c Calls to reduceDB	: 0
1800.03/1806.51	c speed (assignments/second)	: 6814.776533650191
1800.03/1806.51	c non guided choices	87
1800.34/1806.72	c learnt constraints type 
1800.34/1806.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.34/1806.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 281644
1800.34/1806.72	c constraints type 
1800.34/1806.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24
1800.34/1806.72	c org.sat4j.minisat.constraints.card.AtLeast => 24
1800.34/1806.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 38364
1800.34/1806.72	s UNKNOWN
1800.34/1806.72	c Total wall clock time (in seconds) : 1806.126

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057413-1247317976/watcher-2057413-1247317976 -o /tmp/evaluation-result-2057413-1247317976/solver-2057413-1247317976 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057413-1247317976.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.86 0.38 0.13 3/74 12518
/proc/meminfo: memFree=769584/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=152 CPUtime=0
/proc/12518/stat : 12518 (java) R 12516 12518 12169 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 18861091 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 10384164 0 0 4096 0 0 0 0 17 0 0 0
/proc/12518/statm: 38 26 19 9 0 4 0

[startup+0.014424 s]
/proc/loadavg: 0.86 0.38 0.13 3/74 12518
/proc/meminfo: memFree=769584/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=12740 CPUtime=0
/proc/12518/stat : 12518 (java) D 12516 12518 12169 0 -1 0 349 0 1 0 0 0 0 0 18 0 1 0 18861091 13045760 158 996147200 134512640 134550932 4294956016 18446744073709551615 10384164 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/12518/statm: 3185 158 120 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12740

[startup+0.101428 s]
/proc/loadavg: 0.86 0.38 0.13 3/74 12518
/proc/meminfo: memFree=769584/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=801384 CPUtime=0.04
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 2473 0 30 0 1 3 0 0 18 0 5 0 18861091 820617216 2249 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 200346 2249 978 9 0 197697 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801384

[startup+0.301446 s]
/proc/loadavg: 0.86 0.38 0.13 3/74 12518
/proc/meminfo: memFree=769584/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=804884 CPUtime=0.16
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 3542 0 30 0 11 5 0 0 18 0 12 0 18861091 824201216 3311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 201221 3311 1326 9 0 198555 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 804884

[startup+0.701483 s]
/proc/loadavg: 0.86 0.38 0.13 3/74 12518
/proc/meminfo: memFree=769584/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=807180 CPUtime=0.51
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 5309 0 31 0 42 9 0 0 18 0 12 0 18861091 826552320 4864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 201795 4866 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 807180

[startup+1.50156 s]
/proc/loadavg: 0.86 0.38 0.13 3/86 12530
/proc/meminfo: memFree=744080/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=809004 CPUtime=1.3
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 9152 0 31 0 119 11 0 0 18 0 12 0 18861091 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 202251 7669 1407 9 0 199578 0
[pid=12518/tid=12520] ppid=12516 vsize=809004 CPUtime=0.63
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 5782 0 2 0 57 6 0 0 23 0 12 0 18861098 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809004 CPUtime=0
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 18861099 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809004 CPUtime=0
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18861099 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809004 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 18861101 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809004 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 18861102 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809004 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 18861102 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12516 vsize=809004 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 18861113 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12527] ppid=12516 vsize=809004 CPUtime=0
/proc/12518/task/12527/stat : 12527 (java) S 12516 12518 12169 0 -1 64 13 0 0 0 0 0 0 0 21 0 12 0 18861113 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12528] ppid=12516 vsize=809004 CPUtime=0.63
/proc/12518/task/12528/stat : 12528 (java) R 12516 12518 12169 0 -1 64 2641 0 0 0 61 2 0 0 16 0 12 0 18861113 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 10818429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12529] ppid=12516 vsize=809004 CPUtime=0
/proc/12518/task/12529/stat : 12529 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 18861113 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12530] ppid=12516 vsize=809004 CPUtime=0
/proc/12518/task/12530/stat : 12530 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 18861113 828420096 7669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 809004

[startup+3.10271 s]
/proc/loadavg: 0.86 0.38 0.13 3/86 12530
/proc/meminfo: memFree=706960/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=809328 CPUtime=2.9
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 16807 0 31 0 275 15 0 0 18 0 13 0 18861091 828751872 15323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 202332 15323 1432 9 0 199659 0
[pid=12518/tid=12520] ppid=12516 vsize=809328 CPUtime=1.52
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 13361 0 2 0 143 9 0 0 25 0 13 0 18861098 828751872 15323 996147200 134512640 134550932 4294956016 18446744073709551615 4109741927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809328 CPUtime=0
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18861099 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809328 CPUtime=0
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18861099 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809328 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 18861101 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809328 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18861102 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809328 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18861102 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12516 vsize=809328 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18861113 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12527] ppid=12516 vsize=809328 CPUtime=0
/proc/12518/task/12527/stat : 12527 (java) S 12516 12518 12169 0 -1 64 13 0 0 0 0 0 0 0 21 0 13 0 18861113 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12528] ppid=12516 vsize=809328 CPUtime=1.34
/proc/12518/task/12528/stat : 12528 (java) S 12516 12518 12169 0 -1 64 2713 0 0 0 132 2 0 0 16 0 13 0 18861113 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12529] ppid=12516 vsize=809328 CPUtime=0
/proc/12518/task/12529/stat : 12529 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 18861113 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12530] ppid=12516 vsize=809328 CPUtime=0
/proc/12518/task/12530/stat : 12530 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18861113 828751872 15324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 809328

[startup+6.30301 s]
/proc/loadavg: 1.03 0.42 0.15 3/87 12531
/proc/meminfo: memFree=700104/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=809296 CPUtime=6.1
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 18155 0 31 0 595 15 0 0 18 0 13 0 18861091 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 202324 16458 1436 9 0 199651 0
[pid=12518/tid=12520] ppid=12516 vsize=809296 CPUtime=4.54
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 14476 0 2 0 444 10 0 0 25 0 13 0 18861098 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4109687146 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18861099 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18861099 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 18861101 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18861102 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18861102 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18861113 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12527] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12527/stat : 12527 (java) S 12516 12518 12169 0 -1 64 13 0 0 0 0 0 0 0 21 0 13 0 18861113 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12528] ppid=12516 vsize=809296 CPUtime=1.52
/proc/12518/task/12528/stat : 12528 (java) S 12516 12518 12169 0 -1 64 2946 0 0 0 150 2 0 0 16 0 13 0 18861113 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12529] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12529/stat : 12529 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 18861113 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12530] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12530/stat : 12530 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18861113 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12531] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12531/stat : 12531 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18861305 828719104 16458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 809296

[startup+12.7026 s]
/proc/loadavg: 1.10 0.45 0.16 3/87 12531
/proc/meminfo: memFree=694536/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=809296 CPUtime=12.5
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 19378 0 31 0 1233 17 0 0 18 0 13 0 18861091 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 202324 17680 1436 9 0 199651 0
[pid=12518/tid=12520] ppid=12516 vsize=809296 CPUtime=10.89
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 15694 0 2 0 1077 12 0 0 25 0 13 0 18861098 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4109686920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18861099 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18861099 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 18861101 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18861102 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18861102 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18861113 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12527] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12527/stat : 12527 (java) S 12516 12518 12169 0 -1 64 13 0 0 0 0 0 0 0 21 0 13 0 18861113 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12528] ppid=12516 vsize=809296 CPUtime=1.57
/proc/12518/task/12528/stat : 12528 (java) S 12516 12518 12169 0 -1 64 2951 0 0 0 155 2 0 0 17 0 13 0 18861113 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12529] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12529/stat : 12529 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 18861113 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12530] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12530/stat : 12530 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18861113 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12531] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12531/stat : 12531 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18861305 828719104 17680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 809296

[startup+25.5018 s]
/proc/loadavg: 1.30 0.52 0.18 3/87 12531
/proc/meminfo: memFree=671560/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=809296 CPUtime=25.3
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 24798 0 31 0 2510 20 0 0 18 0 13 0 18861091 828719104 23099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 202324 23099 1445 9 0 199651 0
[pid=12518/tid=12520] ppid=12516 vsize=809296 CPUtime=23.6
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 16923 0 2 0 2348 12 0 0 25 0 13 0 18861098 828719104 23099 996147200 134512640 134550932 4294956016 18446744073709551615 4109686866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809296 CPUtime=0.03
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 2278 0 0 0 2 1 0 0 17 0 13 0 18861099 828719104 23099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809296 CPUtime=0.02
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 1909 0 0 0 2 0 0 0 17 0 13 0 18861099 828719104 23099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18861101 828719104 23099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18861102 828719104 23099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809296 CPUtime=0

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

[pid=12518] ppid=12516 vsize=809296 CPUtime=1716.51
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 52727 0 31 0 171618 33 0 0 18 0 13 0 18861091 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 202324 51018 1445 9 0 199651 0
[pid=12518/tid=12520] ppid=12516 vsize=809296 CPUtime=1714.12
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 16932 0 2 0 171398 14 0 0 25 0 13 0 18861098 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4109686662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809296 CPUtime=0.33
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 16820 0 0 0 26 7 0 0 18 0 13 0 18861099 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809296 CPUtime=0.31
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 15278 0 0 0 25 6 0 0 16 0 13 0 18861099 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18861101 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18861102 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18861102 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12527] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12527/stat : 12527 (java) S 12516 12518 12169 0 -1 64 13 0 0 0 0 0 0 0 21 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12528] ppid=12516 vsize=809296 CPUtime=1.69
/proc/12518/task/12528/stat : 12528 (java) S 12516 12518 12169 0 -1 64 2960 0 0 0 167 2 0 0 17 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12529] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12529/stat : 12529 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12530] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12530/stat : 12530 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12531] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12531/stat : 12531 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18861305 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.51
Current children cumulated vsize (KiB) 809296

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/87 12531
/proc/meminfo: memFree=540424/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=809296 CPUtime=1775.94
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 52727 0 31 0 177561 33 0 0 18 0 13 0 18861091 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 202324 51018 1445 9 0 199651 0
[pid=12518/tid=12520] ppid=12516 vsize=809296 CPUtime=1773.55
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 16932 0 2 0 177341 14 0 0 25 0 13 0 18861098 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4109885823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809296 CPUtime=0.33
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 16820 0 0 0 26 7 0 0 18 0 13 0 18861099 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809296 CPUtime=0.31
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 15278 0 0 0 25 6 0 0 16 0 13 0 18861099 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18861101 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18861102 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18861102 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12527] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12527/stat : 12527 (java) S 12516 12518 12169 0 -1 64 13 0 0 0 0 0 0 0 21 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12528] ppid=12516 vsize=809296 CPUtime=1.69
/proc/12518/task/12528/stat : 12528 (java) S 12516 12518 12169 0 -1 64 2960 0 0 0 167 2 0 0 17 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12529] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12529/stat : 12529 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12530] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12530/stat : 12530 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12531] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12531/stat : 12531 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18861305 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.94
Current children cumulated vsize (KiB) 809296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 1.93 1.95 1.69 4/86 12588
/proc/meminfo: memFree=561104/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=809296 CPUtime=1800.03
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 52727 0 31 0 179969 34 0 0 18 0 13 0 18861091 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 202324 51018 1445 9 0 199651 0
[pid=12518/tid=12520] ppid=12516 vsize=809296 CPUtime=1797.64
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 16932 0 2 0 179749 15 0 0 25 0 13 0 18861098 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4109686662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809296 CPUtime=0.33
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 16820 0 0 0 26 7 0 0 18 0 13 0 18861099 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809296 CPUtime=0.31
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 15278 0 0 0 25 6 0 0 16 0 13 0 18861099 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18861101 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18861102 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18861102 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12527] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12527/stat : 12527 (java) S 12516 12518 12169 0 -1 64 13 0 0 0 0 0 0 0 21 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12528] ppid=12516 vsize=809296 CPUtime=1.69
/proc/12518/task/12528/stat : 12528 (java) S 12516 12518 12169 0 -1 64 2960 0 0 0 167 2 0 0 17 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12529] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12529/stat : 12529 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12530] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12530/stat : 12530 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18861113 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12531] ppid=12516 vsize=809296 CPUtime=0
/proc/12518/task/12531/stat : 12531 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18861305 828719104 51018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 809296

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

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

[startup+1806.61 s]
/proc/loadavg: 1.93 1.95 1.69 4/86 12588
/proc/meminfo: memFree=561104/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=809944 CPUtime=1800.16
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 52745 0 31 0 179982 34 0 0 16 0 15 0 18861091 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12518/statm: 202486 51036 1445 9 0 199813 0
[pid=12518/tid=12520] ppid=12516 vsize=809944 CPUtime=1797.74
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 16932 0 2 0 179759 15 0 0 25 0 15 0 18861098 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4109686662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809944 CPUtime=0.33
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 16820 0 0 0 26 7 0 0 18 0 15 0 18861099 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809944 CPUtime=0.31
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 15278 0 0 0 25 6 0 0 16 0 15 0 18861099 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 18861101 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 18861102 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 18861102 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12516 12518 12169 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 18861113 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12527] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12527/stat : 12527 (java) S 12516 12518 12169 0 -1 64 13 0 0 0 0 0 0 0 21 0 15 0 18861113 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12528] ppid=12516 vsize=809944 CPUtime=1.7
/proc/12518/task/12528/stat : 12528 (java) R 12516 12518 12169 0 -1 64 2960 0 0 0 168 2 0 0 16 0 15 0 18861113 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 106813392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12529] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12529/stat : 12529 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 22 0 15 0 18861113 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12530] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12530/stat : 12530 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 18861113 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12531] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12531/stat : 12531 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 20 0 15 0 18861305 829382656 51036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 809944

[startup+1806.7 s]
/proc/loadavg: 1.93 1.95 1.69 4/86 12588
/proc/meminfo: memFree=561104/2055920 swapFree=4192952/4192956
[pid=12518] ppid=12516 vsize=809944 CPUtime=1800.34
/proc/12518/stat : 12518 (java) S 12516 12518 12169 0 -1 0 52747 0 31 0 180000 34 0 0 16 0 15 0 18861091 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12518/statm: 202486 51038 1445 9 0 199813 0
[pid=12518/tid=12520] ppid=12516 vsize=809944 CPUtime=1797.83
/proc/12518/task/12520/stat : 12520 (java) R 12516 12518 12169 0 -1 64 16932 0 2 0 179768 15 0 0 25 0 15 0 18861098 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4109885823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12521] ppid=12516 vsize=809944 CPUtime=0.33
/proc/12518/task/12521/stat : 12521 (java) S 12516 12518 12169 0 -1 64 16820 0 0 0 26 7 0 0 18 0 15 0 18861099 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12522] ppid=12516 vsize=809944 CPUtime=0.31
/proc/12518/task/12522/stat : 12522 (java) S 12516 12518 12169 0 -1 64 15278 0 0 0 25 6 0 0 16 0 15 0 18861099 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12523] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 18861101 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12524] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12524/stat : 12524 (java) S 12516 12518 12169 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 18861102 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12516 12518 12169 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 18861102 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12516 12518 12169 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 18861113 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12527] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12527/stat : 12527 (java) S 12516 12518 12169 0 -1 64 13 0 0 0 0 0 0 0 21 0 15 0 18861113 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12528] ppid=12516 vsize=809944 CPUtime=1.75
/proc/12518/task/12528/stat : 12528 (java) S 12516 12518 12169 0 -1 64 2962 0 0 0 173 2 0 0 16 0 15 0 18861113 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12518/tid=12529] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12529/stat : 12529 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 22 0 15 0 18861113 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12530] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12530/stat : 12530 (java) S 12516 12518 12169 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 18861113 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12531] ppid=12516 vsize=809944 CPUtime=0
/proc/12518/task/12531/stat : 12531 (java) S 12516 12518 12169 0 -1 64 4 0 0 0 0 0 0 0 20 0 15 0 18861305 829382656 51038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 809944

Child status: 143
Real time (s): 1806.79
CPU time (s): 1800.46
CPU user time (s): 1800.09
CPU system time (s): 0.374943
CPU usage (%): 99.6498
Max. virtual memory (cumulated for all children) (KiB): 809944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.09
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52751
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37907
involuntary context switches= 42745

runsolver used 2.28365 second user time and 5.99909 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-11 15:12:56
IDJOB=2057413
IDBENCH=53368
IDSOLVER=731
FILE ID=node61/2057413-1247317976
PBS_JOBID= 9506508
Free space on /tmp= 66408 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-53021_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057413-1247317976/watcher-2057413-1247317976 -o /tmp/evaluation-result-2057413-1247317976/solver-2057413-1247317976 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057413-1247317976.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d19c1b93764e93faf8824a3904d558c8
RANDOM SEED=1125227111

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        770064 kB
Buffers:         41912 kB
Cached:        1167260 kB
SwapCached:          4 kB
Active:          56428 kB
Inactive:      1176852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        770064 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4008 kB
Writeback:           0 kB
Mapped:          35376 kB
Slab:            38104 kB
Committed_AS:   148736 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-11 15:43:05