Trace number 229932

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-CACHED 1.7 RC BF3? (TO) 1800.14 1807.55

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-43_ext.xml
MD5SUMa193d27925f8e1a417d3aef56460952d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark222.449
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints476
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension476
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 CACHED
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.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/229932-1168313622/unknown.xml
0.26	c reading problem ... 
0.47	c reading problem named ?
0.47	c reading domains done.
0.48	c reading variables
c reading variables (50) done.
0.54	c reading relations
c reading relations (476) done.
1.89	c reading constraints
c reading constraints done.
2.57	c ... done. Wall clock time 2.309s.
2.57	c CPU time (experimental) 1.22s.
2.57	c #vars     1150
2.57	c #constraints  606
1807.48	c starts		: 18
1807.48	c conflicts		: 281643
1807.48	c decisions		: 388334
1807.48	c propagations		: 27117602
1807.48	c inspects		: 3319717734
1807.48	c learnt literals	: 0
1807.48	c learnt binary clauses	: 0
1807.48	c learnt ternary clauses	: 1
1807.48	c learnt clauses	: 281643
1807.48	c root simplifications	: 0
1807.48	c removed literals (reason simplification)	: 0
1807.48	c reason swapping (by a shorter reason)	: 0
1807.48	c Calls to reduceDB	: 0
1807.48	c speed (decisions/second)	: 215.15469503674984
1807.48	c non guided choices	185
1807.48	s UNKNOWN
1807.48	c Total wall clock time (in seconds) : 1807.219
1807.48	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/node51/watcher-229932-1168313622 -o ROOT/results/node51/solver-229932-1168313622 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/229932-1168313622/sat4jCSP-bf3-cached.jar /tmp/evaluation/229932-1168313622/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.92 1.99 1.99 4/75 25899
/proc/meminfo: memFree=1204296/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=50228 CPUtime=0
/proc/25898/stat : 25898 (java) D 25896 25898 23344 0 -1 0 1384 0 1 0 0 0 0 0 17 0 1 0 179760739 51433472 1149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/25898/statm: 12557 1149 878 14 0 1707 0

[startup+0.10475 s]
/proc/loadavg: 1.92 1.99 1.99 4/75 25899
/proc/meminfo: memFree=1204296/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=901540 CPUtime=0.08
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 3331 0 1 0 7 1 0 0 22 0 12 0 179760739 923176960 3091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151995965 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25898/statm: 225385 3091 1562 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.512823 s]
/proc/loadavg: 1.92 1.99 1.99 4/75 25899
/proc/meminfo: memFree=1204296/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=905236 CPUtime=0.54
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 6001 0 1 0 51 3 0 0 17 0 12 0 179760739 926961664 5585 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053868047 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 226309 5586 2292 14 0 212746 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 905236

[startup+1.33396 s]
/proc/loadavg: 1.92 1.99 1.99 4/86 25910
/proc/meminfo: memFree=1185072/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=906932 CPUtime=1.36
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 10601 0 1 0 131 5 0 0 18 0 12 0 179760739 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 226733 9699 2327 14 0 213170 0
[pid=25898/tid=25900] ppid=25896 vsize=906932 CPUtime=0
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 179760742 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25901] ppid=25896 vsize=906932 CPUtime=0
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 179760742 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25902] ppid=25896 vsize=906932 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 179760744 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25903] ppid=25896 vsize=906932 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 179760745 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25904] ppid=25896 vsize=906932 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 179760745 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25905] ppid=25896 vsize=906932 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 179760749 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=906932 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 179760749 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=906932 CPUtime=0.38
/proc/25898/task/25907/stat : 25907 (java) S 25896 25898 23344 0 -1 64 1116 0 0 0 38 0 0 0 16 0 12 0 179760749 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=906932 CPUtime=0.3
/proc/25898/task/25908/stat : 25908 (java) R 25896 25898 23344 0 -1 64 704 0 0 0 30 0 0 0 16 0 12 0 179760749 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155010033 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=906932 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 179760749 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=906932 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 179760749 928698368 9699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 906932

