Trace number 206429

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, and are wall clock time (not CPU 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
sat4jCSP 1.7 RC BF3? (TO) 1800.21 1804.67

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-33_ext.xml
MD5SUM13258892a2d67abb7fc0c486aa658227
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/206429-1168172936/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.53	c reading variables
c reading variables (28) done.
0.58	c reading relations
c reading relations (93) done.
5.06	c reading constraints
c reading constraints done.
7.08	c ... done. Wall clock time 6.829s.
7.08	c CPU time (experimental) 4.85s.
7.08	c #vars     784
7.08	c #constraints  1290245
1804.55	c starts		: 21
1804.55	c conflicts		: 731278
1804.55	c decisions		: 1282497
1804.55	c propagations		: 47170423
1804.55	c inspects		: 4235882729
1804.55	c learnt literals	: 0
1804.55	c learnt binary clauses	: 0
1804.55	c learnt ternary clauses	: 280
1804.55	c learnt clauses	: 731278
1804.55	c root simplifications	: 0
1804.55	c removed literals (reason simplification)	: 0
1804.55	c reason swapping (by a shorter reason)	: 0
1804.55	c Calls to reduceDB	: 0
1804.55	c speed (decisions/second)	: 713.5035806002235
1804.55	c non guided choices	241
1804.55	s UNKNOWN
1804.55	c Total wall clock time (in seconds) : 1804.296
1804.55	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-206429-1168172936 -o ROOT/results/node38/solver-206429-1168172936 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206429-1168172936/sat4jCSP-bf3.jar /tmp/evaluation/206429-1168172936/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 2.06 2.05 1.97 2/75 16587
/proc/meminfo: memFree=1282184/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=18540 CPUtime=0
/proc/16586/stat : 16586 (runsolver) R 16584 16586 15856 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 165693293 18984960 279 18446744073709551615 4194304 4267372 548682069008 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16586/statm: 4635 279 244 17 0 2626 0

[startup+0.102843 s]
/proc/loadavg: 2.06 2.05 1.97 2/75 16587
/proc/meminfo: memFree=1282184/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=901240 CPUtime=0.08
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 3264 0 1 0 6 2 0 0 22 0 12 0 165693293 922869760 3024 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155334096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 225310 3024 1530 14 0 212330 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901240

[startup+0.510923 s]
/proc/loadavg: 2.06 2.05 1.97 2/75 16587
/proc/meminfo: memFree=1282184/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=906392 CPUtime=0.49
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 5839 0 1 0 45 4 0 0 19 0 12 0 165693293 928145408 5435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 226598 5435 2250 14 0 213035 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 906392

[startup+1.33409 s]
/proc/loadavg: 2.06 2.05 1.97 4/86 16598
/proc/meminfo: memFree=1263088/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=908084 CPUtime=1.31
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 9032 0 1 0 126 5 0 0 22 0 12 0 165693293 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053837813 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 227021 8196 2320 14 0 213458 0
[pid=16586/tid=16588] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 165693296 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16589] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 165693296 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16590] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165693299 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16591] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 165693300 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165693300 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165693303 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165693303 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=908084 CPUtime=0.28
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 288 0 0 0 28 0 0 0 16 0 12 0 165693303 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16596] ppid=16584 vsize=908084 CPUtime=0.41
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1510 0 0 0 41 0 0 0 16 0 12 0 165693303 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16597] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165693303 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165693304 929878016 8196 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 908084

[startup+3.00241 s]
/proc/loadavg: 2.06 2.05 1.97 6/86 16598
/proc/meminfo: memFree=1200304/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=908084 CPUtime=2.97
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 25977 0 1 0 284 13 0 0 25 0 12 0 165693293 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054187214 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 227021 25136 2334 14 0 213458 0
[pid=16586/tid=16588] ppid=16584 vsize=908084 CPUtime=0.12
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 15856 0 -1 64 1998 0 0 0 12 0 0 0 16 0 12 0 165693296 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16589] ppid=16584 vsize=908084 CPUtime=0.11
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 15856 0 -1 64 2500 0 0 0 10 1 0 0 16 0 12 0 165693296 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16590] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 165693299 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16591] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165693300 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165693300 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165693303 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165693303 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=908084 CPUtime=0.32
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 294 0 0 0 32 0 0 0 17 0 12 0 165693303 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16596] ppid=16584 vsize=908084 CPUtime=0.46
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1519 0 0 0 46 0 0 0 16 0 12 0 165693303 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16597] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165693303 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=908084 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165693304 929878016 25136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 908084

