Trace number 2066356

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.05 1808.95

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-35-45.xml
MD5SUM761c2deb5b05f3480656e30f48462e50
Bench CategoryN-ARY-INT (n-ary 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 variables3150
Number of constraints160
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension160
Global constraints used (with number of constraints)

Solver Data

0.04/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.19	c See www.sat4j.org for details.
0.04/0.19	c That software uses the Rhino library from the Mozilla project.
0.13/0.21	c version 2.1.1.v20090622
0.13/0.21	c sun.arch.data.model	32
0.13/0.21	c java.version	1.6.0_12
0.13/0.21	c os.name	Linux
0.13/0.21	c os.version	2.6.9-22.EL.rootsmp
0.13/0.21	c os.arch	i386
0.13/0.21	c Free memory 671000808
0.13/0.21	c Max memory 672137216
0.13/0.21	c Total memory 672137216
0.13/0.21	c Number of processors 2
0.13/0.29	c c --- Begin Solver configuration ---
0.13/0.29	c Stops conflict analysis at the first Unique Implication Point
0.13/0.29	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.13/0.29	c Learn all clauses as in MiniSAT
0.13/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.13/0.29	c Expensive reason simplification
0.13/0.29	c MiniSAT restarts strategy
0.13/0.29	c Memory based learned constraints deletion strategy
0.13/0.29	c timeout=2147483s
0.13/0.29	c DB Simplification allowed=false
0.13/0.29	c --- End Solver configuration ---
0.13/0.29	c solving HOME/instance-2066356-1247342706.xml
0.13/0.29	c reading problem ... 
0.43/0.54	c reading problem named null
0.43/0.54	c reading domains done.
0.43/0.54	c reading variables done.
1.42/1.56	c reading predicates  done.
1.61/1.79	c reading constraints
1800.00/1808.91	c starts		: 0
1800.00/1808.91	c conflicts		: 0
1800.00/1808.91	c decisions		: 0
1800.00/1808.91	c propagations		: 0
1800.00/1808.91	c inspects		: 0
1800.00/1808.91	c learnt literals	: 0
1800.00/1808.91	c learnt binary clauses	: 0
1800.00/1808.91	c learnt ternary clauses	: 0
1800.00/1808.91	c learnt clauses	: 0
1800.00/1808.91	c ignored clauses	: 0
1800.00/1808.91	c root simplifications	: 0
1800.00/1808.91	c removed literals (reason simplification)	: 0
1800.00/1808.91	c reason swapping (by a shorter reason)	: 0
1800.00/1808.91	c Calls to reduceDB	: 0
1800.00/1808.91	c speed (assignments/second)	: 0.0
1800.00/1808.91	c non guided choices	0
1800.00/1808.91	c learnt constraints type 
1800.00/1808.91	c constraints type 
1800.00/1808.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1800.00/1808.91	c org.sat4j.minisat.constraints.card.AtLeast => 3150
1800.00/1808.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3150
1800.00/1808.91	s UNKNOWN
1800.00/1808.91	c Total wall clock time (in seconds) : 1808.62

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-2066356-1247342706/watcher-2066356-1247342706 -o /tmp/evaluation-result-2066356-1247342706/solver-2066356-1247342706 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066356-1247342706.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.91 1.97 1.99 4/80 15486
/proc/meminfo: memFree=1839064/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=1612 CPUtime=0
/proc/15486/stat : 15486 (java6) D 15484 15486 14095 0 -1 0 176 0 0 0 0 0 0 0 19 0 1 0 21333204 1650688 147 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/15486/statm: 403 147 111 9 0 45 0

[startup+0.10513 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 15486
/proc/meminfo: memFree=1839064/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=802032 CPUtime=0.04
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 2583 0 31 0 2 2 0 0 18 0 7 0 21333204 821280768 2358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 200508 2358 1010 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.202142 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 15486
/proc/meminfo: memFree=1839064/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=804820 CPUtime=0.13
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 3491 0 31 0 10 3 0 0 18 0 12 0 21333204 824135680 3262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 201205 3262 1291 9 0 198539 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 804820

[startup+0.302154 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 15486
/proc/meminfo: memFree=1839064/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=805600 CPUtime=0.23
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 3983 0 31 0 19 4 0 0 18 0 12 0 21333204 824934400 3750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 201400 3750 1351 9 0 198734 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 805600

[startup+0.702197 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 15486
/proc/meminfo: memFree=1839064/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=807184 CPUtime=0.62
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 5381 0 31 0 56 6 0 0 18 0 12 0 21333204 826556416 4902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 201796 4902 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 807184

[startup+1.50129 s]
/proc/loadavg: 1.91 1.97 1.99 5/92 15498
/proc/meminfo: memFree=1817016/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=809980 CPUtime=1.42
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 7634 0 31 0 135 7 0 0 18 0 12 0 21333204 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 202495 6190 1408 9 0 199822 0
[pid=15486/tid=15488] ppid=15484 vsize=809980 CPUtime=0.77
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 4065 0 1 0 73 4 0 0 22 0 12 0 21333210 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4109162847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=809980 CPUtime=0
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21333211 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=809980 CPUtime=0
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21333211 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=809980 CPUtime=0
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21333213 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=809980 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21333214 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=809980 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21333214 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=809980 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=809980 CPUtime=0
/proc/15486/task/15495/stat : 15495 (java) S 15484 15486 14095 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21333218 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15496] ppid=15484 vsize=809980 CPUtime=0.62
/proc/15486/task/15496/stat : 15496 (java) S 15484 15486 14095 0 -1 64 2842 0 0 0 61 1 0 0 16 0 12 0 21333218 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15497] ppid=15484 vsize=809980 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=809980 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 829419520 6190 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 809980

[startup+3.10147 s]
/proc/loadavg: 2.00 1.98 1.99 4/92 15498
/proc/meminfo: memFree=1806712/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=814040 CPUtime=3
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 16210 0 31 0 289 11 0 0 18 0 12 0 21333204 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 203510 14092 1433 9 0 200837 0
[pid=15486/tid=15488] ppid=15484 vsize=814040 CPUtime=1.56
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 11206 0 1 0 148 8 0 0 23 0 12 0 21333210 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4109133352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=814040 CPUtime=0
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21333211 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=814040 CPUtime=0
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21333211 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=814040 CPUtime=0
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21333213 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=814040 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21333214 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=814040 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21333214 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=814040 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=814040 CPUtime=0.01
/proc/15486/task/15495/stat : 15495 (java) S 15484 15486 14095 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21333218 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15496] ppid=15484 vsize=814040 CPUtime=1.4
/proc/15486/task/15496/stat : 15496 (java) R 15484 15486 14095 0 -1 64 4275 0 0 0 139 1 0 0 19 0 12 0 21333218 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 103979298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15497] ppid=15484 vsize=814040 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=814040 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 833576960 14092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 814040