[startup+2.98324 s]
/proc/loadavg: 1.92 1.99 1.99 4/86 25910
/proc/meminfo: memFree=1128368/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907448 CPUtime=3.01
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 22313 0 1 0 290 11 0 0 25 0 13 0 179760739 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 226862 21339 2354 14 0 213299 0
[pid=25898/tid=25900] ppid=25896 vsize=907448 CPUtime=0
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 199 0 0 0 0 0 0 0 17 0 13 0 179760742 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25896 vsize=907448 CPUtime=0.01
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 424 0 0 0 1 0 0 0 17 0 13 0 179760742 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25902] ppid=25896 vsize=907448 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 179760744 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25903] ppid=25896 vsize=907448 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179760745 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25896 vsize=907448 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179760745 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25896 vsize=907448 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 179760749 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=907448 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 179760749 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=907448 CPUtime=0.81
/proc/25898/task/25907/stat : 25907 (java) R 25896 25898 23344 0 -1 64 1242 0 0 0 81 0 0 0 16 0 13 0 179760749 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151714669 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=907448 CPUtime=0.83
/proc/25898/task/25908/stat : 25908 (java) S 25896 25898 23344 0 -1 64 748 0 0 0 83 0 0 0 16 0 13 0 179760749 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=907448 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 179760749 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=907448 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179760749 929226752 21339 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 907448

[startup+6.2848 s]
/proc/loadavg: 1.93 1.99 1.99 3/87 25911
/proc/meminfo: memFree=1127848/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907432 CPUtime=6.31
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 22333 0 1 0 620 11 0 0 25 0 13 0 179760739 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 226858 21356 2357 14 0 213295 0
[pid=25898/tid=25900] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 199 0 0 0 0 0 0 0 17 0 13 0 179760742 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25896 vsize=907432 CPUtime=0.01
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 424 0 0 0 1 0 0 0 17 0 13 0 179760742 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25902] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 179760744 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25903] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=907432 CPUtime=0.91
/proc/25898/task/25907/stat : 25907 (java) S 25896 25898 23344 0 -1 64 1253 0 0 0 91 0 0 0 15 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=907432 CPUtime=0.9
/proc/25898/task/25908/stat : 25908 (java) S 25896 25898 23344 0 -1 64 753 0 0 0 90 0 0 0 16 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25911] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25911/stat : 25911 (java) S 25896 25898 23344 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 179760997 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 907432

[startup+12.7869 s]
/proc/loadavg: 1.94 1.99 1.99 3/87 25911
/proc/meminfo: memFree=1127848/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907432 CPUtime=12.8
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 22335 0 1 0 1269 11 0 0 25 0 13 0 179760739 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054384161 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 226858 21356 2357 14 0 213295 0
[pid=25898/tid=25900] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 199 0 0 0 0 0 0 0 17 0 13 0 179760742 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25896 vsize=907432 CPUtime=0.01
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 424 0 0 0 1 0 0 0 17 0 13 0 179760742 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25902] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 179760744 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25903] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=907432 CPUtime=0.91
/proc/25898/task/25907/stat : 25907 (java) S 25896 25898 23344 0 -1 64 1254 0 0 0 91 0 0 0 16 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=907432 CPUtime=0.9
/proc/25898/task/25908/stat : 25908 (java) S 25896 25898 23344 0 -1 64 753 0 0 0 90 0 0 0 16 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25911] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25911/stat : 25911 (java) S 25896 25898 23344 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 179760997 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 907432

[startup+25.5881 s]
/proc/loadavg: 1.95 1.99 1.99 3/87 25911
/proc/meminfo: memFree=1128040/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907432 CPUtime=25.59
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 22335 0 1 0 2548 11 0 0 25 0 13 0 179760739 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407418 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 226858 21356 2357 14 0 213295 0
[pid=25898/tid=25900] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 199 0 0 0 0 0 0 0 17 0 13 0 179760742 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25896 vsize=907432 CPUtime=0.01
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 424 0 0 0 1 0 0 0 17 0 13 0 179760742 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25902] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 179760744 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25903] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=907432 CPUtime=0.91
/proc/25898/task/25907/stat : 25907 (java) S 25896 25898 23344 0 -1 64 1254 0 0 0 91 0 0 0 16 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=907432 CPUtime=0.9
/proc/25898/task/25908/stat : 25908 (java) S 25896 25898 23344 0 -1 64 753 0 0 0 90 0 0 0 17 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179760749 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25911] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25911/stat : 25911 (java) S 25896 25898 23344 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 179760997 929210368 21356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 907432

