Trace number 2090721

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.39 1800.54

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-29_ext.xml
MD5SUM3f4cc7fbe769b12c98bc52f0d6a6e82a
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 benchmark11.9592
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2090721-1247391262.xml
0.18/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
0.48/0.50	c reading relations done.
1.89/1.82	c reading constraints
2.48/2.41	c done with constraints.
2.48/2.41	c ... done. Wall clock time 2.185s.
2.48/2.41	c #vars     1600
2.48/2.41	c #constraints  10880
2.48/2.41	c constraints type 
2.48/2.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10840
2.48/2.41	c org.sat4j.minisat.constraints.card.AtLeast => 40
1800.06/1800.31	c starts		: 16
1800.06/1800.31	c conflicts		: 103467
1800.06/1800.31	c decisions		: 109430
1800.06/1800.31	c propagations		: 29658239
1800.06/1800.31	c inspects		: 3444764606
1800.06/1800.31	c learnt literals	: 9
1800.06/1800.31	c learnt binary clauses	: 38
1800.06/1800.31	c learnt ternary clauses	: 65
1800.06/1800.31	c learnt clauses	: 103458
1800.06/1800.31	c ignored clauses	: 0
1800.06/1800.31	c root simplifications	: 0
1800.06/1800.31	c removed literals (reason simplification)	: 7931369
1800.06/1800.31	c reason swapping (by a shorter reason)	: 0
1800.06/1800.31	c Calls to reduceDB	: 0
1800.06/1800.31	c speed (assignments/second)	: 16496.0342666063
1800.06/1800.31	c non guided choices	127
1800.20/1800.47	c learnt constraints type 
1800.20/1800.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
1800.20/1800.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103425
1800.20/1800.47	c constraints type 
1800.20/1800.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10840
1800.20/1800.47	c org.sat4j.minisat.constraints.card.AtLeast => 40
1800.20/1800.47	s UNKNOWN
1800.20/1800.47	c Total wall clock time (in seconds) : 1800.088

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-2090721-1247391262/watcher-2090721-1247391262 -o /tmp/evaluation-result-2090721-1247391262/solver-2090721-1247391262 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2090721-1247391262.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: 1.96 2.02 2.06 4/81 25475
/proc/meminfo: memFree=1768224/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=140 CPUtime=0
/proc/25475/stat : 25475 (java) R 25473 25475 23657 0 -1 0 188 0 0 0 0 0 0 0 18 0 1 0 26189080 143360 10 996147200 134512640 134550932 4294956016 18446744073709551615 9841472 0 0 4096 0 0 0 0 17 0 0 0
/proc/25475/statm: 37 20 14 9 0 3 0

[startup+0.04238 s]
/proc/loadavg: 1.96 2.02 2.06 4/81 25475
/proc/meminfo: memFree=1768224/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=801384 CPUtime=0.03
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 2521 0 1 0 2 1 0 0 18 0 5 0 26189080 820617216 2268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 200346 2269 984 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.101386 s]
/proc/loadavg: 1.96 2.02 2.06 4/81 25475
/proc/meminfo: memFree=1768224/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=804560 CPUtime=0.09
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 3061 0 1 0 7 2 0 0 18 0 12 0 26189080 823869440 2804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 201140 2804 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301409 s]
/proc/loadavg: 1.96 2.02 2.06 4/81 25475
/proc/meminfo: memFree=1768224/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=805988 CPUtime=0.28
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 4414 0 1 0 25 3 0 0 18 0 12 0 26189080 825331712 4151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 201497 4151 1363 9 0 198824 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805988

[startup+0.701455 s]
/proc/loadavg: 1.96 2.02 2.06 4/81 25475
/proc/meminfo: memFree=1768224/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=807172 CPUtime=0.67
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 5957 0 1 0 63 4 0 0 18 0 12 0 26189080 826544128 5421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 201793 5421 1392 9 0 199120 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807172