[startup+6.30506 s]
/proc/loadavg: 2.06 2.05 1.97 3/86 16598
/proc/meminfo: memFree=1170480/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=910648 CPUtime=6.36
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 40601 0 1 0 614 22 0 0 25 0 12 0 165693293 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155093726 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 227662 38343 2337 14 0 214099 0
[pid=16586/tid=16588] ppid=16584 vsize=910648 CPUtime=0.5
/proc/16586/task/16588/stat : 16588 (java) R 16584 16586 15856 0 -1 64 9161 0 0 0 46 4 0 0 17 0 12 0 165693296 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16589] ppid=16584 vsize=910648 CPUtime=0.48
/proc/16586/task/16589/stat : 16589 (java) R 16584 16586 15856 0 -1 64 9920 0 0 0 43 5 0 0 17 0 12 0 165693296 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154957953 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16590] ppid=16584 vsize=910648 CPUtime=0
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 35 0 0 0 0 0 0 0 16 0 12 0 165693299 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16591] ppid=16584 vsize=910648 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165693300 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=910648 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165693300 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=910648 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165693303 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=910648 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165693303 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=910648 CPUtime=0.43
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 307 0 0 0 43 0 0 0 16 0 12 0 165693303 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16596] ppid=16584 vsize=910648 CPUtime=0.57
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1525 0 0 0 57 0 0 0 16 0 12 0 165693303 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16597] ppid=16584 vsize=910648 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165693303 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=910648 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165693304 932503552 38343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 910648

[startup+12.7073 s]
/proc/loadavg: 2.12 2.06 1.98 3/87 16599
/proc/meminfo: memFree=1094320/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=913728 CPUtime=12.81
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 51847 0 1 0 1251 30 0 0 25 0 13 0 165693293 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054347319 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 228432 49163 2356 14 0 214869 0
[pid=16586/tid=16588] ppid=16584 vsize=913728 CPUtime=0.79
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 15856 0 -1 64 15912 0 0 0 71 8 0 0 17 0 13 0 165693296 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16589] ppid=16584 vsize=913728 CPUtime=0.8
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 15856 0 -1 64 14331 0 0 0 73 7 0 0 17 0 13 0 165693296 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16590] ppid=16584 vsize=913728 CPUtime=0.03
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 36 0 0 0 1 2 0 0 16 0 13 0 165693299 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16591] ppid=16584 vsize=913728 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165693300 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=913728 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165693300 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=913728 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165693303 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=913728 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165693303 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=913728 CPUtime=0.71
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 336 0 0 0 71 0 0 0 16 0 13 0 165693303 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16596] ppid=16584 vsize=913728 CPUtime=0.84
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1550 0 0 0 84 0 0 0 16 0 13 0 165693303 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16597] ppid=16584 vsize=913728 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165693303 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=913728 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165693304 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16599] ppid=16584 vsize=913728 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 165694003 935657472 49163 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 913728

[startup+25.5988 s]
/proc/loadavg: 2.10 2.06 1.98 3/87 16599
/proc/meminfo: memFree=1094448/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=913516 CPUtime=25.64
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 51851 0 1 0 2534 30 0 0 25 0 13 0 165693293 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054347903 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 228379 49135 2356 14 0 214816 0
[pid=16586/tid=16588] ppid=16584 vsize=913516 CPUtime=0.79
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 15856 0 -1 64 15912 0 0 0 71 8 0 0 17 0 13 0 165693296 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16589] ppid=16584 vsize=913516 CPUtime=0.8
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 15856 0 -1 64 14331 0 0 0 73 7 0 0 17 0 13 0 165693296 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16590] ppid=16584 vsize=913516 CPUtime=0.03
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 36 0 0 0 1 2 0 0 16 0 13 0 165693299 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16591] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165693303 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165693303 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=913516 CPUtime=0.71
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 336 0 0 0 71 0 0 0 16 0 13 0 165693303 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16596] ppid=16584 vsize=913516 CPUtime=0.86
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1551 0 0 0 86 0 0 0 17 0 13 0 165693303 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16597] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165693303 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165693304 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16599] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 165694003 935440384 49135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.64
Current children cumulated vsize (KiB) 913516

