Trace number 1107750

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1800.33 1810.7

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-50.xml
MD5SUM97853a845ef29228db3c4cd9babf0628
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1225
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1225
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.42	c See www.sat4j.org for details.
0.29/0.42	c That software uses the Rhino library from the Mozilla project.
0.29/0.47	c version 9.9.9.token
0.29/0.47	c sun.arch.data.model	32
0.29/0.47	c java.version	1.6.0_06
0.29/0.47	c os.name	Linux
0.29/0.47	c os.version	2.6.9-22.EL.rootsmp
0.29/0.47	c os.arch	i386
0.29/0.47	c Free memory 669864272
0.29/0.47	c Max memory 672137216
0.29/0.47	c Total memory 672137216
0.29/0.47	c Number of processors 2
0.38/0.51	c c --- Begin Solver configuration ---
0.38/0.51	c Stops conflict analysis at the first Unique Implication Point
0.38/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.51	c Learn all clauses as in MiniSAT
0.38/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.51	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.51	c Expensive reason simplification
0.38/0.51	c MiniSAT restarts strategy
0.38/0.51	c timeout=2147483s
0.38/0.51	c DB Simplification allowed=false
0.38/0.51	c --- End Solver configuration ---
0.38/0.51	c solving HOME/instance-1107750-1215479085.xml
0.38/0.51	c reading problem ... 
0.57/0.78	c reading problem named null
0.57/0.79	c reading domains done.
0.57/0.79	c reading variables done.
0.77/0.96	c reading predicates  done.
0.96/1.14	c reading constraints
5.95/6.12	c done with constraints.
5.95/6.12	c ... done. Wall clock time 5.606s.
5.95/6.12	c #vars     2450
5.95/6.12	c #constraints  120150
5.95/6.12	c constraints type 
5.95/6.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120100
5.95/6.12	c org.sat4j.minisat.constraints.card.AtLeast => 50
1800.05/1810.61	c starts		: 18
1800.05/1810.61	c conflicts		: 241838
1800.05/1810.61	c decisions		: 253001
1800.05/1810.61	c propagations		: 3319441
1800.05/1810.61	c inspects		: 2561294130
1800.05/1810.61	c learnt literals	: 0
1800.05/1810.61	c learnt binary clauses	: 0
1800.05/1810.61	c learnt ternary clauses	: 0
1800.05/1810.61	c learnt clauses	: 241838
1800.05/1810.61	c ignored clauses	: 0
1800.05/1810.61	c root simplifications	: 0
1800.05/1810.61	c removed literals (reason simplification)	: 1601452
1800.05/1810.61	c reason swapping (by a shorter reason)	: 0
1800.05/1810.61	c Calls to reduceDB	: 0
1800.05/1810.61	c speed (assignments/second)	: 1839.561556442487
1800.05/1810.61	c non guided choices	3872
1800.05/1810.61	s UNKNOWN
1800.05/1810.61	c Total wall clock time (in seconds) : 1810.0

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107750-1215479085/watcher-1107750-1215479085 -o /tmp/evaluation-result-1107750-1215479085/solver-1107750-1215479085 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1107750-1215479085.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.97 1.84 4/82 3224
/proc/meminfo: memFree=1800256/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=18572 CPUtime=0
/proc/3224/stat : 3224 (runsolver) R 3222 3224 2725 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 4605592 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3224/statm: 4643 292 257 25 0 2626 0

