Trace number 196573

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? (MO) 321.103 322.016

General information on the benchmark

Namefapp/fapp06-10/fapp07/
fapp07-0600-2.xml
MD5SUM8e20f467151e47e58c5362377747e673
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.35864
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.26	c version CSP COMPETITION BUGFIX 3
0.26	c sun.arch.data.model	32
0.26	c java.version	1.5.0_10
0.26	c os.name	Linux
0.26	c os.version	2.6.9-22.EL.rootsmp
0.26	c os.arch	i386
0.26	c Free memory 722620888
0.26	c Max memory 723845120
0.26	c Total memory 723845120
0.26	c Number of processors 2
0.34	c --- Begin Solver configuration ---
0.34	c Stops conflict analysis at the first Unique Implication Point
0.34	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.34	c Learn all clauses as in MiniSAT
0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34	c VSIDS like heuristics from MiniSAT using a heap
0.34	c No reason simplification
0.34	c --- End Solver configuration ---
0.34	c solving /tmp/evaluation/196573-1168124349/unknown.xml
0.34	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.73	c reading variables
c reading variables (600) done.
1.26	c reading predicates 
c reading relations (9) done.
1.45	c reading constraintsc starts		: 0
321.87	c conflicts		: 0
321.87	c decisions		: 0
321.87	c propagations		: 0
321.87	c inspects		: 0
321.87	c learnt literals	: 0
321.87	c learnt binary clauses	: 0
321.87	c learnt ternary clauses	: 0
321.87	c learnt clauses	: 0
321.87	c root simplifications	: 0
321.87	c removed literals (reason simplification)	: 0
321.87	c reason swapping (by a shorter reason)	: 0
321.87	c Calls to reduceDB	: 0
321.87	c speed (decisions/second)	: 0.0
321.87	c non guided choices	0
321.87	s UNKNOWN
321.87	c Total wall clock time (in seconds) : 321.53
321.87	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-196573-1168124349 -o ROOT/results/node75/solver-196573-1168124349 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196573-1168124349/sat4jCSP-bf3.jar /tmp/evaluation/196573-1168124349/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: 0.94 1.01 1.38 5/69 3785
/proc/meminfo: memFree=1864760/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=1784 CPUtime=0
/proc/3784/stat : 3784 (java) D 3781 3784 3683 0 -1 0 166 0 0 0 0 0 0 0 20 0 1 0 160834287 1826816 137 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/3784/statm: 446 137 102 14 0 91 0

[startup+0.103487 s]
/proc/loadavg: 0.94 1.01 1.38 5/69 3785
/proc/meminfo: memFree=1864760/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=897120 CPUtime=0.04
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 2920 0 1 0 3 1 0 0 16 0 6 0 160834287 918650880 2680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160642522 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3784/statm: 224280 2680 1401 14 0 211300 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 897120

[startup+0.511535 s]
/proc/loadavg: 0.94 1.01 1.38 5/69 3785
/proc/meminfo: memFree=1864760/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=906560 CPUtime=0.47
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 6089 0 1 0 44 3 0 0 19 0 12 0 160834287 928317440 5663 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 226640 5663 2284 14 0 213077 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 906560

[startup+1.33363 s]
/proc/loadavg: 0.94 1.01 1.38 4/84 3999
/proc/meminfo: memFree=1830240/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=908180 CPUtime=1.47
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 14333 0 1 0 140 7 0 0 23 0 12 0 160834287 929976320 13274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 227045 13274 2409 14 0 213482 0
[pid=3784/tid=3801] ppid=3781 vsize=908180 CPUtime=0
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160834291 929976320 13275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3802] ppid=3781 vsize=908180 CPUtime=0
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 160834291 929976320 13275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3827] ppid=3781 vsize=908180 CPUtime=0
/proc/3784/task/3827/stat : 3827 (java) S 3781 3784 3683 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160834296 929976320 13275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3837] ppid=3781 vsize=908180 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 160834297 929976320 13275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3838] ppid=3781 vsize=908180 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160834297 929976320 13275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3852] ppid=3781 vsize=908180 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 929976320 13275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=908180 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 929976320 13275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=908180 CPUtime=0.37
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 1202 0 0 0 37 0 0 0 16 0 12 0 160834301 929976320 13276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3855] ppid=3781 vsize=908180 CPUtime=0.32
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 966 0 0 0 32 0 0 0 16 0 12 0 160834301 929976320 13276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3856] ppid=3781 vsize=908180 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 929976320 13276 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=908180 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 929976320 13278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 908180