[startup+1.50255 s]
/proc/loadavg: 1.96 2.02 2.06 3/93 25487
/proc/meminfo: memFree=1750464/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=813080 CPUtime=1.59
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 10844 0 1 0 153 6 0 0 18 0 12 0 26189080 832593920 8688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 203270 8689 1406 9 0 200597 0
[pid=25475/tid=25477] ppid=25473 vsize=813080 CPUtime=0.71
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 5873 0 1 0 67 4 0 0 18 0 12 0 26189081 832593920 8690 996147200 134512640 134550932 4294956016 18446744073709551615 4109548884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=813080 CPUtime=0
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 26189082 832593920 8692 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=813080 CPUtime=0
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 26189082 832593920 8694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=813080 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 26189084 832593920 8696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=813080 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 26189084 832593920 8697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=813080 CPUtime=0
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 23657 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 26189084 832593920 8699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=813080 CPUtime=0
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 23657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 26189088 832593920 8701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25484] ppid=25473 vsize=813080 CPUtime=0.32
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 23657 0 -1 64 2287 0 0 0 32 0 0 0 17 0 12 0 26189088 832593920 8703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25485] ppid=25473 vsize=813080 CPUtime=0.52
/proc/25475/task/25485/stat : 25485 (java) S 25473 25475 23657 0 -1 64 1947 0 0 0 52 0 0 0 18 0 12 0 26189088 832593920 8705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25486] ppid=25473 vsize=813080 CPUtime=0
/proc/25475/task/25486/stat : 25486 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 26189088 832593920 8707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25487] ppid=25473 vsize=813080 CPUtime=0
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 26189088 832593920 8709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 813080

[startup+3.10274 s]
/proc/loadavg: 1.96 2.02 2.06 3/93 25487
/proc/meminfo: memFree=1691840/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=813404 CPUtime=3.37
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 22682 0 1 0 327 10 0 0 18 0 13 0 26189080 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 203351 20524 1441 9 0 200678 0
[pid=25475/tid=25477] ppid=25473 vsize=813404 CPUtime=1.53
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 16930 0 1 0 145 8 0 0 25 0 13 0 26189081 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4109800830 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=813404 CPUtime=0.01
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 374 0 0 0 1 0 0 0 17 0 13 0 26189082 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 246 0 0 0 0 0 0 0 17 0 13 0 26189082 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 23657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25484] ppid=25473 vsize=813404 CPUtime=1.12
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 23657 0 -1 64 2423 0 0 0 111 1 0 0 16 0 13 0 26189088 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25485] ppid=25473 vsize=813404 CPUtime=0.66
/proc/25475/task/25485/stat : 25485 (java) S 25473 25475 23657 0 -1 64 1957 0 0 0 66 0 0 0 16 0 13 0 26189088 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25486] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25486/stat : 25486 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25487] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26189088 832925696 20524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 813404

[startup+6.30111 s]
/proc/loadavg: 1.88 2.01 2.05 3/81 25509
/proc/meminfo: memFree=1789664/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=813404 CPUtime=6.64
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 22689 0 1 0 652 12 0 0 18 0 13 0 26189080 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 203351 20529 1441 9 0 200678 0
[pid=25475/tid=25477] ppid=25473 vsize=813404 CPUtime=4.72
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 16934 0 1 0 463 9 0 0 25 0 13 0 26189081 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4109809062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=813404 CPUtime=0.01
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 374 0 0 0 1 0 0 0 17 0 13 0 26189082 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 246 0 0 0 0 0 0 0 17 0 13 0 26189082 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 23657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25484] ppid=25473 vsize=813404 CPUtime=1.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 23657 0 -1 64 2423 0 0 0 112 1 0 0 16 0 13 0 26189088 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25485] ppid=25473 vsize=813404 CPUtime=0.73
/proc/25475/task/25485/stat : 25485 (java) S 25473 25475 23657 0 -1 64 1960 0 0 0 73 0 0 0 17 0 13 0 26189088 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25486] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25486/stat : 25486 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25487] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26189088 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25488] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25488/stat : 25488 (java) S 25473 25475 23657 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26189322 832925696 20529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 813404

[startup+12.7029 s]
/proc/loadavg: 1.89 2.01 2.05 3/94 25530
/proc/meminfo: memFree=1753528/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=813404 CPUtime=13.03
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 22694 0 1 0 1291 12 0 0 18 0 13 0 26189080 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 203351 20531 1441 9 0 200678 0
[pid=25475/tid=25477] ppid=25473 vsize=813404 CPUtime=11.1
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 16938 0 1 0 1101 9 0 0 25 0 13 0 26189081 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4109800731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=813404 CPUtime=0.01
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 374 0 0 0 1 0 0 0 17 0 13 0 26189082 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 246 0 0 0 0 0 0 0 17 0 13 0 26189082 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 23657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25484] ppid=25473 vsize=813404 CPUtime=1.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 23657 0 -1 64 2423 0 0 0 112 1 0 0 16 0 13 0 26189088 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25485] ppid=25473 vsize=813404 CPUtime=0.75
/proc/25475/task/25485/stat : 25485 (java) S 25473 25475 23657 0 -1 64 1961 0 0 0 75 0 0 0 17 0 13 0 26189088 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25486] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25486/stat : 25486 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25487] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26189088 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25488] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25488/stat : 25488 (java) S 25473 25475 23657 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26189322 832925696 20531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 813404

