Trace number 2080678

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.35 1808.67

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-33.xml
MD5SUMa33ade48f1369c9e2e6c8441d1f4ca57
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1089
Number of constraints17456
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17456
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	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-2080678-1247370501.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.47	c reading variables done.
0.98/1.04	c reading predicates  done.
1.17/1.25	c reading constraints
41.04/41.25	c done with constraints.
41.04/41.26	c ... done. Wall clock time 41.026s.
41.04/41.26	c #vars     35937
41.04/41.26	c #constraints  1154274
41.04/41.26	c constraints type 
41.04/41.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1151073
41.04/41.26	c org.sat4j.minisat.constraints.card.AtLeast => 1089
41.04/41.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2112
440.35/442.19	c cleaning 60246 clauses out of 120500
625.73/628.40	c cleaning 48125 clauses out of 96254
889.40/893.37	c cleaning 42810 clauses out of 85630
1066.37/1071.15	c cleaning 40906 clauses out of 81819
1409.03/1415.46	c cleaning 43455 clauses out of 86913
1625.86/1633.38	c cleaning 42720 clauses out of 85458
1800.09/1808.42	c starts		: 19
1800.09/1808.42	c conflicts		: 358426
1800.09/1808.42	c decisions		: 740351
1800.09/1808.42	c propagations		: 8728122
1800.09/1808.42	c inspects		: 2363640265
1800.09/1808.42	c learnt literals	: 0
1800.09/1808.42	c learnt binary clauses	: 0
1800.09/1808.42	c learnt ternary clauses	: 0
1800.09/1808.42	c learnt clauses	: 358426
1800.09/1808.42	c ignored clauses	: 0
1800.09/1808.42	c root simplifications	: 0
1800.09/1808.42	c removed literals (reason simplification)	: 1247551
1800.09/1808.42	c reason swapping (by a shorter reason)	: 0
1800.09/1808.42	c Calls to reduceDB	: 6
1800.09/1808.42	c speed (assignments/second)	: 4939.061614045571
1800.09/1808.42	c non guided choices	356690
1800.19/1808.51	c learnt constraints type 
1800.19/1808.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80169
1800.19/1808.51	c constraints type 
1800.19/1808.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1151073
1800.19/1808.51	c org.sat4j.minisat.constraints.card.AtLeast => 1089
1800.19/1808.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2112
1800.19/1808.51	s UNKNOWN
1800.19/1808.52	c Total wall clock time (in seconds) : 1808.189

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-2080678-1247370501/watcher-2080678-1247370501 -o /tmp/evaluation-result-2080678-1247370501/solver-2080678-1247370501 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080678-1247370501.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.92 2.04 2.05 4/82 23741
/proc/meminfo: memFree=1716656/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=18576 CPUtime=0
/proc/23741/stat : 23741 (runsolver) R 23739 23741 20253 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24115420 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23741/statm: 4644 284 249 26 0 2626 0

[startup+0.0810621 s]
/proc/loadavg: 1.92 2.04 2.05 4/82 23741
/proc/meminfo: memFree=1716656/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=802164 CPUtime=0.06
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 2836 0 1 0 4 2 0 0 20 0 7 0 24115420 821415936 2581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 200541 2581 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101018 s]
/proc/loadavg: 1.92 2.04 2.05 4/82 23741
/proc/meminfo: memFree=1716656/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=804560 CPUtime=0.08
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 3020 0 1 0 6 2 0 0 20 0 12 0 24115420 823869440 2763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 201140 2763 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301043 s]
/proc/loadavg: 1.92 2.04 2.05 4/82 23741
/proc/meminfo: memFree=1716656/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=805896 CPUtime=0.28
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 4398 0 1 0 24 4 0 0 20 0 12 0 24115420 825237504 4135 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 201474 4135 1363 9 0 198801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805896

