Trace number 207515

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? 885.893 879.191

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-0.xml
MD5SUMae73eafca24d2ea3a47064e51c8dab72
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 benchmark6.20006
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.23	c --- Begin Solver configuration ---
0.23	c Stops conflict analysis at the first Unique Implication Point
0.23	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.23	c Learn all clauses as in MiniSAT
0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving /tmp/evaluation/207515-1168182115/unknown.xml
0.23	c reading problem ... 
0.41	c reading problem named ?
0.41	c reading domains done.
0.63	c reading variables
c reading variables (1250) done.
1.75	c reading predicates 
c reading relations (9) done.
1.94	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
879.04	c starts		: 0
879.04	c conflicts		: 0
879.04	c decisions		: 0
879.04	c propagations		: 0
879.04	c inspects		: 0
879.04	c learnt literals	: 0
879.04	c learnt binary clauses	: 0
879.04	c learnt ternary clauses	: 0
879.04	c learnt clauses	: 0
879.04	c root simplifications	: 0
879.04	c removed literals (reason simplification)	: 0
879.04	c reason swapping (by a shorter reason)	: 0
879.04	c Calls to reduceDB	: 0
879.04	c speed (decisions/second)	: 0.0
879.04	c non guided choices	0
879.04	s UNKNOWN
879.04	c Total wall clock time (in seconds) : 873.809
879.04	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/node72/watcher-207515-1168182115 -o ROOT/results/node72/solver-207515-1168182115 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207515-1168182115/sat4jCSP-bf3.jar /tmp/evaluation/207515-1168182115/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.92 0.98 1.12 3/84 31433
/proc/meminfo: memFree=1313968/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=1784 CPUtime=0
/proc/31432/stat : 31432 (java) R 31430 31432 30309 0 -1 0 166 0 0 0 0 0 0 0 20 0 1 0 166620340 1826816 137 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31432/statm: 446 141 106 14 0 91 0

[startup+0.102879 s]
/proc/loadavg: 0.92 0.98 1.12 3/84 31433
/proc/meminfo: memFree=1313968/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=901540 CPUtime=0.08
/proc/31432/stat : 31432 (java) R 31430 31432 30309 0 -1 0 3354 0 1 0 7 1 0 0 23 0 12 0 166620340 923176960 3114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151460697 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 225385 3114 1568 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.510915 s]
/proc/loadavg: 0.92 0.98 1.12 3/84 31433
/proc/meminfo: memFree=1313968/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=908452 CPUtime=0.65
/proc/31432/stat : 31432 (java) R 31430 31432 30309 0 -1 0 6854 0 1 0 63 2 0 0 18 0 12 0 166620340 930254848 6101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151997453 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31432/statm: 227113 6101 2297 14 0 213550 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 908452

[startup+1.334 s]
/proc/loadavg: 0.92 0.98 1.12 3/95 31446
/proc/meminfo: memFree=1279896/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=908956 CPUtime=1.87
/proc/31432/stat : 31432 (java) S 31430 31432 30309 0 -1 0 25428 0 1 0 176 11 0 0 18 0 12 0 166620340 930770944 24343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 227239 24345 2338 14 0 213676 0
[pid=31432/tid=31434] ppid=31430 vsize=908956 CPUtime=0.03
/proc/31432/task/31434/stat : 31434 (java) R 31430 31432 30309 0 -1 64 2292 0 0 0 2 1 0 0 17 0 12 0 166620343 930770944 24346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31435] ppid=31430 vsize=908956 CPUtime=0.03
/proc/31432/task/31435/stat : 31435 (java) R 31430 31432 30309 0 -1 64 1382 0 0 0 3 0 0 0 17 0 12 0 166620343 930770944 24348 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=908956 CPUtime=0
/proc/31432/task/31436/stat : 31436 (java) S 31430 31432 30309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166620345 930770944 24349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31430 vsize=908956 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 166620346 930770944 24350 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31430 vsize=908956 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166620346 930770944 24352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=908956 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 930770944 24354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=908956 CPUtime=0
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 166620349 930770944 24355 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31441] ppid=31430 vsize=908956 CPUtime=0.4
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 1255 0 0 0 40 0 0 0 16 0 12 0 166620349 930770944 24357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=908956 CPUtime=0.42
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 791 0 0 0 42 0 0 0 16 0 12 0 166620349 930770944 24358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=908956 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 930770944 24360 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=908956 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 930770944 24361 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 908956

