Trace number 206325

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 1797.22

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-35_ext.xml
MD5SUMc30b577053b6708cb9fc80132f875f5d
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.24	c --- Begin Solver configuration ---
0.24	c Stops conflict analysis at the first Unique Implication Point
0.24	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.24	c Learn all clauses as in MiniSAT
0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving /tmp/evaluation/206325-1168171721/unknown.xml
0.24	c reading problem ... 
0.40	c reading problem named ?
0.40	c reading domains done.
0.41	c reading variables
c reading variables (28) done.
0.43	c reading relations
c reading relations (93) done.
4.05	c reading constraints
c reading constraints done.
5.95	c ... done. Wall clock time 5.714s.
5.95	c CPU time (experimental) 4.53s.
5.95	c #vars     784
5.95	c #constraints  1290245
1797.12	c starts		: 20
1797.12	c conflicts		: 660548
1797.12	c decisions		: 1206952
1797.12	c propagations		: 43209398
1797.12	c inspects		: 4255282815
1797.12	c learnt literals	: 0
1797.12	c learnt binary clauses	: 0
1797.12	c learnt ternary clauses	: 365
1797.12	c learnt clauses	: 660547
1797.12	c root simplifications	: 0
1797.12	c removed literals (reason simplification)	: 0
1797.12	c reason swapping (by a shorter reason)	: 0
1797.12	c Calls to reduceDB	: 0
1797.12	c speed (decisions/second)	: 673.8374306734958
1797.12	c non guided choices	287
1797.12	s UNKNOWN
1797.12	c Total wall clock time (in seconds) : 1796.879
1797.12	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/node75/watcher-206325-1168171721 -o ROOT/results/node75/solver-206325-1168171721 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206325-1168171721/sat4jCSP-bf3.jar /tmp/evaluation/206325-1168171721/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: 1.00 1.00 1.00 2/65 23628
/proc/meminfo: memFree=1812904/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=1784 CPUtime=0
/proc/23627/stat : 23627 (java) D 23625 23627 21559 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 165571471 1826816 146 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/23627/statm: 446 146 111 14 0 91 0