[startup+0.701093 s]
/proc/loadavg: 1.92 2.04 2.05 4/82 23741
/proc/meminfo: memFree=1716656/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=807412 CPUtime=0.67
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 5522 0 1 0 62 5 0 0 20 0 12 0 24115420 826789888 4983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 201853 4983 1392 9 0 199180 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807412

[startup+1.50218 s]
/proc/loadavg: 1.92 2.04 2.05 4/94 23753
/proc/meminfo: memFree=1699088/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=808816 CPUtime=1.47
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 10115 0 1 0 140 7 0 0 20 0 12 0 24115420 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 202204 8340 1407 9 0 199531 0
[pid=23741/tid=23743] ppid=23739 vsize=808816 CPUtime=0.83
/proc/23741/task/23743/stat : 23743 (java) R 23739 23741 20253 0 -1 64 6692 0 1 0 78 5 0 0 25 0 12 0 24115421 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23744] ppid=23739 vsize=808816 CPUtime=0
/proc/23741/task/23744/stat : 23744 (java) S 23739 23741 20253 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 24115422 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23745] ppid=23739 vsize=808816 CPUtime=0
/proc/23741/task/23745/stat : 23745 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24115422 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23746] ppid=23739 vsize=808816 CPUtime=0
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24115424 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23747] ppid=23739 vsize=808816 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 24115424 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23748] ppid=23739 vsize=808816 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24115424 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23749] ppid=23739 vsize=808816 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24115429 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=808816 CPUtime=0.03
/proc/23741/task/23750/stat : 23750 (java) S 23739 23741 20253 0 -1 64 268 0 0 0 3 0 0 0 18 0 12 0 24115429 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23751] ppid=23739 vsize=808816 CPUtime=0.57
/proc/23741/task/23751/stat : 23751 (java) R 23739 23741 20253 0 -1 64 2411 0 0 0 57 0 0 0 16 0 12 0 24115429 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 106119499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23752] ppid=23739 vsize=808816 CPUtime=0
/proc/23741/task/23752/stat : 23752 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24115429 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23753] ppid=23739 vsize=808816 CPUtime=0
/proc/23741/task/23753/stat : 23753 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24115429 828227584 8340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808816

[startup+3.10236 s]
/proc/loadavg: 1.92 2.04 2.05 4/94 23753
/proc/meminfo: memFree=1681168/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=811336 CPUtime=3.07
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 25324 0 1 0 294 13 0 0 20 0 12 0 24115420 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 202834 22150 1439 9 0 200161 0
[pid=23741/tid=23743] ppid=23739 vsize=811336 CPUtime=1.64
/proc/23741/task/23743/stat : 23743 (java) R 23739 23741 20253 0 -1 64 17379 0 1 0 155 9 0 0 25 0 12 0 24115421 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4109703604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23744] ppid=23739 vsize=811336 CPUtime=0.03
/proc/23741/task/23744/stat : 23744 (java) S 23739 23741 20253 0 -1 64 1197 0 0 0 3 0 0 0 17 0 12 0 24115422 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23745] ppid=23739 vsize=811336 CPUtime=0.02
/proc/23741/task/23745/stat : 23745 (java) S 23739 23741 20253 0 -1 64 1165 0 0 0 2 0 0 0 17 0 12 0 24115422 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23746] ppid=23739 vsize=811336 CPUtime=0
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24115424 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23747] ppid=23739 vsize=811336 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24115424 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23748] ppid=23739 vsize=811336 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24115424 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23749] ppid=23739 vsize=811336 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24115429 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=811336 CPUtime=0.03
/proc/23741/task/23750/stat : 23750 (java) S 23739 23741 20253 0 -1 64 268 0 0 0 3 0 0 0 18 0 12 0 24115429 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23751] ppid=23739 vsize=811336 CPUtime=1.3
/proc/23741/task/23751/stat : 23751 (java) S 23739 23741 20253 0 -1 64 4563 0 0 0 128 2 0 0 16 0 12 0 24115429 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23752] ppid=23739 vsize=811336 CPUtime=0
/proc/23741/task/23752/stat : 23752 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24115429 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23753] ppid=23739 vsize=811336 CPUtime=0
/proc/23741/task/23753/stat : 23753 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24115429 830808064 22150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 811336