[startup+2.98615 s]
/proc/loadavg: 0.92 0.98 1.12 2/95 31446
/proc/meminfo: memFree=1189400/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=912160 CPUtime=4.34
/proc/31432/stat : 31432 (java) S 31430 31432 30309 0 -1 0 38063 0 1 0 416 18 0 0 18 0 12 0 166620340 934051840 34499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31432/statm: 228040 34509 2479 14 0 214477 0
[pid=31432/tid=31434] ppid=31430 vsize=912160 CPUtime=0.46
/proc/31432/task/31434/stat : 31434 (java) R 31430 31432 30309 0 -1 64 7113 0 0 0 42 4 0 0 17 0 12 0 166620343 934051840 34514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31435] ppid=31430 vsize=912160 CPUtime=0.46
/proc/31432/task/31435/stat : 31435 (java) R 31430 31432 30309 0 -1 64 8525 0 0 0 42 4 0 0 16 0 12 0 166620343 934051840 34520 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=912160 CPUtime=0
/proc/31432/task/31436/stat : 31436 (java) S 31430 31432 30309 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 166620345 934051840 34529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31430 vsize=912160 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166620346 934051840 34537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31438] ppid=31430 vsize=912160 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 934051840 34544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31439] ppid=31430 vsize=912160 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 934051840 34551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=912160 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 934051840 34558 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31441] ppid=31430 vsize=912160 CPUtime=0.6
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 1336 0 0 0 60 0 0 0 16 0 12 0 166620349 934051840 34564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=912160 CPUtime=0.63
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 820 0 0 0 63 0 0 0 17 0 12 0 166620349 934051840 34572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=912160 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 934051840 34579 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=912160 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 934051840 34586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 912160

[startup+6.18943 s]
/proc/loadavg: 0.93 0.98 1.12 2/95 31448
/proc/meminfo: memFree=1173656/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=911788 CPUtime=7.83
/proc/31432/stat : 31432 (java) R 31430 31432 30309 0 -1 0 43748 0 1 0 761 22 0 0 18 0 12 0 166620340 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835963 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 227947 39512 2479 14 0 214384 0
[pid=31432/tid=31434] ppid=31430 vsize=911788 CPUtime=0.67
/proc/31432/task/31434/stat : 31434 (java) S 31430 31432 30309 0 -1 64 10085 0 0 0 61 6 0 0 16 0 12 0 166620343 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31435] ppid=31430 vsize=911788 CPUtime=0.67
/proc/31432/task/31435/stat : 31435 (java) S 31430 31432 30309 0 -1 64 10845 0 0 0 62 5 0 0 16 0 12 0 166620343 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31436/stat : 31436 (java) S 31430 31432 30309 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 166620345 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31437] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166620346 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=911788 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31441] ppid=31430 vsize=911788 CPUtime=0.69
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 1699 0 0 0 69 0 0 0 16 0 12 0 166620349 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=911788 CPUtime=0.66
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 820 0 0 0 66 0 0 0 16 0 12 0 166620349 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31443] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 933670912 39512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 911788

[startup+12.677 s]
/proc/loadavg: 0.93 0.98 1.12 2/95 31456
/proc/meminfo: memFree=1150168/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=911788 CPUtime=14.48
/proc/31432/stat : 31432 (java) R 31430 31432 30309 0 -1 0 50033 0 1 0 1423 25 0 0 16 0 12 0 166620340 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054305817 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31432/statm: 227947 43513 2479 14 0 214384 0
[pid=31432/tid=31434] ppid=31430 vsize=911788 CPUtime=0.76
/proc/31432/task/31434/stat : 31434 (java) S 31430 31432 30309 0 -1 64 12820 0 0 0 69 7 0 0 16 0 12 0 166620343 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31435] ppid=31430 vsize=911788 CPUtime=0.77
/proc/31432/task/31435/stat : 31435 (java) S 31430 31432 30309 0 -1 64 14308 0 0 0 70 7 0 0 15 0 12 0 166620343 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31436/stat : 31436 (java) S 31430 31432 30309 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 166620345 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166620346 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=911788 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31441] ppid=31430 vsize=911788 CPUtime=0.73
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 1750 0 0 0 73 0 0 0 16 0 12 0 166620349 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31442] ppid=31430 vsize=911788 CPUtime=0.71
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 830 0 0 0 71 0 0 0 16 0 12 0 166620349 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 933670912 43513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.48
Current children cumulated vsize (KiB) 911788