[startup+0.105922 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23628
/proc/meminfo: memFree=1812904/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=897120 CPUtime=0.07
/proc/23627/stat : 23627 (java) D 23625 23627 21559 0 -1 0 3216 0 1 0 6 1 0 0 22 0 6 0 165571471 918650880 2976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 224280 2976 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.513974 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23628
/proc/meminfo: memFree=1812904/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=906548 CPUtime=0.65
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 6469 0 1 0 62 3 0 0 17 0 12 0 165571471 928305152 6029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 226637 6029 2306 14 0 213074 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 906548

[startup+1.33507 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23639
/proc/meminfo: memFree=1760464/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=911416 CPUtime=1.87
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 24142 0 1 0 177 10 0 0 22 0 12 0 165571471 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054143566 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 227854 22323 2331 14 0 214291 0
[pid=23627/tid=23629] ppid=23625 vsize=911416 CPUtime=0.01
/proc/23627/task/23629/stat : 23629 (java) S 23625 23627 21559 0 -1 64 394 0 0 0 1 0 0 0 16 0 12 0 165571474 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=911416 CPUtime=0.01
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 21559 0 -1 64 386 0 0 0 1 0 0 0 16 0 12 0 165571474 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 165571477 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23632] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165571477 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165571477 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165571484 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 165571484 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=911416 CPUtime=0.48
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1867 0 0 0 48 0 0 0 16 0 12 0 165571484 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=911416 CPUtime=0.4
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1817 0 0 0 40 0 0 0 16 0 12 0 165571484 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 165571484 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165571484 933289984 22323 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 911416

[startup+2.98127 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 23639
/proc/meminfo: memFree=1720208/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=911416 CPUtime=3.73
/proc/23627/stat : 23627 (java) S 23625 23627 21559 0 -1 0 30469 0 1 0 359 14 0 0 19 0 12 0 165571471 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 227854 28407 2335 14 0 214291 0
[pid=23627/tid=23629] ppid=23625 vsize=911416 CPUtime=0.22
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 21559 0 -1 64 4146 0 0 0 20 2 0 0 16 0 12 0 165571474 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154959911 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=911416 CPUtime=0.22
/proc/23627/task/23630/stat : 23630 (java) R 23625 23627 21559 0 -1 64 2928 0 0 0 21 1 0 0 16 0 12 0 165571474 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 165571477 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23632] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165571477 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165571477 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165571484 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 165571484 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=911416 CPUtime=0.49
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1867 0 0 0 49 0 0 0 16 0 12 0 165571484 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=911416 CPUtime=0.4
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1821 0 0 0 40 0 0 0 17 0 12 0 165571484 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 165571484 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=911416 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165571484 933289984 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 911416

[startup+6.18665 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 23639
/proc/meminfo: memFree=1645456/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=914464 CPUtime=7.99
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 52937 0 1 0 772 27 0 0 20 0 13 0 165571471 936411136 47293 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 228616 47297 2353 14 0 215053 0
[pid=23627/tid=23629] ppid=23625 vsize=914464 CPUtime=0.97
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 21559 0 -1 64 19082 0 0 0 87 10 0 0 16 0 13 0 165571474 936411136 47299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=914464 CPUtime=0.97
/proc/23627/task/23630/stat : 23630 (java) R 23625 23627 21559 0 -1 64 10378 0 0 0 91 6 0 0 16 0 13 0 165571474 936411136 47301 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958941 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 47304 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23632] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 47306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 47308 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165571484 936411136 47311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 165571484 936411136 47313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=914464 CPUtime=0.71
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1902 0 0 0 71 0 0 0 17 0 13 0 165571484 936411136 47315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=914464 CPUtime=0.63
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1838 0 0 0 63 0 0 0 17 0 13 0 165571484 936411136 47317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 165571484 936411136 47320 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165571484 936411136 47322 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 914464

[startup+12.6694 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23640
/proc/meminfo: memFree=1621848/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=914464 CPUtime=14.84
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 55837 0 1 0 1456 28 0 0 25 0 13 0 165571471 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054364798 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 228616 49972 2357 14 0 215053 0
[pid=23627/tid=23629] ppid=23625 vsize=914464 CPUtime=1.17
/proc/23627/task/23629/stat : 23629 (java) S 23625 23627 21559 0 -1 64 21653 0 0 0 106 11 0 0 16 0 13 0 165571474 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=914464 CPUtime=1.16
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 21559 0 -1 64 10666 0 0 0 110 6 0 0 16 0 13 0 165571474 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23632] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165571484 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 165571484 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=914464 CPUtime=0.84
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1919 0 0 0 84 0 0 0 15 0 13 0 165571484 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=914464 CPUtime=0.77
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1851 0 0 0 77 0 0 0 16 0 13 0 165571484 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 165571484 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165571484 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 21559 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165572068 936411136 49972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 914464

[startup+25.5409 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23640
/proc/meminfo: memFree=1621976/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=914464 CPUtime=27.72
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 55842 0 1 0 2743 29 0 0 25 0 13 0 165571471 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054404397 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 228616 49975 2358 14 0 215053 0
[pid=23627/tid=23629] ppid=23625 vsize=914464 CPUtime=1.17
/proc/23627/task/23629/stat : 23629 (java) S 23625 23627 21559 0 -1 64 21653 0 0 0 106 11 0 0 16 0 13 0 165571474 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=914464 CPUtime=1.16
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 21559 0 -1 64 10666 0 0 0 110 6 0 0 16 0 13 0 165571474 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23632] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165571484 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 165571484 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=914464 CPUtime=0.85
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1919 0 0 0 85 0 0 0 16 0 13 0 165571484 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=914464 CPUtime=0.77
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1851 0 0 0 77 0 0 0 17 0 13 0 165571484 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 165571484 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165571484 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 21559 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165572068 936411136 49975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.72
Current children cumulated vsize (KiB) 914464

[startup+51.173 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23640
/proc/meminfo: memFree=1602136/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=914464 CPUtime=53.49
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 60984 0 1 0 5317 32 0 0 25 0 13 0 165571471 936411136 54959 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054390370 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 228616 54959 2358 14 0 215053 0
[pid=23627/tid=23629] ppid=23625 vsize=914464 CPUtime=1.32

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

/proc/loadavg: 1.03 1.02 1.00 2/77 23642
/proc/meminfo: memFree=1207192/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=914464 CPUtime=1605.63
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 179186 0 1 0 160468 95 0 0 25 0 13 0 165571471 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054423337 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 228616 153415 2358 14 0 215053 0
[pid=23627/tid=23629] ppid=23625 vsize=914464 CPUtime=2.97
/proc/23627/task/23629/stat : 23629 (java) S 23625 23627 21559 0 -1 64 83280 0 0 0 254 43 0 0 16 0 13 0 165571474 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=914464 CPUtime=2.97
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 21559 0 -1 64 72367 0 0 0 260 37 0 0 16 0 13 0 165571474 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=914464 CPUtime=0.86
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1920 0 0 0 86 0 0 0 17 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=914464 CPUtime=0.78
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1851 0 0 0 78 0 0 0 17 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 21559 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165572068 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.63
Current children cumulated vsize (KiB) 914464

[startup+1662.66 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 23642
/proc/meminfo: memFree=1207192/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=914464 CPUtime=1665.6
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 179186 0 1 0 166465 95 0 0 25 0 13 0 165571471 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054422993 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 228616 153415 2358 14 0 215053 0
[pid=23627/tid=23629] ppid=23625 vsize=914464 CPUtime=2.97
/proc/23627/task/23629/stat : 23629 (java) S 23625 23627 21559 0 -1 64 83280 0 0 0 254 43 0 0 16 0 13 0 165571474 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=914464 CPUtime=2.97
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 21559 0 -1 64 72367 0 0 0 260 37 0 0 16 0 13 0 165571474 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=914464 CPUtime=0.87
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1920 0 0 0 87 0 0 0 16 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=914464 CPUtime=0.78
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1851 0 0 0 78 0 0 0 17 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165571484 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 21559 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165572068 936411136 153415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.6
Current children cumulated vsize (KiB) 914464

[startup+1722.67 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 23642
/proc/meminfo: memFree=1177880/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=914464 CPUtime=1725.71
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 188049 0 1 0 172471 100 0 0 25 0 13 0 165571471 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054390287 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 228616 160719 2358 14 0 215053 0
[pid=23627/tid=23629] ppid=23625 vsize=914464 CPUtime=3.09
/proc/23627/task/23629/stat : 23629 (java) S 23625 23627 21559 0 -1 64 88827 0 0 0 263 46 0 0 16 0 13 0 165571474 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=914464 CPUtime=3.09
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 21559 0 -1 64 75682 0 0 0 270 39 0 0 16 0 13 0 165571474 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=914464 CPUtime=0.87
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1920 0 0 0 87 0 0 0 16 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=914464 CPUtime=0.78
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1851 0 0 0 78 0 0 0 17 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 21559 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165572068 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.71
Current children cumulated vsize (KiB) 914464

[startup+1782.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23642
/proc/meminfo: memFree=1177880/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=914464 CPUtime=1785.68
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 188049 0 1 0 178468 100 0 0 25 0 13 0 165571471 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054422993 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 228616 160719 2358 14 0 215053 0
[pid=23627/tid=23629] ppid=23625 vsize=914464 CPUtime=3.09
/proc/23627/task/23629/stat : 23629 (java) S 23625 23627 21559 0 -1 64 88827 0 0 0 263 46 0 0 16 0 13 0 165571474 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=914464 CPUtime=3.09
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 21559 0 -1 64 75682 0 0 0 270 39 0 0 16 0 13 0 165571474 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=914464 CPUtime=0.87
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1920 0 0 0 87 0 0 0 16 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=914464 CPUtime=0.78
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1851 0 0 0 78 0 0 0 17 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 21559 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165572068 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.68
Current children cumulated vsize (KiB) 914464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23642
/proc/meminfo: memFree=1177880/2055920 swapFree=4184496/4192956
[pid=23627] ppid=23625 vsize=914464 CPUtime=1800.09
/proc/23627/stat : 23627 (java) R 23625 23627 21559 0 -1 0 188049 0 1 0 179909 100 0 0 25 0 13 0 165571471 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054423278 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 228616 160719 2358 14 0 215053 0
[pid=23627/tid=23629] ppid=23625 vsize=914464 CPUtime=3.09
/proc/23627/task/23629/stat : 23629 (java) S 23625 23627 21559 0 -1 64 88827 0 0 0 263 46 0 0 16 0 13 0 165571474 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=914464 CPUtime=3.09
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 21559 0 -1 64 75682 0 0 0 270 39 0 0 16 0 13 0 165571474 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 21559 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 21559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 21559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165571477 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 21559 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 21559 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23636] ppid=23625 vsize=914464 CPUtime=0.87
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 21559 0 -1 64 1920 0 0 0 87 0 0 0 16 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=914464 CPUtime=0.78
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 21559 0 -1 64 1851 0 0 0 78 0 0 0 17 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 21559 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 21559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165571484 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=914464 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 21559 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165572068 936411136 160719 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 914464

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

Child status: 143
Real time (s): 1797.22
CPU time (s): 1800.21
CPU user time (s): 1799.1
CPU system time (s): 1.10683
CPU usage (%): 100.166
Max. virtual memory (cumulated for all children) (KiB): 914464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.10683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188068
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= 37309
involuntary context switches= 32407

runsolver used 2.11568 s user time and 4.26135 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sun Jan  7 12:08:41 UTC 2007


IDJOB= 206325
IDBENCH= 4199
FILE ID= node75/206325-1168171721

PBS_JOBID= 3478695

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c30b577053b6708cb9fc80132f875f5d

RANDOM SEED= 482982989

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.218
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.218
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:       1813384 kB
Buffers:         46680 kB
Cached:         130432 kB
SwapCached:       2680 kB
Active:          79172 kB
Inactive:       107828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813384 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            8208 kB
Writeback:           0 kB
Mapped:          15928 kB
Slab:            41452 kB
Committed_AS:  3514216 kB
PageTables:       1432 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= 66551 MiB



End job on node75 on Sun Jan  7 12:38:38 UTC 2007