[startup+6.30283 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 15498
/proc/meminfo: memFree=1739256/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=825812 CPUtime=6.18
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 29089 0 31 0 603 15 0 0 18 0 12 0 21333204 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 206453 24469 1442 9 0 203780 0
[pid=15486/tid=15488] ppid=15484 vsize=825812 CPUtime=3.56
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 17220 0 1 0 346 10 0 0 25 0 12 0 21333210 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4109650512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=825812 CPUtime=0.03
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 839 0 0 0 3 0 0 0 16 0 12 0 21333211 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=825812 CPUtime=0.02
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 295 0 0 0 2 0 0 0 16 0 12 0 21333211 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 21333213 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21333214 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 21333214 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=825812 CPUtime=0.01
/proc/15486/task/15495/stat : 15495 (java) S 15484 15486 14095 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21333218 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15496] ppid=15484 vsize=825812 CPUtime=2.51
/proc/15486/task/15496/stat : 15496 (java) S 15484 15486 14095 0 -1 64 9988 0 0 0 248 3 0 0 25 0 12 0 21333218 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15497] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 845631488 24469 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 825812

[startup+12.7016 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 15498
/proc/meminfo: memFree=1725248/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=825812 CPUtime=12.55
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 32533 0 31 0 1238 17 0 0 18 0 12 0 21333204 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 206453 27900 1442 9 0 203780 0
[pid=15486/tid=15488] ppid=15484 vsize=825812 CPUtime=9.87
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 19516 0 1 0 976 11 0 0 25 0 12 0 21333210 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4109700784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=825812 CPUtime=0.05
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 1335 0 0 0 5 0 0 0 16 0 12 0 21333211 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=825812 CPUtime=0.05
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 939 0 0 0 5 0 0 0 16 0 12 0 21333211 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 21333213 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21333214 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 21333214 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=825812 CPUtime=0.01
/proc/15486/task/15495/stat : 15495 (java) S 15484 15486 14095 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21333218 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15496] ppid=15484 vsize=825812 CPUtime=2.51
/proc/15486/task/15496/stat : 15496 (java) S 15484 15486 14095 0 -1 64 9988 0 0 0 248 3 0 0 25 0 12 0 21333218 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15497] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 845631488 27900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 825812