[startup+0.0258969 s]
/proc/loadavg: 1.95 1.97 1.84 4/82 3224
/proc/meminfo: memFree=1800256/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13012 CPUtime=0
/proc/3224/stat : 3224 (java) D 3222 3224 2725 0 -1 0 380 0 3 0 0 0 0 0 18 0 1 0 4605592 13324288 184 996147200 134512640 134550740 4294956016 18446744073709551615 11890975 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/3224/statm: 3253 184 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.102047 s]
/proc/loadavg: 1.95 1.97 1.84 4/82 3224
/proc/meminfo: memFree=1800256/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=800744 CPUtime=0.04
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 2413 0 29 0 2 2 0 0 18 0 4 0 4605592 819961856 2179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 200186 2180 925 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.30195 s]
/proc/loadavg: 1.95 1.97 1.84 4/82 3224
/proc/meminfo: memFree=1800256/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=808308 CPUtime=0.21
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 4544 0 29 0 17 4 0 0 18 0 12 0 4605592 827707392 3901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 202077 3902 1295 9 0 199446 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 808308

[startup+0.702021 s]
/proc/loadavg: 1.95 1.97 1.84 4/82 3224
/proc/meminfo: memFree=1800256/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=808336 CPUtime=0.57
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 6068 0 29 0 50 7 0 0 18 0 12 0 4605592 827736064 5226 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 202084 5226 1332 9 0 199446 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 808336

[startup+1.50216 s]
/proc/loadavg: 1.95 1.97 1.84 2/94 3236
/proc/meminfo: memFree=1773664/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=811292 CPUtime=1.36
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 9736 0 29 0 126 10 0 0 18 0 12 0 4605592 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 202823 7273 1351 9 0 200185 0
[pid=3224/tid=3226] ppid=3222 vsize=811292 CPUtime=0.69
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 4802 0 1 0 64 5 0 0 25 0 12 0 4605599 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3227] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 4605601 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 4605601 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3229] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 4605602 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3230] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 4605603 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 4605603 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3232] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3232/stat : 3232 (java) S 3222 3224 2725 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 4605609 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3233] ppid=3222 vsize=811292 CPUtime=0.41
/proc/3224/task/3233/stat : 3233 (java) S 3222 3224 2725 0 -1 64 2779 0 0 0 40 1 0 0 17 0 12 0 4605609 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3234] ppid=3222 vsize=811292 CPUtime=0.21
/proc/3224/task/3234/stat : 3234 (java) R 3222 3224 2725 0 -1 64 1420 0 0 0 21 0 0 0 16 0 12 0 4605609 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 103339050 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3235] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3235/stat : 3235 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 4605609 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3236] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3236/stat : 3236 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 4605609 830763008 7273 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 811292

[startup+3.10145 s]
/proc/loadavg: 1.95 1.97 1.84 4/94 3236
/proc/meminfo: memFree=1753320/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=811292 CPUtime=2.95
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 24415 0 29 0 279 16 0 0 18 0 12 0 4605592 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 202823 21950 1371 9 0 200185 0
[pid=3224/tid=3226] ppid=3222 vsize=811292 CPUtime=1.85
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 17264 0 1 0 174 11 0 0 25 0 12 0 4605599 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4109725009 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3227] ppid=3222 vsize=811292 CPUtime=0.01
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 783 0 0 0 1 0 0 0 17 0 12 0 4605601 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=811292 CPUtime=0.02
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 1364 0 0 0 2 0 0 0 17 0 12 0 4605601 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3229] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 4605602 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3230] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 4605603 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4605603 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3232] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3232/stat : 3232 (java) S 3222 3224 2725 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 4605609 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3233] ppid=3222 vsize=811292 CPUtime=0.57
/proc/3224/task/3233/stat : 3233 (java) S 3222 3224 2725 0 -1 64 2793 0 0 0 56 1 0 0 16 0 12 0 4605609 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3234] ppid=3222 vsize=811292 CPUtime=0.43
/proc/3224/task/3234/stat : 3234 (java) S 3222 3224 2725 0 -1 64 1447 0 0 0 43 0 0 0 16 0 12 0 4605609 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3235] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3235/stat : 3235 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 4605609 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3236] ppid=3222 vsize=811292 CPUtime=0
/proc/3224/task/3236/stat : 3236 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 4605609 830763008 21950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 811292