[startup+6.30173 s]
/proc/loadavg: 2.01 2.06 2.06 3/94 23753
/proc/meminfo: memFree=1617104/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=810696 CPUtime=6.27
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 30802 0 1 0 612 15 0 0 20 0 12 0 24115420 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 202674 26878 1440 9 0 200001 0
[pid=23741/tid=23743] ppid=23739 vsize=810696 CPUtime=3.85
/proc/23741/task/23743/stat : 23743 (java) R 23739 23741 20253 0 -1 64 17398 0 1 0 376 9 0 0 25 0 12 0 24115421 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4109615548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23744] ppid=23739 vsize=810696 CPUtime=0.12
/proc/23741/task/23744/stat : 23744 (java) S 23739 23741 20253 0 -1 64 4078 0 0 0 11 1 0 0 17 0 12 0 24115422 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23745] ppid=23739 vsize=810696 CPUtime=0.14
/proc/23741/task/23745/stat : 23745 (java) S 23739 23741 20253 0 -1 64 3300 0 0 0 13 1 0 0 17 0 12 0 24115422 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23746] ppid=23739 vsize=810696 CPUtime=0
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24115424 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23747] ppid=23739 vsize=810696 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24115424 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23748] ppid=23739 vsize=810696 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24115424 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23749] ppid=23739 vsize=810696 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24115429 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=810696 CPUtime=0.03
/proc/23741/task/23750/stat : 23750 (java) S 23739 23741 20253 0 -1 64 268 0 0 0 3 0 0 0 18 0 12 0 24115429 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23751] ppid=23739 vsize=810696 CPUtime=2.08
/proc/23741/task/23751/stat : 23751 (java) S 23739 23741 20253 0 -1 64 5006 0 0 0 206 2 0 0 16 0 12 0 24115429 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23752] ppid=23739 vsize=810696 CPUtime=0
/proc/23741/task/23752/stat : 23752 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24115429 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23753] ppid=23739 vsize=810696 CPUtime=0
/proc/23741/task/23753/stat : 23753 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24115429 830152704 26878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 810696

[startup+12.7024 s]
/proc/loadavg: 2.01 2.06 2.06 3/94 23753
/proc/meminfo: memFree=1576016/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=809908 CPUtime=12.65
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 41126 0 1 0 1246 19 0 0 20 0 12 0 24115420 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 202477 36887 1450 9 0 199804 0
[pid=23741/tid=23743] ppid=23739 vsize=809908 CPUtime=9.03
/proc/23741/task/23743/stat : 23743 (java) R 23739 23741 20253 0 -1 64 17416 0 1 0 894 9 0 0 25 0 12 0 24115421 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4109615572 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23744] ppid=23739 vsize=809908 CPUtime=0.38
/proc/23741/task/23744/stat : 23744 (java) S 23739 23741 20253 0 -1 64 8896 0 0 0 36 2 0 0 16 0 12 0 24115422 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23745] ppid=23739 vsize=809908 CPUtime=0.4
/proc/23741/task/23745/stat : 23745 (java) S 23739 23741 20253 0 -1 64 8746 0 0 0 37 3 0 0 16 0 12 0 24115422 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23746] ppid=23739 vsize=809908 CPUtime=0
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24115424 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23747] ppid=23739 vsize=809908 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24115424 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23748] ppid=23739 vsize=809908 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24115424 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23749] ppid=23739 vsize=809908 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24115429 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=809908 CPUtime=0.03
/proc/23741/task/23750/stat : 23750 (java) S 23739 23741 20253 0 -1 64 268 0 0 0 3 0 0 0 18 0 12 0 24115429 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23751] ppid=23739 vsize=809908 CPUtime=2.74
/proc/23741/task/23751/stat : 23751 (java) S 23739 23741 20253 0 -1 64 5048 0 0 0 272 2 0 0 16 0 12 0 24115429 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23752] ppid=23739 vsize=809908 CPUtime=0
/proc/23741/task/23752/stat : 23752 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24115429 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23753] ppid=23739 vsize=809908 CPUtime=0
/proc/23741/task/23753/stat : 23753 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24115429 829345792 36887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 809908