[startup+2.98582 s]
/proc/loadavg: 0.94 1.01 1.38 3/84 3999
/proc/meminfo: memFree=1793504/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=914324 CPUtime=3.11
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 25540 0 1 0 299 12 0 0 25 0 12 0 160834287 936267776 22452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054275008 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 228581 22453 2477 14 0 215018 0
[pid=3784/tid=3801] ppid=3781 vsize=914324 CPUtime=0
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160834291 936267776 22454 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3802] ppid=3781 vsize=914324 CPUtime=0
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 160834291 936267776 22455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3827] ppid=3781 vsize=914324 CPUtime=0
/proc/3784/task/3827/stat : 3827 (java) S 3781 3784 3683 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 160834296 936267776 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3837] ppid=3781 vsize=914324 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 160834297 936267776 22457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3838] ppid=3781 vsize=914324 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160834297 936267776 22458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3852] ppid=3781 vsize=914324 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 936267776 22459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=914324 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 936267776 22460 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=914324 CPUtime=0.69
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 1643 0 0 0 69 0 0 0 16 0 12 0 160834301 936267776 22461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3855] ppid=3781 vsize=914324 CPUtime=1.05
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 3958 0 0 0 103 2 0 0 16 0 12 0 160834301 936267776 22462 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3856] ppid=3781 vsize=914324 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 936267776 22463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=914324 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 936267776 22464 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 914324

[startup+6.28123 s]
/proc/loadavg: 1.03 1.03 1.38 3/80 4035
/proc/meminfo: memFree=1747256/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=916860 CPUtime=6.6
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 36083 0 1 0 643 17 0 0 21 0 12 0 160834287 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 229215 32219 2480 14 0 215652 0
[pid=3784/tid=3801] ppid=3781 vsize=916860 CPUtime=0.21
/proc/3784/task/3801/stat : 3801 (java) R 3781 3784 3683 0 -1 64 4038 0 0 0 20 1 0 0 16 0 12 0 160834291 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3802] ppid=3781 vsize=916860 CPUtime=0.24
/proc/3784/task/3802/stat : 3802 (java) R 3781 3784 3683 0 -1 64 6184 0 0 0 21 3 0 0 15 0 12 0 160834291 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3827] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3827/stat : 3827 (java) R 3781 3784 3683 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 160834296 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3837] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834297 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3838] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834297 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3852] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=916860 CPUtime=0.73
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 1645 0 0 0 73 0 0 0 16 0 12 0 160834301 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3855] ppid=3781 vsize=916860 CPUtime=1.21
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 3973 0 0 0 119 2 0 0 16 0 12 0 160834301 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3856] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 938864640 32219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 916860

[startup+12.687 s]
/proc/loadavg: 1.19 1.06 1.39 3/92 4061
/proc/meminfo: memFree=1617184/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=919528 CPUtime=13
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 42976 0 1 0 1280 20 0 0 25 0 12 0 160834287 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054330514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 229882 38028 2480 14 0 216319 0
[pid=3784/tid=3801] ppid=3781 vsize=919528 CPUtime=0.29
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 6872 0 0 0 27 2 0 0 16 0 12 0 160834291 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3802] ppid=3781 vsize=919528 CPUtime=0.33
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 9094 0 0 0 29 4 0 0 16 0 12 0 160834291 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3827] ppid=3781 vsize=919528 CPUtime=0
/proc/3784/task/3827/stat : 3827 (java) S 3781 3784 3683 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 160834296 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3837] ppid=3781 vsize=919528 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834297 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3838] ppid=3781 vsize=919528 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834297 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3852] ppid=3781 vsize=919528 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=919528 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=919528 CPUtime=1.05
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 2754 0 0 0 104 1 0 0 17 0 12 0 160834301 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3855] ppid=3781 vsize=919528 CPUtime=1.25
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 3992 0 0 0 123 2 0 0 16 0 12 0 160834301 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3856] ppid=3781 vsize=919528 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=919528 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 941596672 38028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 919528