[startup+51.2928 s]
/proc/loadavg: 2.07 2.05 1.98 3/87 16599
/proc/meminfo: memFree=1072368/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=913516 CPUtime=51.31
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 57428 0 1 0 5098 33 0 0 25 0 13 0 165693293 935440384 54702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054347319 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16586/statm: 228379 54702 2356 14 0 214816 0
[pid=16586/tid=16588] ppid=16584 vsize=913516 CPUtime=0.96

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

/proc/loadavg: 2.00 2.01 2.00 3/93 16674
/proc/meminfo: memFree=1042304/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=913516 CPUtime=1600.98
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 182377 0 1 0 160004 94 0 0 25 0 13 0 165693293 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054347402 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16586/statm: 228379 169432 2356 14 0 214816 0
[pid=16586/tid=16588] ppid=16584 vsize=913516 CPUtime=2.45
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 15856 0 -1 64 82852 0 0 0 209 36 0 0 16 0 13 0 165693296 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16589] ppid=16584 vsize=913516 CPUtime=2.5
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 15856 0 -1 64 77899 0 0 0 215 35 0 0 16 0 13 0 165693296 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16590] ppid=16584 vsize=913516 CPUtime=0.04
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 36 0 0 0 2 2 0 0 16 0 13 0 165693299 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16591] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165693303 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165693303 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=913516 CPUtime=0.73
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 337 0 0 0 73 0 0 0 16 0 13 0 165693303 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=913516 CPUtime=0.87
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1551 0 0 0 87 0 0 0 17 0 13 0 165693303 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165693303 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165693304 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16599] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 165694003 935440384 169432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.98
Current children cumulated vsize (KiB) 913516

[startup+1663.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 16674
/proc/meminfo: memFree=1012096/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=913516 CPUtime=1660.49
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 191703 0 1 0 165952 97 0 0 25 0 13 0 165693293 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054347319 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 228379 176967 2357 14 0 214816 0
[pid=16586/tid=16588] ppid=16584 vsize=913516 CPUtime=2.58
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 15856 0 -1 64 88954 0 0 0 220 38 0 0 18 0 13 0 165693296 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16589] ppid=16584 vsize=913516 CPUtime=2.61
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 15856 0 -1 64 81121 0 0 0 225 36 0 0 17 0 13 0 165693296 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16590] ppid=16584 vsize=913516 CPUtime=1.79
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 37 0 0 0 177 2 0 0 16 0 13 0 165693299 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16591] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=913516 CPUtime=0.73
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 337 0 0 0 73 0 0 0 16 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=913516 CPUtime=0.87
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1551 0 0 0 87 0 0 0 17 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165693304 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16599] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 165694003 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.49
Current children cumulated vsize (KiB) 913516

[startup+1723.34 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16674
/proc/meminfo: memFree=1012032/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=913516 CPUtime=1719.89
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 191704 0 1 0 171892 97 0 0 25 0 13 0 165693293 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054347322 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 228379 176967 2357 14 0 214816 0
[pid=16586/tid=16588] ppid=16584 vsize=913516 CPUtime=2.64
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 15856 0 -1 64 88954 0 0 0 226 38 0 0 17 0 13 0 165693296 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16589] ppid=16584 vsize=913516 CPUtime=2.68
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 15856 0 -1 64 81121 0 0 0 232 36 0 0 17 0 13 0 165693296 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16590] ppid=16584 vsize=913516 CPUtime=1.79
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 37 0 0 0 177 2 0 0 16 0 13 0 165693299 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16591] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=913516 CPUtime=0.73
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 337 0 0 0 73 0 0 0 16 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=913516 CPUtime=0.87
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1551 0 0 0 87 0 0 0 17 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165693304 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16599] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 165694003 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.89
Current children cumulated vsize (KiB) 913516