[startup+25.5019 s]
/proc/loadavg: 2.00 2.05 2.06 3/94 23753
/proc/meminfo: memFree=1497744/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=813236 CPUtime=25.39
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 61040 0 1 0 2512 27 0 0 20 0 12 0 24115420 832753664 55868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 203309 55868 1451 9 0 200636 0
[pid=23741/tid=23743] ppid=23739 vsize=813236 CPUtime=20.21
/proc/23741/task/23743/stat : 23743 (java) R 23739 23741 20253 0 -1 64 17441 0 1 0 2012 9 0 0 25 0 12 0 24115421 832753664 55868 996147200 134512640 134550932 4294956016 18446744073709551615 4109810949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23744] ppid=23739 vsize=813236 CPUtime=0.77
/proc/23741/task/23744/stat : 23744 (java) S 23739 23741 20253 0 -1 64 18158 0 0 0 71 6 0 0 16 0 12 0 24115422 832753664 55868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23745] ppid=23739 vsize=813236 CPUtime=0.81
/proc/23741/task/23745/stat : 23745 (java) S 23739 23741 20253 0 -1 64 17617 0 0 0 74 7 0 0 16 0 12 0 24115422 832753664 55868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23746] ppid=23739 vsize=813236 CPUtime=0.02
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 12 0 0 0 2 0 0 0 15 0 12 0 24115424 832753664 55868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23747] ppid=23739 vsize=813236 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24115424 832753664 55868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23748] ppid=23739 vsize=813236 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24115424 832753664 55868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23749] ppid=23739 vsize=813236 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24115429 832753664 55868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=813236 CPUtime=0.03

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