[startup+25.5014 s]
/proc/loadavg: 1.92 2.01 2.05 3/94 25530
/proc/meminfo: memFree=1753400/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=813404 CPUtime=25.82
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 22722 0 1 0 2570 12 0 0 18 0 13 0 26189080 832925696 20557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 203351 20557 1445 9 0 200678 0
[pid=25475/tid=25477] ppid=25473 vsize=813404 CPUtime=23.73
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 16940 0 1 0 2364 9 0 0 25 0 13 0 26189081 832925696 20557 996147200 134512640 134550932 4294956016 18446744073709551615 4109809055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=813404 CPUtime=0.01
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 374 0 0 0 1 0 0 0 17 0 13 0 26189082 832925696 20557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 246 0 0 0 0 0 0 0 17 0 13 0 26189082 832925696 20557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 20557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=813404 CPUtime=0

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

[pid=25475] ppid=25473 vsize=813404 CPUtime=1722.09
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 63199 0 1 0 172175 34 0 0 18 0 13 0 26189080 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 203351 58299 1445 9 0 200678 0
[pid=25475/tid=25477] ppid=25473 vsize=813404 CPUtime=1719.25
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 16946 0 1 0 171911 14 0 0 25 0 13 0 26189081 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4109809055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=813404 CPUtime=0.32
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 19612 0 0 0 24 8 0 0 18 0 13 0 26189082 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=813404 CPUtime=0.32
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 21470 0 0 0 24 8 0 0 18 0 13 0 26189082 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 23657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25484] ppid=25473 vsize=813404 CPUtime=1.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 23657 0 -1 64 2423 0 0 0 112 1 0 0 16 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25485] ppid=25473 vsize=813404 CPUtime=1.02
/proc/25475/task/25485/stat : 25485 (java) S 25473 25475 23657 0 -1 64 1995 0 0 0 102 0 0 0 17 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25486] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25486/stat : 25486 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25487] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25488] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25488/stat : 25488 (java) S 25473 25475 23657 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26189322 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.09
Current children cumulated vsize (KiB) 813404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 25538
/proc/meminfo: memFree=1600512/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=813404 CPUtime=1782.06
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 63199 0 1 0 178172 34 0 0 18 0 13 0 26189080 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 203351 58299 1445 9 0 200678 0
[pid=25475/tid=25477] ppid=25473 vsize=813404 CPUtime=1779.23
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 16946 0 1 0 177908 15 0 0 25 0 13 0 26189081 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4109800695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=813404 CPUtime=0.32
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 19612 0 0 0 24 8 0 0 18 0 13 0 26189082 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=813404 CPUtime=0.32
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 21470 0 0 0 24 8 0 0 18 0 13 0 26189082 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 23657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25484] ppid=25473 vsize=813404 CPUtime=1.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 23657 0 -1 64 2423 0 0 0 112 1 0 0 16 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25485] ppid=25473 vsize=813404 CPUtime=1.02
/proc/25475/task/25485/stat : 25485 (java) S 25473 25475 23657 0 -1 64 1995 0 0 0 102 0 0 0 17 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25486] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25486/stat : 25486 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25487] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25488] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25488/stat : 25488 (java) S 25473 25475 23657 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26189322 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.06
Current children cumulated vsize (KiB) 813404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 25538
/proc/meminfo: memFree=1600448/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=813404 CPUtime=1800.06
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 63199 0 1 0 179972 34 0 0 18 0 13 0 26189080 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25475/statm: 203351 58299 1445 9 0 200678 0
[pid=25475/tid=25477] ppid=25473 vsize=813404 CPUtime=1797.23
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 16946 0 1 0 179708 15 0 0 25 0 13 0 26189081 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4109809055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=813404 CPUtime=0.32
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 19612 0 0 0 24 8 0 0 18 0 13 0 26189082 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=813404 CPUtime=0.32
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 21470 0 0 0 24 8 0 0 18 0 13 0 26189082 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26189084 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 23657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25484] ppid=25473 vsize=813404 CPUtime=1.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 23657 0 -1 64 2423 0 0 0 112 1 0 0 16 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25485] ppid=25473 vsize=813404 CPUtime=1.02
/proc/25475/task/25485/stat : 25485 (java) S 25473 25475 23657 0 -1 64 1995 0 0 0 102 0 0 0 17 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25486] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25486/stat : 25486 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25487] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26189088 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25488] ppid=25473 vsize=813404 CPUtime=0
/proc/25475/task/25488/stat : 25488 (java) S 25473 25475 23657 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26189322 832925696 58299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 813404

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

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