[startup+25.4995 s]
/proc/loadavg: 1.36 1.11 1.40 3/92 4131
/proc/meminfo: memFree=1629024/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=919320 CPUtime=25.88
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 51760 0 1 0 2563 25 0 0 25 0 12 0 160834287 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054331480 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 229830 45745 2480 14 0 216267 0
[pid=3784/tid=3801] ppid=3781 vsize=919320 CPUtime=0.38
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 11460 0 0 0 34 4 0 0 15 0 12 0 160834291 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3802] ppid=3781 vsize=919320 CPUtime=0.43
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 13238 0 0 0 38 5 0 0 16 0 12 0 160834291 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3827] ppid=3781 vsize=919320 CPUtime=0.01
/proc/3784/task/3827/stat : 3827 (java) S 3781 3784 3683 0 -1 64 16 0 0 0 1 0 0 0 16 0 12 0 160834296 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3837] ppid=3781 vsize=919320 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834297 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3838] ppid=3781 vsize=919320 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834297 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3852] ppid=3781 vsize=919320 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=919320 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=919320 CPUtime=1.27
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 2779 0 0 0 126 1 0 0 18 0 12 0 160834301 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3855] ppid=3781 vsize=919320 CPUtime=1.27
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 3992 0 0 0 125 2 0 0 17 0 12 0 160834301 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3856] ppid=3781 vsize=919320 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=919320 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 941383680 45745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 919320

[startup+51.1695 s]
/proc/loadavg: 1.58 1.18 1.42 3/92 4131
/proc/meminfo: memFree=1476784/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=916860 CPUtime=51.42
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 67502 0 1 0 5110 32 0 0 25 0 12 0 160834287 938864640 60834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054214689 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 229215 60834 2480 14 0 215652 0
[pid=3784/tid=3801] ppid=3781 vsize=916860 CPUtime=0.58
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 19475 0 0 0 51 7 0 0 16 0 12 0 160834291 938864640 60834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3802] ppid=3781 vsize=916860 CPUtime=0.62
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 20917 0 0 0 53 9 0 0 16 0 12 0 160834291 938864640 60834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3827] ppid=3781 vsize=916860 CPUtime=0.02

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

[pid=3784/tid=3855] ppid=3781 vsize=916860 CPUtime=1.39
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 3999 0 0 0 137 2 0 0 17 0 12 0 160834301 938864640 60834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3856] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 938864640 60834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 938864640 60834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.42
Current children cumulated vsize (KiB) 916860

[startup+102.383 s]
/proc/loadavg: 1.89 1.32 1.45 3/92 4131
/proc/meminfo: memFree=1331056/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=916860 CPUtime=102.36
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 98292 0 1 0 10191 45 0 0 25 0 12 0 160834287 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054278924 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 229215 91432 2480 14 0 215652 0
[pid=3784/tid=3801] ppid=3781 vsize=916860 CPUtime=1.01
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 33685 0 0 0 89 12 0 0 16 0 12 0 160834291 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3802] ppid=3781 vsize=916860 CPUtime=1.13
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 37319 0 0 0 98 15 0 0 15 0 12 0 160834291 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3827] ppid=3781 vsize=916860 CPUtime=0.05
/proc/3784/task/3827/stat : 3827 (java) S 3781 3784 3683 0 -1 64 17 0 0 0 4 1 0 0 16 0 12 0 160834296 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3837] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834297 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3838] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834297 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3852] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=916860 CPUtime=1.4
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 2787 0 0 0 139 1 0 0 16 0 12 0 160834301 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3855] ppid=3781 vsize=916860 CPUtime=1.77
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 4093 0 0 0 175 2 0 0 17 0 12 0 160834301 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3856] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 938864640 91432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 916860