[startup+6.30303 s]
/proc/loadavg: 1.96 1.97 1.84 3/94 3236
/proc/meminfo: memFree=1682024/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=811716 CPUtime=6.14
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 31527 0 29 0 595 19 0 0 18 0 13 0 4605592 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 202929 28524 1381 9 0 200291 0
[pid=3224/tid=3226] ppid=3222 vsize=811716 CPUtime=4.25
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 17290 0 1 0 414 11 0 0 25 0 13 0 4605599 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4109341088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3227] ppid=3222 vsize=811716 CPUtime=0.07
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 2708 0 0 0 7 0 0 0 17 0 13 0 4605601 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=811716 CPUtime=0.12
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 6003 0 0 0 10 2 0 0 17 0 13 0 4605601 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3229] ppid=3222 vsize=811716 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 57 0 0 0 0 0 0 0 17 0 13 0 4605602 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3230] ppid=3222 vsize=811716 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4605603 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=811716 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4605603 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3232] ppid=3222 vsize=811716 CPUtime=0
/proc/3224/task/3232/stat : 3232 (java) S 3222 3224 2725 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4605609 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3233] ppid=3222 vsize=811716 CPUtime=0.93
/proc/3224/task/3233/stat : 3233 (java) S 3222 3224 2725 0 -1 64 2837 0 0 0 92 1 0 0 16 0 13 0 4605609 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3234] ppid=3222 vsize=811716 CPUtime=0.71
/proc/3224/task/3234/stat : 3234 (java) S 3222 3224 2725 0 -1 64 1893 0 0 0 70 1 0 0 16 0 13 0 4605609 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3235] ppid=3222 vsize=811716 CPUtime=0
/proc/3224/task/3235/stat : 3235 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4605609 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3236] ppid=3222 vsize=811716 CPUtime=0
/proc/3224/task/3236/stat : 3236 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4605609 831197184 28524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 811716

[startup+12.7012 s]
/proc/loadavg: 1.96 1.97 1.84 3/95 3237
/proc/meminfo: memFree=1668520/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=811428 CPUtime=12.52
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 34687 0 29 0 1231 21 0 0 18 0 13 0 4605592 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 202857 31630 1389 9 0 200219 0
[pid=3224/tid=3226] ppid=3222 vsize=811428 CPUtime=10.19
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 17298 0 1 0 1008 11 0 0 25 0 13 0 4605599 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4109925423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3227] ppid=3222 vsize=811428 CPUtime=0.13
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 4279 0 0 0 12 1 0 0 17 0 13 0 4605601 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=811428 CPUtime=0.17
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 7559 0 0 0 14 3 0 0 17 0 13 0 4605601 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3229] ppid=3222 vsize=811428 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4605602 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3230] ppid=3222 vsize=811428 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4605603 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=811428 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4605603 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3232] ppid=3222 vsize=811428 CPUtime=0
/proc/3224/task/3232/stat : 3232 (java) S 3222 3224 2725 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4605609 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3233] ppid=3222 vsize=811428 CPUtime=1.06
/proc/3224/task/3233/stat : 3233 (java) S 3222 3224 2725 0 -1 64 2849 0 0 0 105 1 0 0 16 0 13 0 4605609 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3234] ppid=3222 vsize=811428 CPUtime=0.9
/proc/3224/task/3234/stat : 3234 (java) S 3222 3224 2725 0 -1 64 1906 0 0 0 89 1 0 0 16 0 13 0 4605609 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3235] ppid=3222 vsize=811428 CPUtime=0
/proc/3224/task/3235/stat : 3235 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4605609 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3236] ppid=3222 vsize=811428 CPUtime=0
/proc/3224/task/3236/stat : 3236 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4605609 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3237] ppid=3222 vsize=811428 CPUtime=0
/proc/3224/task/3237/stat : 3237 (java) S 3222 3224 2725 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4606206 830902272 31630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 811428