[startup+1800.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 25538
/proc/meminfo: memFree=1600448/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=814052 CPUtime=1800.2
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 63218 0 1 0 179986 34 0 0 16 0 15 0 26189080 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 203513 58318 1445 9 0 200840 0
[pid=25475/tid=25477] ppid=25473 vsize=814052 CPUtime=1797.34
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 16946 0 1 0 179719 15 0 0 25 0 15 0 26189081 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4109477402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=814052 CPUtime=0.32
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 19612 0 0 0 24 8 0 0 18 0 15 0 26189082 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=814052 CPUtime=0.32
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 21470 0 0 0 24 8 0 0 18 0 15 0 26189082 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 26189084 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 26189084 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 26189084 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 23657 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 26189088 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=814052 CPUtime=1.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 23657 0 -1 64 2423 0 0 0 112 1 0 0 16 0 15 0 26189088 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25485] ppid=25473 vsize=814052 CPUtime=1.03
/proc/25475/task/25485/stat : 25485 (java) R 25473 25475 23657 0 -1 64 1996 0 0 0 103 0 0 0 16 0 15 0 26189088 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 106584385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25486] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25486/stat : 25486 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 26189088 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25487] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 26189088 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25488] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25488/stat : 25488 (java) S 25473 25475 23657 0 -1 64 4 0 0 0 0 0 0 0 23 0 15 0 26189322 833589248 58318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 814052

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 25538
/proc/meminfo: memFree=1600448/2055920 swapFree=4192812/4192956
[pid=25475] ppid=25473 vsize=814052 CPUtime=1800.34
/proc/25475/stat : 25475 (java) S 25473 25475 23657 0 -1 0 63223 0 1 0 180000 34 0 0 16 0 14 0 26189080 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 203513 58323 1446 9 0 200840 0
[pid=25475/tid=25477] ppid=25473 vsize=814052 CPUtime=1797.43
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 23657 0 -1 64 16946 0 1 0 179728 15 0 0 25 0 14 0 26189081 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4109800915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=814052 CPUtime=0.32
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 23657 0 -1 64 19612 0 0 0 24 8 0 0 18 0 14 0 26189082 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25479] ppid=25473 vsize=814052 CPUtime=0.32
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 23657 0 -1 64 21470 0 0 0 24 8 0 0 18 0 14 0 26189082 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25480] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 23657 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 26189084 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25481] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 23657 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 26189084 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25482] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 23657 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 26189084 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 23657 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 26189088 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=814052 CPUtime=1.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 23657 0 -1 64 2423 0 0 0 112 1 0 0 16 0 14 0 26189088 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25485] ppid=25473 vsize=814052 CPUtime=1.05
/proc/25475/task/25485/stat : 25485 (java) S 25473 25475 23657 0 -1 64 1998 0 0 0 105 0 0 0 16 0 14 0 26189088 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25486] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25486/stat : 25486 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 26189088 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25487] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 23657 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 26189088 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25488] ppid=25473 vsize=814052 CPUtime=0
/proc/25475/task/25488/stat : 25488 (java) S 25473 25475 23657 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 26189322 833589248 58323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 814052

Child status: 143
Real time (s): 1800.54
CPU time (s): 1800.39
CPU user time (s): 1800.01
CPU system time (s): 0.381941
CPU usage (%): 99.9916
Max. virtual memory (cumulated for all children) (KiB): 814052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63224
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= 37250
involuntary context switches= 42983

runsolver used 2.6186 second user time and 5.61315 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 11:34:23
IDJOB=2090721
IDBENCH=59873
IDSOLVER=731
FILE ID=node66/2090721-1247391262
PBS_JOBID= 9507214
Free space on /tmp= 66216 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-29_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090721-1247391262/watcher-2090721-1247391262 -o /tmp/evaluation-result-2090721-1247391262/solver-2090721-1247391262 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2090721-1247391262.xml

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

MD5SUM BENCH= 3f4cc7fbe769b12c98bc52f0d6a6e82a
RANDOM SEED=668950465

node66.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.214
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.214
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:       1768704 kB
Buffers:         21064 kB
Cached:         131460 kB
SwapCached:          0 kB
Active:         169120 kB
Inactive:        64640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          93868 kB
Slab:            38404 kB
Committed_AS:   258620 kB
PageTables:       2028 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= 66228 MiB
End job on node66 at 2009-07-12 12:04:25