[startup+25.503 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 15498
/proc/meminfo: memFree=1722880/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=825812 CPUtime=25.29
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 33169 0 31 0 2512 17 0 0 18 0 12 0 21333204 845631488 28512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 206453 28512 1442 9 0 203780 0
[pid=15486/tid=15488] ppid=15484 vsize=825812 CPUtime=22.6
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 20121 0 1 0 2249 11 0 0 25 0 12 0 21333210 845631488 28512 996147200 134512640 134550932 4294956016 18446744073709551615 4109650607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=825812 CPUtime=0.05
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 1351 0 0 0 5 0 0 0 16 0 12 0 21333211 845631488 28512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=825812 CPUtime=0.05
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 954 0 0 0 5 0 0 0 15 0 12 0 21333211 845631488 28512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 27 0 0 0 0 0 0 0 15 0 12 0 21333213 845631488 28512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21333214 845631488 28512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 21333214 845631488 28512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 845631488 28512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=825812 CPUtime=0.01

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

[pid=15486/tid=15497] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 845631488 31271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 845631488 31271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.69
Current children cumulated vsize (KiB) 825812

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 15593
/proc/meminfo: memFree=1759792/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=825812 CPUtime=1594.4
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 38891 0 31 0 159391 49 0 0 18 0 12 0 21333204 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 206453 31380 1442 9 0 203780 0
[pid=15486/tid=15488] ppid=15484 vsize=825812 CPUtime=1589.99
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 22975 0 1 0 158979 20 0 0 25 0 12 0 21333210 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4109650607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=825812 CPUtime=0.67
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 2774 0 0 0 64 3 0 0 16 0 12 0 21333211 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=825812 CPUtime=0.6
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 2399 0 0 0 57 3 0 0 15 0 12 0 21333211 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=825812 CPUtime=0.55
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 27 0 0 0 39 16 0 0 15 0 12 0 21333213 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21333214 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 21333214 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=825812 CPUtime=0.01
/proc/15486/task/15495/stat : 15495 (java) S 15484 15486 14095 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21333218 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15496] ppid=15484 vsize=825812 CPUtime=2.51
/proc/15486/task/15496/stat : 15496 (java) S 15484 15486 14095 0 -1 64 9988 0 0 0 248 3 0 0 25 0 12 0 21333218 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15497] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 845631488 31380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.4
Current children cumulated vsize (KiB) 825812

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 15593
/proc/meminfo: memFree=1758832/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=825812 CPUtime=1654.11
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 39110 0 31 0 165359 52 0 0 18 0 12 0 21333204 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 206453 31490 1442 9 0 203780 0
[pid=15486/tid=15488] ppid=15484 vsize=825812 CPUtime=1649.62
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 23084 0 1 0 164941 21 0 0 25 0 12 0 21333210 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4109650719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=825812 CPUtime=0.7
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 2828 0 0 0 66 4 0 0 15 0 12 0 21333211 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=825812 CPUtime=0.63
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 2455 0 0 0 60 3 0 0 16 0 12 0 21333211 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=825812 CPUtime=0.57
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 27 0 0 0 40 17 0 0 15 0 12 0 21333213 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21333214 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 21333214 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=825812 CPUtime=0.01
/proc/15486/task/15495/stat : 15495 (java) S 15484 15486 14095 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21333218 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15496] ppid=15484 vsize=825812 CPUtime=2.51
/proc/15486/task/15496/stat : 15496 (java) S 15484 15486 14095 0 -1 64 9988 0 0 0 248 3 0 0 25 0 12 0 21333218 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15497] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 845631488 31490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.11
Current children cumulated vsize (KiB) 825812

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 4/86 15593
/proc/meminfo: memFree=1757808/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=825812 CPUtime=1713.82
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 39328 0 31 0 171329 53 0 0 18 0 12 0 21333204 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 206453 31599 1442 9 0 203780 0
[pid=15486/tid=15488] ppid=15484 vsize=825812 CPUtime=1709.26
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 23193 0 1 0 170904 22 0 0 25 0 12 0 21333210 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4109700292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=825812 CPUtime=0.73
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 2883 0 0 0 69 4 0 0 16 0 12 0 21333211 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=825812 CPUtime=0.65
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 2509 0 0 0 62 3 0 0 15 0 12 0 21333211 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=825812 CPUtime=0.59
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 27 0 0 0 42 17 0 0 15 0 12 0 21333213 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21333214 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 21333214 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=825812 CPUtime=0.01
/proc/15486/task/15495/stat : 15495 (java) S 15484 15486 14095 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21333218 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15496] ppid=15484 vsize=825812 CPUtime=2.51
/proc/15486/task/15496/stat : 15496 (java) S 15484 15486 14095 0 -1 64 9988 0 0 0 248 3 0 0 25 0 12 0 21333218 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15497] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 845631488 31599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.82
Current children cumulated vsize (KiB) 825812

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 15593
/proc/meminfo: memFree=1757168/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=825812 CPUtime=1773.52
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 39546 0 31 0 177297 55 0 0 18 0 12 0 21333204 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 206453 31708 1442 9 0 203780 0
[pid=15486/tid=15488] ppid=15484 vsize=825812 CPUtime=1768.88
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 23302 0 1 0 176866 22 0 0 25 0 12 0 21333210 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4109650530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=825812 CPUtime=0.75
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 2937 0 0 0 71 4 0 0 15 0 12 0 21333211 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=825812 CPUtime=0.69
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 2564 0 0 0 65 4 0 0 16 0 12 0 21333211 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=825812 CPUtime=0.6
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 27 0 0 0 42 18 0 0 15 0 12 0 21333213 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21333214 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 21333214 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=825812 CPUtime=0.01
/proc/15486/task/15495/stat : 15495 (java) S 15484 15486 14095 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21333218 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15496] ppid=15484 vsize=825812 CPUtime=2.51
/proc/15486/task/15496/stat : 15496 (java) S 15484 15486 14095 0 -1 64 9988 0 0 0 248 3 0 0 25 0 12 0 21333218 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15497] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 845631488 31708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.52
Current children cumulated vsize (KiB) 825812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 15593
/proc/meminfo: memFree=1756656/2055920 swapFree=4191904/4192956
[pid=15486] ppid=15484 vsize=825812 CPUtime=1800
/proc/15486/stat : 15486 (java) S 15484 15486 14095 0 -1 0 39646 0 31 0 179944 56 0 0 18 0 12 0 21333204 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15486/statm: 206453 31759 1442 9 0 203780 0
[pid=15486/tid=15488] ppid=15484 vsize=825812 CPUtime=1795.33
/proc/15486/task/15488/stat : 15488 (java) R 15484 15486 14095 0 -1 64 23351 0 1 0 179510 23 0 0 25 0 12 0 21333210 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4109700784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15489] ppid=15484 vsize=825812 CPUtime=0.76
/proc/15486/task/15489/stat : 15489 (java) S 15484 15486 14095 0 -1 64 2963 0 0 0 72 4 0 0 16 0 12 0 21333211 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15490] ppid=15484 vsize=825812 CPUtime=0.7
/proc/15486/task/15490/stat : 15490 (java) S 15484 15486 14095 0 -1 64 2589 0 0 0 66 4 0 0 15 0 12 0 21333211 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15491] ppid=15484 vsize=825812 CPUtime=0.62
/proc/15486/task/15491/stat : 15491 (java) S 15484 15486 14095 0 -1 64 27 0 0 0 43 19 0 0 15 0 12 0 21333213 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15492] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15492/stat : 15492 (java) S 15484 15486 14095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21333214 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15493] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15484 15486 14095 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 21333214 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15494] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21333218 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15495] ppid=15484 vsize=825812 CPUtime=0.01
/proc/15486/task/15495/stat : 15495 (java) S 15484 15486 14095 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21333218 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15496] ppid=15484 vsize=825812 CPUtime=2.51
/proc/15486/task/15496/stat : 15496 (java) S 15484 15486 14095 0 -1 64 9988 0 0 0 248 3 0 0 25 0 12 0 21333218 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15497] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15497/stat : 15497 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21333218 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15498] ppid=15484 vsize=825812 CPUtime=0
/proc/15486/task/15498/stat : 15498 (java) S 15484 15486 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21333218 845631488 31759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 825812

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

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

Child status: 143
Real time (s): 1808.95
CPU time (s): 1800.05
CPU user time (s): 1799.46
CPU system time (s): 0.58591
CPU usage (%): 99.508
Max. virtual memory (cumulated for all children) (KiB): 830432

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

runsolver used 1.9467 second user time and 6.29004 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-11 22:05:06
IDJOB=2066356
IDBENCH=54512
IDSOLVER=731
FILE ID=node63/2066356-1247342706
PBS_JOBID= 9506777
Free space on /tmp= 66220 MiB

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

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

MD5SUM BENCH= 761c2deb5b05f3480656e30f48462e50
RANDOM SEED=1863883815

node63.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.232
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.232
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:       1839616 kB
Buffers:         14208 kB
Cached:          76928 kB
SwapCached:        256 kB
Active:         141200 kB
Inactive:        27272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839616 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          94576 kB
Slab:            32876 kB
Committed_AS:   909820 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node63 at 2009-07-11 22:35:17