[startup+25.5422 s]
/proc/loadavg: 1.01 1.00 1.12 2/95 31468
/proc/meminfo: memFree=1124248/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=911788 CPUtime=27.52
/proc/31432/stat : 31432 (java) R 31430 31432 30309 0 -1 0 57910 0 1 0 2723 29 0 0 25 0 12 0 166620340 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054261273 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31432/statm: 227947 49783 2479 14 0 214384 0
[pid=31432/tid=31434] ppid=31430 vsize=911788 CPUtime=0.89
/proc/31432/task/31434/stat : 31434 (java) S 31430 31432 30309 0 -1 64 16977 0 0 0 80 9 0 0 16 0 12 0 166620343 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31435] ppid=31430 vsize=911788 CPUtime=0.89
/proc/31432/task/31435/stat : 31435 (java) S 31430 31432 30309 0 -1 64 17902 0 0 0 80 9 0 0 16 0 12 0 166620343 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=911788 CPUtime=0.01
/proc/31432/task/31436/stat : 31436 (java) S 31430 31432 30309 0 -1 64 24 0 0 0 1 0 0 0 16 0 12 0 166620345 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166620346 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=911788 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31441] ppid=31430 vsize=911788 CPUtime=0.76
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 1841 0 0 0 76 0 0 0 17 0 12 0 166620349 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=911788 CPUtime=0.78
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 836 0 0 0 78 0 0 0 16 0 12 0 166620349 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=911788 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 933670912 49783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.52
Current children cumulated vsize (KiB) 911788

[startup+51.2027 s]
/proc/loadavg: 1.01 1.00 1.12 2/89 31500
/proc/meminfo: memFree=1066248/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=912812 CPUtime=53.55
/proc/31432/stat : 31432 (java) R 31430 31432 30309 0 -1 0 76732 0 1 0 5315 40 0 0 25 0 12 0 166620340 934719488 64555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054316206 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 228203 64555 2480 14 0 214640 0
[pid=31432/tid=31434] ppid=31430 vsize=912812 CPUtime=1.15
/proc/31432/task/31434/stat : 31434 (java) S 31430 31432 30309 0 -1 64 26598 0 0 0 102 13 0 0 16 0 12 0 166620343 934719488 64555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31435] ppid=31430 vsize=912812 CPUtime=1.16
/proc/31432/task/31435/stat : 31435 (java) S 31430 31432 30309 0 -1 64 26763 0 0 0 104 12 0 0 16 0 12 0 166620343 934719488 64555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=912812 CPUtime=0.02

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

/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=916864 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31441] ppid=31430 vsize=916864 CPUtime=1.38
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 5024 0 0 0 137 1 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=916864 CPUtime=1.2
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 862 0 0 0 120 0 0 0 17 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 530.2
Current children cumulated vsize (KiB) 916864

[startup+582.92 s]
/proc/loadavg: 1.00 1.01 1.06 2/89 31500
/proc/meminfo: memFree=576912/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=916864 CPUtime=590.12
/proc/31432/stat : 31432 (java) S 31430 31432 30309 0 -1 0 463581 0 1 0 58771 241 0 0 15 0 12 0 166620340 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 229216 186626 2482 14 0 215653 0
[pid=31432/tid=31434] ppid=31430 vsize=916864 CPUtime=5.92
/proc/31432/task/31434/stat : 31434 (java) S 31430 31432 30309 0 -1 64 98112 0 0 0 547 45 0 0 16 0 12 0 166620343 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31435] ppid=31430 vsize=916864 CPUtime=5.92
/proc/31432/task/31435/stat : 31435 (java) S 31430 31432 30309 0 -1 64 98780 0 0 0 544 48 0 0 16 0 12 0 166620343 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=916864 CPUtime=231.05
/proc/31432/task/31436/stat : 31436 (java) R 31430 31432 30309 0 -1 64 239730 0 0 0 22975 130 0 0 21 0 12 0 166620345 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31437] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166620346 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=916864 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31441] ppid=31430 vsize=916864 CPUtime=1.38
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 5024 0 0 0 137 1 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=916864 CPUtime=1.2
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 862 0 0 0 120 0 0 0 17 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 590.12
Current children cumulated vsize (KiB) 916864