[startup+1783.38 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16674
/proc/meminfo: memFree=1012032/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=913516 CPUtime=1779.19
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 191704 0 1 0 177821 98 0 0 25 0 13 0 165693293 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357777 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 228379 176967 2357 14 0 214816 0
[pid=16586/tid=16588] ppid=16584 vsize=913516 CPUtime=2.64
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 15856 0 -1 64 88954 0 0 0 226 38 0 0 17 0 13 0 165693296 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16589] ppid=16584 vsize=913516 CPUtime=2.68
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 15856 0 -1 64 81121 0 0 0 232 36 0 0 17 0 13 0 165693296 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16590] ppid=16584 vsize=913516 CPUtime=1.79
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 37 0 0 0 177 2 0 0 16 0 13 0 165693299 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16591] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=913516 CPUtime=0.73
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 337 0 0 0 73 0 0 0 16 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=913516 CPUtime=0.87
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1551 0 0 0 87 0 0 0 17 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165693304 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16599] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 165694003 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.19
Current children cumulated vsize (KiB) 913516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.54 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 16674
/proc/meminfo: memFree=1012032/2055920 swapFree=4192812/4192956
[pid=16586] ppid=16584 vsize=913516 CPUtime=1800.08
/proc/16586/stat : 16586 (java) R 16584 16586 15856 0 -1 0 191704 0 1 0 179910 98 0 0 25 0 13 0 165693293 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358149 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16586/statm: 228379 176967 2357 14 0 214816 0
[pid=16586/tid=16588] ppid=16584 vsize=913516 CPUtime=2.64
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 15856 0 -1 64 88954 0 0 0 226 38 0 0 17 0 13 0 165693296 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16589] ppid=16584 vsize=913516 CPUtime=2.68
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 15856 0 -1 64 81121 0 0 0 232 36 0 0 17 0 13 0 165693296 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16590] ppid=16584 vsize=913516 CPUtime=1.79
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 15856 0 -1 64 37 0 0 0 177 2 0 0 16 0 13 0 165693299 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16591] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 15856 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16592] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165693300 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16593] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16594] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16595] ppid=16584 vsize=913516 CPUtime=0.73
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 15856 0 -1 64 337 0 0 0 73 0 0 0 16 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=913516 CPUtime=0.87
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 15856 0 -1 64 1551 0 0 0 87 0 0 0 17 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 15856 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165693303 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16598] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 15856 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165693304 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16586/tid=16599] ppid=16584 vsize=913516 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 15856 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 165694003 935440384 176967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 913516

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

Child status: 143
Real time (s): 1804.67
CPU time (s): 1800.21
CPU user time (s): 1799.12
CPU system time (s): 1.09283
CPU usage (%): 99.7528
Max. virtual memory (cumulated for all children) (KiB): 913728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.09283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191724
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37575
involuntary context switches= 38652

runsolver used 2.22666 s user time and 5.76212 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sun Jan  7 12:28:56 UTC 2007


IDJOB= 206429
IDBENCH= 4207
FILE ID= node38/206429-1168172936

PBS_JOBID= 3479015

Free space on /tmp= 66496 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-33_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206429-1168172936/sat4jCSP-bf3.jar /tmp/evaluation/206429-1168172936/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-206429-1168172936 -o ROOT/results/node38/solver-206429-1168172936 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206429-1168172936/sat4jCSP-bf3.jar /tmp/evaluation/206429-1168172936/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  13258892a2d67abb7fc0c486aa658227

RANDOM SEED= 885725423

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1282664 kB
Buffers:         13628 kB
Cached:         188672 kB
SwapCached:          0 kB
Active:         590804 kB
Inactive:       120280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1282664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8212 kB
Writeback:           0 kB
Mapped:         520208 kB
Slab:            46160 kB
Committed_AS:  4238428 kB
PageTables:       3312 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= 66504 MiB



End job on node38 on Sun Jan  7 12:59:01 UTC 2007