[startup+51.2814 s]
/proc/loadavg: 1.97 1.99 1.99 3/87 25911
/proc/meminfo: memFree=1128168/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907432 CPUtime=51.25
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 22337 0 1 0 5114 11 0 0 25 0 13 0 179760739 929210368 21358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/loadavg: 2.00 2.00 2.00 3/85 26140
/proc/meminfo: memFree=872312/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907432 CPUtime=1596.83
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 103013 0 1 0 159627 56 0 0 25 0 13 0 179760739 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407418 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25898/statm: 226858 85451 2357 14 0 213295 0
[pid=25898/tid=25900] ppid=25896 vsize=907432 CPUtime=0.63
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 36530 0 0 0 43 20 0 0 16 0 13 0 179760742 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25896 vsize=907432 CPUtime=0.64
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 44761 0 0 0 45 19 0 0 16 0 13 0 179760742 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25902] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 179760744 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25903] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=907432 CPUtime=0.93
/proc/25898/task/25907/stat : 25907 (java) S 25896 25898 23344 0 -1 64 1255 0 0 0 93 0 0 0 16 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=907432 CPUtime=0.91
/proc/25898/task/25908/stat : 25908 (java) S 25896 25898 23344 0 -1 64 754 0 0 0 91 0 0 0 16 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25911] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25911/stat : 25911 (java) S 25896 25898 23344 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 179760997 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.83
Current children cumulated vsize (KiB) 907432

[startup+1663.35 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 26242
/proc/meminfo: memFree=870960/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907432 CPUtime=1656.75
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 103013 0 1 0 165619 56 0 0 25 0 13 0 179760739 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25898/statm: 226858 85451 2357 14 0 213295 0
[pid=25898/tid=25900] ppid=25896 vsize=907432 CPUtime=0.63
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 36530 0 0 0 43 20 0 0 16 0 13 0 179760742 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25896 vsize=907432 CPUtime=0.64
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 44761 0 0 0 45 19 0 0 16 0 13 0 179760742 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25902] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 179760744 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25903] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=907432 CPUtime=0.93
/proc/25898/task/25907/stat : 25907 (java) S 25896 25898 23344 0 -1 64 1255 0 0 0 93 0 0 0 16 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=907432 CPUtime=0.91
/proc/25898/task/25908/stat : 25908 (java) S 25896 25898 23344 0 -1 64 754 0 0 0 91 0 0 0 16 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179760749 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25911] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25911/stat : 25911 (java) S 25896 25898 23344 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 179760997 929210368 85451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.75
Current children cumulated vsize (KiB) 907432

[startup+1723.43 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 26312
/proc/meminfo: memFree=807240/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907432 CPUtime=1716.81
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 124248 0 1 0 171613 68 0 0 25 0 13 0 179760739 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407353 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 226858 101360 2357 14 0 213295 0
[pid=25898/tid=25900] ppid=25896 vsize=907432 CPUtime=0.84
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 49130 0 0 0 58 26 0 0 19 0 13 0 179760742 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25896 vsize=907432 CPUtime=0.83
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 53395 0 0 0 60 23 0 0 16 0 13 0 179760742 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25902] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 179760744 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25903] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=907432 CPUtime=0.93
/proc/25898/task/25907/stat : 25907 (java) S 25896 25898 23344 0 -1 64 1255 0 0 0 93 0 0 0 16 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=907432 CPUtime=0.91
/proc/25898/task/25908/stat : 25908 (java) S 25896 25898 23344 0 -1 64 754 0 0 0 91 0 0 0 16 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25911] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25911/stat : 25911 (java) S 25896 25898 23344 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 179760997 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.81
Current children cumulated vsize (KiB) 907432