[startup+642.966 s]
/proc/loadavg: 1.00 1.00 1.06 2/89 31500
/proc/meminfo: memFree=578704/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=916864 CPUtime=650.03
/proc/31432/stat : 31432 (java) S 31430 31432 30309 0 -1 0 531532 0 1 0 64729 274 0 0 16 0 12 0 166620340 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 229216 186626 2482 14 0 215653 0
[pid=31432/tid=31434] ppid=31430 vsize=916864 CPUtime=5.92
/proc/31432/task/31434/stat : 31434 (java) S 31430 31432 30309 0 -1 64 98112 0 0 0 547 45 0 0 16 0 12 0 166620343 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31435] ppid=31430 vsize=916864 CPUtime=5.92
/proc/31432/task/31435/stat : 31435 (java) S 31430 31432 30309 0 -1 64 98780 0 0 0 544 48 0 0 16 0 12 0 166620343 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=916864 CPUtime=290.66
/proc/31432/task/31436/stat : 31436 (java) R 31430 31432 30309 0 -1 64 307612 0 0 0 28903 163 0 0 17 0 12 0 166620345 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694484 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166620346 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=916864 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31441] ppid=31430 vsize=916864 CPUtime=1.38
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 5024 0 0 0 137 1 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=916864 CPUtime=1.2
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 862 0 0 0 120 0 0 0 17 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 650.03
Current children cumulated vsize (KiB) 916864

[startup+703.022 s]
/proc/loadavg: 1.00 1.00 1.05 2/89 31500
/proc/meminfo: memFree=578512/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=916864 CPUtime=709.97
/proc/31432/stat : 31432 (java) S 31430 31432 30309 0 -1 0 597656 0 1 0 70691 306 0 0 15 0 12 0 166620340 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 229216 186626 2482 14 0 215653 0
[pid=31432/tid=31434] ppid=31430 vsize=916864 CPUtime=5.92
/proc/31432/task/31434/stat : 31434 (java) S 31430 31432 30309 0 -1 64 98112 0 0 0 547 45 0 0 16 0 12 0 166620343 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31435] ppid=31430 vsize=916864 CPUtime=5.92
/proc/31432/task/31435/stat : 31435 (java) S 31430 31432 30309 0 -1 64 98780 0 0 0 544 48 0 0 16 0 12 0 166620343 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=916864 CPUtime=350.43
/proc/31432/task/31436/stat : 31436 (java) R 31430 31432 30309 0 -1 64 373660 0 0 0 34848 195 0 0 17 0 12 0 166620345 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694518 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166620346 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=916864 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31441] ppid=31430 vsize=916864 CPUtime=1.38
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 5024 0 0 0 137 1 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=916864 CPUtime=1.2
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 862 0 0 0 120 0 0 0 17 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 709.97
Current children cumulated vsize (KiB) 916864

[startup+763.08 s]
/proc/loadavg: 1.00 1.00 1.05 2/89 31500
/proc/meminfo: memFree=576720/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=916864 CPUtime=769.9
/proc/31432/stat : 31432 (java) S 31430 31432 30309 0 -1 0 663738 0 1 0 76651 339 0 0 15 0 12 0 166620340 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 229216 186626 2482 14 0 215653 0
[pid=31432/tid=31434] ppid=31430 vsize=916864 CPUtime=5.92
/proc/31432/task/31434/stat : 31434 (java) S 31430 31432 30309 0 -1 64 98112 0 0 0 547 45 0 0 16 0 12 0 166620343 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31435] ppid=31430 vsize=916864 CPUtime=5.92
/proc/31432/task/31435/stat : 31435 (java) S 31430 31432 30309 0 -1 64 98780 0 0 0 544 48 0 0 16 0 12 0 166620343 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=916864 CPUtime=410.23
/proc/31432/task/31436/stat : 31436 (java) R 31430 31432 30309 0 -1 64 439660 0 0 0 40796 227 0 0 18 0 12 0 166620345 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166620346 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=916864 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31441] ppid=31430 vsize=916864 CPUtime=1.38
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 5024 0 0 0 137 1 0 0 16 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=916864 CPUtime=1.2
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 862 0 0 0 120 0 0 0 17 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=916864 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 938868736 186626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 769.9
Current children cumulated vsize (KiB) 916864