[startup+25.5025 s]
/proc/loadavg: 1.97 1.97 1.84 3/95 3237
/proc/meminfo: memFree=1668200/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=810468 CPUtime=25.25
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 34697 0 29 0 2504 21 0 0 18 0 13 0 4605592 829919232 31399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 202617 31399 1392 9 0 199979 0
[pid=3224/tid=3226] ppid=3222 vsize=810468 CPUtime=22.87
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 17300 0 1 0 2276 11 0 0 25 0 13 0 4605599 829919232 31399 996147200 134512640 134550740 4294956016 18446744073709551615 4109935878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3227] ppid=3222 vsize=810468 CPUtime=0.13
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 4279 0 0 0 12 1 0 0 17 0 13 0 4605601 829919232 31399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=810468 CPUtime=0.17
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 7559 0 0 0 14 3 0 0 17 0 13 0 4605601 829919232 31399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3229] ppid=3222 vsize=810468 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4605602 829919232 31399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3230] ppid=3222 vsize=810468 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4605603 829919232 31399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=810468 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4605603 829919232 31399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3224] ppid=3222 vsize=812712 CPUtime=1652.8
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 150450 0 29 0 165207 73 0 0 18 0 13 0 4605592 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 203178 120355 1392 9 0 200540 0
[pid=3224/tid=3226] ppid=3222 vsize=812712 CPUtime=1647.63
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 17313 0 1 0 164749 14 0 0 25 0 13 0 4605599 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4109935907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3227] ppid=3222 vsize=812712 CPUtime=1.51
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 61681 0 0 0 125 26 0 0 17 0 13 0 4605601 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=812712 CPUtime=1.48
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 65890 0 0 0 122 26 0 0 16 0 13 0 4605601 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3229] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4605602 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3230] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4605603 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4605603 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3232] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3232/stat : 3232 (java) S 3222 3224 2725 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4605609 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3233] ppid=3222 vsize=812712 CPUtime=1.16
/proc/3224/task/3233/stat : 3233 (java) S 3222 3224 2725 0 -1 64 2859 0 0 0 115 1 0 0 16 0 13 0 4605609 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3234] ppid=3222 vsize=812712 CPUtime=0.95
/proc/3224/task/3234/stat : 3234 (java) S 3222 3224 2725 0 -1 64 1911 0 0 0 94 1 0 0 16 0 13 0 4605609 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3235] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3235/stat : 3235 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4605609 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3236] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3236/stat : 3236 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4605609 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3237] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3237/stat : 3237 (java) S 3222 3224 2725 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4606206 832217088 120355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.8
Current children cumulated vsize (KiB) 812712

[startup+1722.3 s]
/proc/loadavg: 1.00 1.08 1.34 2/96 3240
/proc/meminfo: memFree=567776/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=812712 CPUtime=1712.47
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 158883 0 29 0 171170 77 0 0 18 0 13 0 4605592 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 203178 126363 1392 9 0 200540 0
[pid=3224/tid=3226] ppid=3222 vsize=812712 CPUtime=1707.12
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 17314 0 1 0 170698 14 0 0 25 0 13 0 4605599 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4109935933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3227] ppid=3222 vsize=812712 CPUtime=1.6
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 65805 0 0 0 132 28 0 0 17 0 13 0 4605601 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=812712 CPUtime=1.57
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 70198 0 0 0 128 29 0 0 16 0 13 0 4605601 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3229] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4605602 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3230] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4605603 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4605603 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3232] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3232/stat : 3232 (java) S 3222 3224 2725 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3233] ppid=3222 vsize=812712 CPUtime=1.16
/proc/3224/task/3233/stat : 3233 (java) S 3222 3224 2725 0 -1 64 2859 0 0 0 115 1 0 0 16 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3234] ppid=3222 vsize=812712 CPUtime=0.95
/proc/3224/task/3234/stat : 3234 (java) S 3222 3224 2725 0 -1 64 1911 0 0 0 94 1 0 0 16 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3235] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3235/stat : 3235 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3236] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3236/stat : 3236 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3237] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3237/stat : 3237 (java) S 3222 3224 2725 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4606206 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.47
Current children cumulated vsize (KiB) 812712