[pid=23741/tid=23746] ppid=23739 vsize=813560 CPUtime=9.97
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 3517 0 0 0 995 2 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23747] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23748] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23749] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=813560 CPUtime=0.03
/proc/23741/task/23750/stat : 23750 (java) S 23739 23741 20253 0 -1 64 268 0 0 0 3 0 0 0 18 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23751] ppid=23739 vsize=813560 CPUtime=4.59
/proc/23741/task/23751/stat : 23751 (java) S 23739 23741 20253 0 -1 64 6882 0 0 0 456 3 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23752] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23752/stat : 23752 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23753] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23753/stat : 23753 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23754] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23754/stat : 23754 (java) S 23739 23741 20253 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24119557 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.01
Current children cumulated vsize (KiB) 813560

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 23805
/proc/meminfo: memFree=924152/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=813560 CPUtime=1654.71
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 184810 0 1 0 165389 82 0 0 20 0 13 0 24115420 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 203390 168838 1462 9 0 200717 0
[pid=23741/tid=23743] ppid=23739 vsize=813560 CPUtime=1631.42
/proc/23741/task/23743/stat : 23743 (java) R 23739 23741 20253 0 -1 64 17523 0 1 0 163129 13 0 0 25 0 13 0 24115421 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4110570317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23744] ppid=23739 vsize=813560 CPUtime=3.49
/proc/23741/task/23744/stat : 23744 (java) S 23739 23741 20253 0 -1 64 81292 0 0 0 319 30 0 0 17 0 13 0 24115422 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23745] ppid=23739 vsize=813560 CPUtime=3.49
/proc/23741/task/23745/stat : 23745 (java) S 23739 23741 20253 0 -1 64 74583 0 0 0 320 29 0 0 15 0 13 0 24115422 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23746] ppid=23739 vsize=813560 CPUtime=11.6
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 3517 0 0 0 1158 2 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23747] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23748] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23749] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=813560 CPUtime=0.03
/proc/23741/task/23750/stat : 23750 (java) S 23739 23741 20253 0 -1 64 268 0 0 0 3 0 0 0 18 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23751] ppid=23739 vsize=813560 CPUtime=4.59
/proc/23741/task/23751/stat : 23751 (java) S 23739 23741 20253 0 -1 64 6882 0 0 0 456 3 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23752] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23752/stat : 23752 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23753] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23753/stat : 23753 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23754] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23754/stat : 23754 (java) S 23739 23741 20253 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24119557 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.71
Current children cumulated vsize (KiB) 813560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 23805
/proc/meminfo: memFree=924152/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=813560 CPUtime=1714.41
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 184810 0 1 0 171359 82 0 0 20 0 13 0 24115420 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 203390 168838 1462 9 0 200717 0
[pid=23741/tid=23743] ppid=23739 vsize=813560 CPUtime=1691.12
/proc/23741/task/23743/stat : 23743 (java) R 23739 23741 20253 0 -1 64 17523 0 1 0 169099 13 0 0 25 0 13 0 24115421 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4110465116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23744] ppid=23739 vsize=813560 CPUtime=3.49
/proc/23741/task/23744/stat : 23744 (java) S 23739 23741 20253 0 -1 64 81292 0 0 0 319 30 0 0 17 0 13 0 24115422 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23745] ppid=23739 vsize=813560 CPUtime=3.49
/proc/23741/task/23745/stat : 23745 (java) S 23739 23741 20253 0 -1 64 74583 0 0 0 320 29 0 0 15 0 13 0 24115422 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23746] ppid=23739 vsize=813560 CPUtime=11.6
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 3517 0 0 0 1158 2 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23747] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23748] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23749] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=813560 CPUtime=0.03
/proc/23741/task/23750/stat : 23750 (java) S 23739 23741 20253 0 -1 64 268 0 0 0 3 0 0 0 18 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23751] ppid=23739 vsize=813560 CPUtime=4.59
/proc/23741/task/23751/stat : 23751 (java) S 23739 23741 20253 0 -1 64 6882 0 0 0 456 3 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23752] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23752/stat : 23752 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23753] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23753/stat : 23753 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23754] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23754/stat : 23754 (java) S 23739 23741 20253 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24119557 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.41
Current children cumulated vsize (KiB) 813560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 23805
/proc/meminfo: memFree=924088/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=813560 CPUtime=1774.11
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 184811 0 1 0 177329 82 0 0 20 0 13 0 24115420 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 203390 168838 1462 9 0 200717 0
[pid=23741/tid=23743] ppid=23739 vsize=813560 CPUtime=1750.75
/proc/23741/task/23743/stat : 23743 (java) R 23739 23741 20253 0 -1 64 17524 0 1 0 175061 14 0 0 25 0 13 0 24115421 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4110532288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23744] ppid=23739 vsize=813560 CPUtime=3.54
/proc/23741/task/23744/stat : 23744 (java) S 23739 23741 20253 0 -1 64 81292 0 0 0 324 30 0 0 17 0 13 0 24115422 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23745] ppid=23739 vsize=813560 CPUtime=3.52
/proc/23741/task/23745/stat : 23745 (java) S 23739 23741 20253 0 -1 64 74583 0 0 0 323 29 0 0 17 0 13 0 24115422 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23746] ppid=23739 vsize=813560 CPUtime=11.6
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 3517 0 0 0 1158 2 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23747] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23748] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23749] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=813560 CPUtime=0.03
/proc/23741/task/23750/stat : 23750 (java) S 23739 23741 20253 0 -1 64 268 0 0 0 3 0 0 0 18 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23751] ppid=23739 vsize=813560 CPUtime=4.59
/proc/23741/task/23751/stat : 23751 (java) S 23739 23741 20253 0 -1 64 6882 0 0 0 456 3 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23752] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23752/stat : 23752 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23753] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23753/stat : 23753 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23754] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23754/stat : 23754 (java) S 23739 23741 20253 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24119557 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.11
Current children cumulated vsize (KiB) 813560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.41 s]
/proc/loadavg: 2.06 2.03 2.00 3/96 23805
/proc/meminfo: memFree=924088/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=813560 CPUtime=1800.09
/proc/23741/stat : 23741 (java) S 23739 23741 20253 0 -1 0 184811 0 1 0 179927 82 0 0 20 0 13 0 24115420 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 203390 168838 1462 9 0 200717 0
[pid=23741/tid=23743] ppid=23739 vsize=813560 CPUtime=1776.73
/proc/23741/task/23743/stat : 23743 (java) R 23739 23741 20253 0 -1 64 17524 0 1 0 177659 14 0 0 25 0 13 0 24115421 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4110464946 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23744] ppid=23739 vsize=813560 CPUtime=3.54
/proc/23741/task/23744/stat : 23744 (java) S 23739 23741 20253 0 -1 64 81292 0 0 0 324 30 0 0 17 0 13 0 24115422 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23745] ppid=23739 vsize=813560 CPUtime=3.52
/proc/23741/task/23745/stat : 23745 (java) S 23739 23741 20253 0 -1 64 74583 0 0 0 323 29 0 0 17 0 13 0 24115422 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23746] ppid=23739 vsize=813560 CPUtime=11.6
/proc/23741/task/23746/stat : 23746 (java) S 23739 23741 20253 0 -1 64 3517 0 0 0 1158 2 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23747] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23747/stat : 23747 (java) S 23739 23741 20253 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23748] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23748/stat : 23748 (java) S 23739 23741 20253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24115424 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23749] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23749/stat : 23749 (java) S 23739 23741 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23750] ppid=23739 vsize=813560 CPUtime=0.03
/proc/23741/task/23750/stat : 23750 (java) S 23739 23741 20253 0 -1 64 268 0 0 0 3 0 0 0 18 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23751] ppid=23739 vsize=813560 CPUtime=4.59
/proc/23741/task/23751/stat : 23751 (java) S 23739 23741 20253 0 -1 64 6882 0 0 0 456 3 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23741/tid=23752] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23752/stat : 23752 (java) S 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23753] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23753/stat : 23753 (java) R 23739 23741 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24115429 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23741/tid=23754] ppid=23739 vsize=813560 CPUtime=0
/proc/23741/task/23754/stat : 23754 (java) S 23739 23741 20253 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24119557 833085440 168838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 813560

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

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