[startup+823.114 s]
/proc/loadavg: 1.00 1.00 1.04 2/89 31500
/proc/meminfo: memFree=576912/2055920 swapFree=4191880/4192956
[pid=31432] ppid=31430 vsize=915864 CPUtime=829.87
/proc/31432/stat : 31432 (java) S 31430 31432 30309 0 -1 0 730067 0 1 0 82615 372 0 0 15 0 12 0 166620340 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 228966 186377 2482 14 0 215403 0
[pid=31432/tid=31434] ppid=31430 vsize=915864 CPUtime=5.92
/proc/31432/task/31434/stat : 31434 (java) S 31430 31432 30309 0 -1 64 98112 0 0 0 547 45 0 0 16 0 12 0 166620343 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31435] ppid=31430 vsize=915864 CPUtime=5.92
/proc/31432/task/31435/stat : 31435 (java) S 31430 31432 30309 0 -1 64 98780 0 0 0 544 48 0 0 16 0 12 0 166620343 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31436] ppid=31430 vsize=915864 CPUtime=470.15
/proc/31432/task/31436/stat : 31436 (java) R 31430 31432 30309 0 -1 64 505910 0 0 0 46754 261 0 0 25 0 12 0 166620345 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624416 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31430 vsize=915864 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31430 31432 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166620346 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31430 vsize=915864 CPUtime=0
/proc/31432/task/31438/stat : 31438 (java) S 31430 31432 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166620346 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31430 vsize=915864 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 166620349 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31430 vsize=915864 CPUtime=0.01
/proc/31432/task/31440/stat : 31440 (java) S 31430 31432 30309 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 166620349 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31441] ppid=31430 vsize=915864 CPUtime=1.38
/proc/31432/task/31441/stat : 31441 (java) S 31430 31432 30309 0 -1 64 5024 0 0 0 137 1 0 0 16 0 12 0 166620349 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31432/tid=31442] ppid=31430 vsize=915864 CPUtime=1.2
/proc/31432/task/31442/stat : 31442 (java) S 31430 31432 30309 0 -1 64 862 0 0 0 120 0 0 0 17 0 12 0 166620349 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31443] ppid=31430 vsize=915864 CPUtime=0
/proc/31432/task/31443/stat : 31443 (java) S 31430 31432 30309 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166620349 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31432/tid=31444] ppid=31430 vsize=915864 CPUtime=0
/proc/31432/task/31444/stat : 31444 (java) S 31430 31432 30309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166620349 937844736 186377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 829.87
Current children cumulated vsize (KiB) 915864

Child status: 1
Real time (s): 879.191
CPU time (s): 885.893
CPU user time (s): 881.733
CPU system time (s): 4.16037
CPU usage (%): 100.762
Max. virtual memory (cumulated for all children) (KiB): 920868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 881.733
system time used= 4.16037
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 796293
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= 23773
involuntary context switches= 21729

runsolver used 0.997848 s user time and 2.70259 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sun Jan  7 15:01:55 UTC 2007


IDJOB= 207515
IDBENCH= 4295
FILE ID= node72/207515-1168182115

PBS_JOBID= 3479142

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-0.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207515-1168182115/sat4jCSP-bf3.jar /tmp/evaluation/207515-1168182115/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-207515-1168182115 -o ROOT/results/node72/solver-207515-1168182115 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207515-1168182115/sat4jCSP-bf3.jar /tmp/evaluation/207515-1168182115/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  ae73eafca24d2ea3a47064e51c8dab72

RANDOM SEED= 300826567

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.223
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.223
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:       1314448 kB
Buffers:         48224 kB
Cached:         574996 kB
SwapCached:        408 kB
Active:         138528 kB
Inactive:       528356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314448 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4996 kB
Writeback:           0 kB
Mapped:          61344 kB
Slab:            59620 kB
Committed_AS:  3020340 kB
PageTables:       2152 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= 66552 MiB



End job on node72 on Sun Jan  7 15:16:34 UTC 2007