[startup+1782.3 s]
/proc/loadavg: 1.00 1.06 1.32 2/96 3240
/proc/meminfo: memFree=567712/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=812712 CPUtime=1772.04
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 158883 0 29 0 177127 77 0 0 18 0 13 0 4605592 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 203178 126363 1392 9 0 200540 0
[pid=3224/tid=3226] ppid=3222 vsize=812712 CPUtime=1766.69
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 17314 0 1 0 176655 14 0 0 25 0 13 0 4605599 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4109935878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3227] ppid=3222 vsize=812712 CPUtime=1.6
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 65805 0 0 0 132 28 0 0 17 0 13 0 4605601 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=812712 CPUtime=1.57
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 70198 0 0 0 128 29 0 0 16 0 13 0 4605601 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3229] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4605602 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3230] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4605603 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4605603 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3232] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3232/stat : 3232 (java) S 3222 3224 2725 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3233] ppid=3222 vsize=812712 CPUtime=1.16
/proc/3224/task/3233/stat : 3233 (java) S 3222 3224 2725 0 -1 64 2859 0 0 0 115 1 0 0 16 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3234] ppid=3222 vsize=812712 CPUtime=0.95
/proc/3224/task/3234/stat : 3234 (java) S 3222 3224 2725 0 -1 64 1911 0 0 0 94 1 0 0 16 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3235] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3235/stat : 3235 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3236] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3236/stat : 3236 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3237] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3237/stat : 3237 (java) S 3222 3224 2725 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4606206 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.04
Current children cumulated vsize (KiB) 812712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.5 s]
/proc/loadavg: 1.00 1.06 1.31 2/96 3240
/proc/meminfo: memFree=567712/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=812712 CPUtime=1800.05
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 158883 0 29 0 179928 77 0 0 18 0 13 0 4605592 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3224/statm: 203178 126363 1392 9 0 200540 0
[pid=3224/tid=3226] ppid=3222 vsize=812712 CPUtime=1794.7
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 17314 0 1 0 179456 14 0 0 25 0 13 0 4605599 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4109935878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3227] ppid=3222 vsize=812712 CPUtime=1.6
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 65805 0 0 0 132 28 0 0 17 0 13 0 4605601 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=812712 CPUtime=1.57
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 70198 0 0 0 128 29 0 0 16 0 13 0 4605601 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3229] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4605602 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3230] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4605603 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4605603 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3232] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3232/stat : 3232 (java) S 3222 3224 2725 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3233] ppid=3222 vsize=812712 CPUtime=1.16
/proc/3224/task/3233/stat : 3233 (java) S 3222 3224 2725 0 -1 64 2859 0 0 0 115 1 0 0 16 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3234] ppid=3222 vsize=812712 CPUtime=0.95
/proc/3224/task/3234/stat : 3234 (java) S 3222 3224 2725 0 -1 64 1911 0 0 0 94 1 0 0 16 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3235] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3235/stat : 3235 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3236] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3236/stat : 3236 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4605609 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3237] ppid=3222 vsize=812712 CPUtime=0
/proc/3224/task/3237/stat : 3237 (java) S 3222 3224 2725 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 4606206 832217088 126363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 812712

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

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