[startup+1783.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26338
/proc/meminfo: memFree=808184/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907432 CPUtime=1776.28
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 124248 0 1 0 177559 69 0 0 25 0 13 0 179760739 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054384161 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 226858 101360 2357 14 0 213295 0
[pid=25898/tid=25900] ppid=25896 vsize=907432 CPUtime=0.84
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 49130 0 0 0 58 26 0 0 19 0 13 0 179760742 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25896 vsize=907432 CPUtime=0.83
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 53395 0 0 0 60 23 0 0 16 0 13 0 179760742 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25902] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 179760744 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25903] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=907432 CPUtime=0.93
/proc/25898/task/25907/stat : 25907 (java) S 25896 25898 23344 0 -1 64 1255 0 0 0 93 0 0 0 16 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=907432 CPUtime=0.91
/proc/25898/task/25908/stat : 25908 (java) S 25896 25898 23344 0 -1 64 754 0 0 0 91 0 0 0 16 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25911] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25911/stat : 25911 (java) S 25896 25898 23344 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 179760997 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.28
Current children cumulated vsize (KiB) 907432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.46 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26338
/proc/meminfo: memFree=808184/2055920 swapFree=4192812/4192956
[pid=25898] ppid=25896 vsize=907432 CPUtime=1800.07
/proc/25898/stat : 25898 (java) R 25896 25898 23344 0 -1 0 124248 0 1 0 179938 69 0 0 25 0 13 0 179760739 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407209 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 226858 101360 2357 14 0 213295 0
[pid=25898/tid=25900] ppid=25896 vsize=907432 CPUtime=0.84
/proc/25898/task/25900/stat : 25900 (java) S 25896 25898 23344 0 -1 64 49130 0 0 0 58 26 0 0 19 0 13 0 179760742 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25896 vsize=907432 CPUtime=0.83
/proc/25898/task/25901/stat : 25901 (java) S 25896 25898 23344 0 -1 64 53395 0 0 0 60 23 0 0 16 0 13 0 179760742 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25902] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25896 25898 23344 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 179760744 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25903] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25896 25898 23344 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25904/stat : 25904 (java) S 25896 25898 23344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 179760745 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25896 25898 23344 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25906] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25907] ppid=25896 vsize=907432 CPUtime=0.93
/proc/25898/task/25907/stat : 25907 (java) S 25896 25898 23344 0 -1 64 1255 0 0 0 93 0 0 0 16 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25908] ppid=25896 vsize=907432 CPUtime=0.91
/proc/25898/task/25908/stat : 25908 (java) S 25896 25898 23344 0 -1 64 754 0 0 0 91 0 0 0 16 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25898/tid=25909] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25909/stat : 25909 (java) S 25896 25898 23344 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25910] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25910/stat : 25910 (java) S 25896 25898 23344 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 179760749 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25898/tid=25911] ppid=25896 vsize=907432 CPUtime=0
/proc/25898/task/25911/stat : 25911 (java) S 25896 25898 23344 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 179760997 929210368 101360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 907432

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

Child status: 143
Real time (s): 1807.55
CPU time (s): 1800.14
CPU user time (s): 1799.39
CPU system time (s): 0.749886
CPU usage (%): 99.59
Max. virtual memory (cumulated for all children) (KiB): 907448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.749886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124268
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= 37307
involuntary context switches= 31665

runsolver used 2.37464 s user time and 5.34119 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Tue Jan  9 03:33:42 UTC 2007


IDJOB= 229932
IDBENCH= 6377
FILE ID= node51/229932-1168313622

PBS_JOBID= 3502353

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-43_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/229932-1168313622/sat4jCSP-bf3-cached.jar /tmp/evaluation/229932-1168313622/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-229932-1168313622 -o ROOT/results/node51/solver-229932-1168313622 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/229932-1168313622/sat4jCSP-bf3-cached.jar /tmp/evaluation/229932-1168313622/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  a193d27925f8e1a417d3aef56460952d

RANDOM SEED= 952854242

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.277
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.277
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:       1204776 kB
Buffers:         57060 kB
Cached:         710048 kB
SwapCached:          0 kB
Active:         198956 kB
Inactive:       595352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1204776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2796 kB
Writeback:           0 kB
Mapped:          38928 kB
Slab:            42060 kB
Committed_AS:  3986820 kB
PageTables:       1808 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= 66558 MiB



End job on node51 on Tue Jan  9 04:03:50 UTC 2007