[startup+162.456 s]
/proc/loadavg: 1.88 1.43 1.48 3/98 4346
/proc/meminfo: memFree=1344104/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=916860 CPUtime=162.08
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 134985 0 1 0 16143 65 0 0 25 0 12 0 160834287 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054079942 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 229215 127642 2480 14 0 215652 0
[pid=3784/tid=3801] ppid=3781 vsize=916860 CPUtime=1.75
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 52153 0 0 0 157 18 0 0 16 0 12 0 160834291 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3802] ppid=3781 vsize=916860 CPUtime=1.84
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 55455 0 0 0 162 22 0 0 16 0 12 0 160834291 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3827] ppid=3781 vsize=916860 CPUtime=0.07
/proc/3784/task/3827/stat : 3827 (java) S 3781 3784 3683 0 -1 64 17 0 0 0 5 2 0 0 15 0 12 0 160834296 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3837] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834297 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3838] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834297 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3852] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=916860 CPUtime=1.43
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 2788 0 0 0 142 1 0 0 17 0 12 0 160834301 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3855] ppid=3781 vsize=916860 CPUtime=1.81
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 4093 0 0 0 179 2 0 0 17 0 12 0 160834301 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3856] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 938864640 127642 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 916860

[startup+222.538 s]
/proc/loadavg: 2.25 1.61 1.54 4/92 4400
/proc/meminfo: memFree=1052000/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=916860 CPUtime=221.92
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 171707 0 1 0 22111 81 0 0 25 0 12 0 160834287 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054278801 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3784/statm: 229215 163439 2482 14 0 215652 0
[pid=3784/tid=3801] ppid=3781 vsize=916860 CPUtime=2.62
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 69160 0 0 0 239 23 0 0 16 0 12 0 160834291 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3802] ppid=3781 vsize=916860 CPUtime=2.77
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 74890 0 0 0 249 28 0 0 16 0 12 0 160834291 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3827] ppid=3781 vsize=916860 CPUtime=0.09
/proc/3784/task/3827/stat : 3827 (java) S 3781 3784 3683 0 -1 64 17 0 0 0 7 2 0 0 15 0 12 0 160834296 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3837] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834297 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3838] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834297 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3852] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=916860 CPUtime=1.56
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 2792 0 0 0 155 1 0 0 17 0 12 0 160834301 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3855] ppid=3781 vsize=916860 CPUtime=2.06
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 4278 0 0 0 204 2 0 0 17 0 12 0 160834301 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3856] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=916860 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 938864640 163439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.92
Current children cumulated vsize (KiB) 916860