[startup+1810.62 s]
/proc/loadavg: 1.00 1.06 1.31 2/96 3240
/proc/meminfo: memFree=567712/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=813360 CPUtime=1800.24
/proc/3224/stat : 3224 (java) S 3222 3224 2725 0 -1 0 167221 0 29 0 179943 81 0 0 16 0 14 0 4605592 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3224/statm: 203340 133410 1393 9 0 200702 0
[pid=3224/tid=3226] ppid=3222 vsize=813360 CPUtime=1794.72
/proc/3224/task/3226/stat : 3226 (java) R 3222 3224 2725 0 -1 64 17314 0 1 0 179458 14 0 0 24 0 14 0 4605599 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4109925423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3227] ppid=3222 vsize=813360 CPUtime=1.68
/proc/3224/task/3227/stat : 3227 (java) S 3222 3224 2725 0 -1 64 69071 0 0 0 139 29 0 0 17 0 14 0 4605601 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3228] ppid=3222 vsize=813360 CPUtime=1.65
/proc/3224/task/3228/stat : 3228 (java) S 3222 3224 2725 0 -1 64 75252 0 0 0 134 31 0 0 16 0 14 0 4605601 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3229] ppid=3222 vsize=813360 CPUtime=0
/proc/3224/task/3229/stat : 3229 (java) S 3222 3224 2725 0 -1 64 57 0 0 0 0 0 0 0 16 0 14 0 4605602 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3230] ppid=3222 vsize=813360 CPUtime=0
/proc/3224/task/3230/stat : 3230 (java) S 3222 3224 2725 0 -1 64 9 0 0 0 0 0 0 0 17 0 14 0 4605603 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3231] ppid=3222 vsize=813360 CPUtime=0
/proc/3224/task/3231/stat : 3231 (java) S 3222 3224 2725 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 4605603 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3232] ppid=3222 vsize=813360 CPUtime=0
/proc/3224/task/3232/stat : 3232 (java) S 3222 3224 2725 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 4605609 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3233] ppid=3222 vsize=813360 CPUtime=1.16
/proc/3224/task/3233/stat : 3233 (java) S 3222 3224 2725 0 -1 64 2859 0 0 0 115 1 0 0 16 0 14 0 4605609 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3234] ppid=3222 vsize=813360 CPUtime=0.95
/proc/3224/task/3234/stat : 3234 (java) S 3222 3224 2725 0 -1 64 1911 0 0 0 94 1 0 0 16 0 14 0 4605609 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3235] ppid=3222 vsize=813360 CPUtime=0
/proc/3224/task/3235/stat : 3235 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 4605609 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3224/tid=3236] ppid=3222 vsize=813360 CPUtime=0
/proc/3224/task/3236/stat : 3236 (java) S 3222 3224 2725 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 4605609 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3224/tid=3237] ppid=3222 vsize=813360 CPUtime=0
/proc/3224/task/3237/stat : 3237 (java) S 3222 3224 2725 0 -1 64 5 0 0 0 0 0 0 0 24 0 14 0 4606206 832880640 133410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 813360

Child status: 143
Real time (s): 1810.7
CPU time (s): 1800.33
CPU user time (s): 1799.44
CPU system time (s): 0.892864
CPU usage (%): 99.4276
Max. virtual memory (cumulated for all children) (KiB): 813360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.892864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167221
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38066
involuntary context switches= 60553

runsolver used 2.34764 second user time and 5.97809 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-08 03:04:45
IDJOB=1107750
IDBENCH=58546
IDSOLVER=344
FILE ID=node89/1107750-1215479085
PBS_JOBID= 7888631
Free space on /tmp= 66516 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-50.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107750-1215479085/watcher-1107750-1215479085 -o /tmp/evaluation-result-1107750-1215479085/solver-1107750-1215479085 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1107750-1215479085.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97853a845ef29228db3c4cd9babf0628
RANDOM SEED=2007953730

node89.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.266
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.266
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:       1800736 kB
Buffers:         31004 kB
Cached:         128388 kB
SwapCached:          0 kB
Active:         143168 kB
Inactive:        80216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1224 kB
Writeback:           0 kB
Mapped:          84116 kB
Slab:            16976 kB
Committed_AS:   174824 kB
PageTables:       1916 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= 66512 MiB
End job on node89 at 2008-07-08 03:34:58