[startup+1808.6 s]
/proc/loadavg: 2.06 2.03 2.00 3/96 23805
/proc/meminfo: memFree=924088/2055920 swapFree=4192812/4192956
[pid=23741] ppid=23739 vsize=0 CPUtime=1800.27
/proc/23741/stat : 23741 (java) Z 23739 23741 20253 0 -1 1036 184830 0 1 0 179942 85 0 0 15 0 2 0 24115420 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23741/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.67
CPU time (s): 1800.35
CPU user time (s): 1799.43
CPU system time (s): 0.926859
CPU usage (%): 99.54
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.926859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184830
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= 39790
involuntary context switches= 62760

runsolver used 2.24666 second user time and 6.04208 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 05:48:21
IDJOB=2080678
IDBENCH=57127
IDSOLVER=731
FILE ID=node85/2080678-1247370501
PBS_JOBID= 9507101
Free space on /tmp= 126552 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-33.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080678-1247370501/watcher-2080678-1247370501 -o /tmp/evaluation-result-2080678-1247370501/solver-2080678-1247370501 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080678-1247370501.xml

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

MD5SUM BENCH= a33ade48f1369c9e2e6c8441d1f4ca57
RANDOM SEED=1803005652

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1717072 kB
Buffers:         33904 kB
Cached:         161732 kB
SwapCached:          0 kB
Active:         202364 kB
Inactive:        69456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3332 kB
Writeback:           0 kB
Mapped:          96564 kB
Slab:            52124 kB
Committed_AS:   263992 kB
PageTables:       1940 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= 126548 MiB
End job on node85 at 2009-07-12 06:18:31