[startup+282.616 s]
/proc/loadavg: 2.18 1.70 1.57 3/92 4474
/proc/meminfo: memFree=1015224/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=917884 CPUtime=281.88
/proc/3784/stat : 3784 (java) S 3781 3784 3683 0 -1 0 196404 0 1 0 28093 95 0 0 25 0 12 0 160834287 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3784/statm: 229471 187357 2483 14 0 215908 0
[pid=3784/tid=3801] ppid=3781 vsize=917884 CPUtime=3.64
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 81191 0 0 0 336 28 0 0 15 0 12 0 160834291 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3802] ppid=3781 vsize=917884 CPUtime=3.81
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 86735 0 0 0 347 34 0 0 16 0 12 0 160834291 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3827] ppid=3781 vsize=917884 CPUtime=2.63
/proc/3784/task/3827/stat : 3827 (java) R 3781 3784 3683 0 -1 64 19 0 0 0 260 3 0 0 17 0 12 0 160834296 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922875 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3837] ppid=3781 vsize=917884 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834297 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3838] ppid=3781 vsize=917884 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834297 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3852] ppid=3781 vsize=917884 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=917884 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=917884 CPUtime=1.72
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 2805 0 0 0 171 1 0 0 17 0 12 0 160834301 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3855] ppid=3781 vsize=917884 CPUtime=2.57
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 5000 0 0 0 255 2 0 0 17 0 12 0 160834301 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3856] ppid=3781 vsize=917884 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=917884 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 939913216 187357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.88
Current children cumulated vsize (KiB) 917884



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+321.082 s]
/proc/loadavg: 2.22 1.77 1.60 4/92 4474
/proc/meminfo: memFree=973304/2055920 swapFree=4184496/4192956
[pid=3784] ppid=3781 vsize=921888 CPUtime=320.18
/proc/3784/stat : 3784 (java) R 3781 3784 3683 0 -1 0 198231 0 1 0 31920 98 0 0 25 0 12 0 160834287 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3784/statm: 230472 187805 2483 14 0 216909 0
[pid=3784/tid=3801] ppid=3781 vsize=921888 CPUtime=4.41
/proc/3784/task/3801/stat : 3801 (java) S 3781 3784 3683 0 -1 64 81398 0 0 0 413 28 0 0 16 0 12 0 160834291 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3802] ppid=3781 vsize=921888 CPUtime=4.54
/proc/3784/task/3802/stat : 3802 (java) S 3781 3784 3683 0 -1 64 86782 0 0 0 420 34 0 0 15 0 12 0 160834291 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3827] ppid=3781 vsize=921888 CPUtime=16.17
/proc/3784/task/3827/stat : 3827 (java) R 3781 3784 3683 0 -1 64 1542 0 0 0 1612 5 0 0 16 0 12 0 160834296 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3837] ppid=3781 vsize=921888 CPUtime=0
/proc/3784/task/3837/stat : 3837 (java) S 3781 3784 3683 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160834297 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3838] ppid=3781 vsize=921888 CPUtime=0
/proc/3784/task/3838/stat : 3838 (java) S 3781 3784 3683 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834297 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3852] ppid=3781 vsize=921888 CPUtime=0
/proc/3784/task/3852/stat : 3852 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160834301 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3853] ppid=3781 vsize=921888 CPUtime=0
/proc/3784/task/3853/stat : 3853 (java) S 3781 3784 3683 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 160834301 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3854] ppid=3781 vsize=921888 CPUtime=1.72
/proc/3784/task/3854/stat : 3854 (java) S 3781 3784 3683 0 -1 64 2805 0 0 0 171 1 0 0 17 0 12 0 160834301 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3855] ppid=3781 vsize=921888 CPUtime=2.58
/proc/3784/task/3855/stat : 3855 (java) S 3781 3784 3683 0 -1 64 5000 0 0 0 256 2 0 0 17 0 12 0 160834301 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3784/tid=3856] ppid=3781 vsize=921888 CPUtime=0
/proc/3784/task/3856/stat : 3856 (java) S 3781 3784 3683 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160834301 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3784/tid=3858] ppid=3781 vsize=921888 CPUtime=0
/proc/3784/task/3858/stat : 3858 (java) S 3781 3784 3683 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834301 944013312 187805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 320.18
Current children cumulated vsize (KiB) 921888

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

Child status: 143
Real time (s): 322.016
CPU time (s): 321.103
CPU user time (s): 320.007
CPU system time (s): 1.09583
CPU usage (%): 99.7165
Max. virtual memory (cumulated for all children) (KiB): 921888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.007
system time used= 1.09583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198389
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= 13304
involuntary context switches= 13446

runsolver used 0.386941 s user time and 1.09583 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 22:59:09 UTC 2007


IDJOB= 196573
IDBENCH= 3359
FILE ID= node75/196573-1168124349

PBS_JOBID= 3477516

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp07/fapp07-0600-2.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196573-1168124349/sat4jCSP-bf3.jar /tmp/evaluation/196573-1168124349/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-196573-1168124349 -o ROOT/results/node75/solver-196573-1168124349 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196573-1168124349/sat4jCSP-bf3.jar /tmp/evaluation/196573-1168124349/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  8e20f467151e47e58c5362377747e673

RANDOM SEED= 389502211

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:       1865304 kB
Buffers:         24500 kB
Cached:          98512 kB
SwapCached:       2584 kB
Active:          63000 kB
Inactive:        74328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865304 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            8028 kB
Writeback:           0 kB
Mapped:          20368 kB
Slab:            38924 kB
Committed_AS:  3296388 kB
PageTables:       1660 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= 66542 MiB



End job on node75 on Sat Jan  6 23:04:31 UTC 2007