Trace number 221608

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? 469.4 470.832

General information on the benchmark

Namefapp/fapp31-35/fapp32/
fapp32-0550-5.xml
MD5SUMf87d9695c3e2a73bc5ad29c1ef0c31b9
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.573
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	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/221608-1168260394/unknown.xml
0.23	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.86	c reading variables
c reading variables (550) done.
1.85	c reading predicates 
c reading relations (9) done.
2.04	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
470.62	c starts		: 0
470.62	c conflicts		: 0
470.62	c decisions		: 0
470.62	c propagations		: 0
470.62	c inspects		: 0
470.62	c learnt literals	: 0
470.62	c learnt binary clauses	: 0
470.62	c learnt ternary clauses	: 0
470.62	c learnt clauses	: 0
470.62	c root simplifications	: 0
470.62	c removed literals (reason simplification)	: 0
470.62	c reason swapping (by a shorter reason)	: 0
470.62	c Calls to reduceDB	: 0
470.62	c speed (decisions/second)	: 0.0
470.62	c non guided choices	0
470.62	s UNKNOWN
470.62	c Total wall clock time (in seconds) : 470.384
470.62	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/node3/watcher-221608-1168260394 -o ROOT/results/node3/solver-221608-1168260394 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221608-1168260394/sat4jCSP-bf3.jar /tmp/evaluation/221608-1168260394/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.03 2.02 1.91 4/86 330
/proc/meminfo: memFree=1737120/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=308 CPUtime=0
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 218 0 0 0 0 0 0 0 18 0 1 0 174435091 315392 40 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 0 0 0
/proc/329/statm: 77 40 31 14 0 5 0

[startup+0.10659 s]
/proc/loadavg: 2.03 2.02 1.91 4/86 330
/proc/meminfo: memFree=1737120/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=902660 CPUtime=0.08
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 3400 0 1 0 7 1 0 0 25 0 12 0 174435091 924323840 3160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053803504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/329/statm: 225665 3160 1582 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 902660

[startup+0.514655 s]
/proc/loadavg: 2.03 2.02 1.91 4/86 330
/proc/meminfo: memFree=1737120/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=905236 CPUtime=0.48
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 5982 0 1 0 45 3 0 0 25 0 12 0 174435091 926961664 5576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/329/statm: 226309 5576 2293 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.33779 s]
/proc/loadavg: 2.03 2.02 1.91 4/97 341
/proc/meminfo: memFree=1705224/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=906456 CPUtime=1.3
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 13106 0 1 0 124 6 0 0 25 0 12 0 174435091 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/329/statm: 226614 12099 2319 14 0 213051 0
[pid=329/tid=331] ppid=327 vsize=906456 CPUtime=0
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174435094 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=332] ppid=327 vsize=906456 CPUtime=0
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 174435094 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=333] ppid=327 vsize=906456 CPUtime=0
/proc/329/task/333/stat : 333 (java) S 327 329 32237 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 174435097 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=334] ppid=327 vsize=906456 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 174435097 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=335] ppid=327 vsize=906456 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 174435097 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=336] ppid=327 vsize=906456 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=906456 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=338] ppid=327 vsize=906456 CPUtime=0.29
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 268 0 0 0 29 0 0 0 16 0 12 0 174435101 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=339] ppid=327 vsize=906456 CPUtime=0.38
/proc/329/task/339/stat : 339 (java) R 327 329 32237 0 -1 64 1557 0 0 0 38 0 0 0 16 0 12 0 174435101 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154222512 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=340] ppid=327 vsize=906456 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=906456 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 928210944 12099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 906456

[startup+2.99107 s]
/proc/loadavg: 2.03 2.02 1.91 4/97 341
/proc/meminfo: memFree=1612808/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=914104 CPUtime=3.17
/proc/329/stat : 329 (java) S 327 329 32237 0 -1 0 49537 0 1 0 296 21 0 0 21 0 12 0 174435091 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/329/statm: 228526 45099 2479 14 0 214963 0
[pid=329/tid=331] ppid=327 vsize=914104 CPUtime=0.43
/proc/329/task/331/stat : 331 (java) R 327 329 32237 0 -1 64 14739 0 0 0 38 5 0 0 17 0 12 0 174435094 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=332] ppid=327 vsize=914104 CPUtime=0.39
/proc/329/task/332/stat : 332 (java) R 327 329 32237 0 -1 64 11560 0 0 0 34 5 0 0 18 0 12 0 174435094 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=333] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/333/stat : 333 (java) S 327 329 32237 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 174435097 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=334] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174435097 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=335] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=336] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=338] ppid=327 vsize=914104 CPUtime=0.55
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 1469 0 0 0 55 0 0 0 16 0 12 0 174435101 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=339] ppid=327 vsize=914104 CPUtime=0.48
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1582 0 0 0 48 0 0 0 16 0 12 0 174435101 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=340] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 936042496 45099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 914104

[startup+6.19758 s]
/proc/loadavg: 2.03 2.02 1.91 3/97 341
/proc/meminfo: memFree=1559944/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=914104 CPUtime=6.36
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 51881 0 1 0 614 22 0 0 25 0 12 0 174435091 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054314889 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/329/statm: 228526 47439 2479 14 0 214963 0
[pid=329/tid=331] ppid=327 vsize=914104 CPUtime=0.55
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 15177 0 0 0 50 5 0 0 16 0 12 0 174435094 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=332] ppid=327 vsize=914104 CPUtime=0.53
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 13462 0 0 0 47 6 0 0 16 0 12 0 174435094 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=333] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/333/stat : 333 (java) S 327 329 32237 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 174435097 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=334] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174435097 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=335] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=336] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=338] ppid=327 vsize=914104 CPUtime=0.55
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 1469 0 0 0 55 0 0 0 16 0 12 0 174435101 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=339] ppid=327 vsize=914104 CPUtime=0.48
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1582 0 0 0 48 0 0 0 16 0 12 0 174435101 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=340] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=914104 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 936042496 47439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 914104

[startup+12.6006 s]
/proc/loadavg: 2.03 2.02 1.91 3/97 341
/proc/meminfo: memFree=1528712/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=917928 CPUtime=12.73
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 60059 0 1 0 1247 26 0 0 25 0 12 0 174435091 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054257907 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/329/statm: 229482 54312 2479 14 0 215919 0
[pid=329/tid=331] ppid=327 vsize=917928 CPUtime=0.67
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 18063 0 0 0 60 7 0 0 15 0 12 0 174435094 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=332] ppid=327 vsize=917928 CPUtime=0.63
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 16979 0 0 0 56 7 0 0 16 0 12 0 174435094 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=333] ppid=327 vsize=917928 CPUtime=0
/proc/329/task/333/stat : 333 (java) S 327 329 32237 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 174435097 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=334] ppid=327 vsize=917928 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174435097 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=335] ppid=327 vsize=917928 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=336] ppid=327 vsize=917928 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=917928 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=338] ppid=327 vsize=917928 CPUtime=0.96
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 3213 0 0 0 95 1 0 0 16 0 12 0 174435101 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=339] ppid=327 vsize=917928 CPUtime=0.56
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1590 0 0 0 56 0 0 0 16 0 12 0 174435101 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=340] ppid=327 vsize=917928 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=917928 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 939958272 54312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 917928

[startup+25.4827 s]
/proc/loadavg: 2.24 2.07 1.92 3/97 341
/proc/meminfo: memFree=1499080/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=914152 CPUtime=25.55
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 69190 0 1 0 2525 30 0 0 25 0 12 0 174435091 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054430359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/329/statm: 228538 61767 2480 14 0 214975 0
[pid=329/tid=331] ppid=327 vsize=914152 CPUtime=0.78
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 21761 0 0 0 70 8 0 0 16 0 12 0 174435094 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=332] ppid=327 vsize=914152 CPUtime=0.76
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 22371 0 0 0 67 9 0 0 16 0 12 0 174435094 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=333] ppid=327 vsize=914152 CPUtime=0.01
/proc/329/task/333/stat : 333 (java) S 327 329 32237 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 174435097 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=334] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=335] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=336] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=338] ppid=327 vsize=914152 CPUtime=1
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 3214 0 0 0 99 1 0 0 16 0 12 0 174435101 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=339] ppid=327 vsize=914152 CPUtime=0.65
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1596 0 0 0 65 0 0 0 17 0 12 0 174435101 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=340] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 936091648 61767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 914152

[startup+51.1739 s]
/proc/loadavg: 2.16 2.06 1.92 3/97 341
/proc/meminfo: memFree=1396552/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=914152 CPUtime=51.11
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 94985 0 1 0 5070 41 0 0 25 0 12 0 174435091 936091648 87368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054281774 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/329/statm: 228538 87368 2480 14 0 214975 0
[pid=329/tid=331] ppid=327 vsize=914152 CPUtime=1.04
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 35917 0 0 0 90 14 0 0 16 0 12 0 174435094 936091648 87368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=332] ppid=327 vsize=914152 CPUtime=1
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 33978 0 0 0 86 14 0 0 16 0 12 0 174435094 936091648 87368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=333] ppid=327 vsize=914152 CPUtime=0.02

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

/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=336] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=338] ppid=327 vsize=914152 CPUtime=1
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 3214 0 0 0 99 1 0 0 17 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=339] ppid=327 vsize=914152 CPUtime=0.66
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1596 0 0 0 66 0 0 0 16 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=340] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 914152

[startup+222.521 s]
/proc/loadavg: 2.06 2.04 1.93 3/97 341
/proc/meminfo: memFree=1001800/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=914152 CPUtime=221.65
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 196937 0 1 0 22081 84 0 0 25 0 12 0 174435091 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835953 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/329/statm: 228538 185847 2481 14 0 214975 0
[pid=329/tid=331] ppid=327 vsize=914152 CPUtime=3.11
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 88577 0 0 0 278 33 0 0 16 0 12 0 174435094 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=332] ppid=327 vsize=914152 CPUtime=3
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 81655 0 0 0 268 32 0 0 16 0 12 0 174435094 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=333] ppid=327 vsize=914152 CPUtime=0.64
/proc/329/task/333/stat : 333 (java) S 327 329 32237 0 -1 64 1397 0 0 0 61 3 0 0 15 0 12 0 174435097 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=334] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=335] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=336] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=338] ppid=327 vsize=914152 CPUtime=1
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 3214 0 0 0 99 1 0 0 17 0 12 0 174435101 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=339] ppid=327 vsize=914152 CPUtime=0.66
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1596 0 0 0 66 0 0 0 16 0 12 0 174435101 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=340] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 936091648 185847 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.65
Current children cumulated vsize (KiB) 914152

[startup+282.588 s]
/proc/loadavg: 2.02 2.03 1.93 3/97 341
/proc/meminfo: memFree=1000584/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=914152 CPUtime=281.59
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 199574 0 1 0 28072 87 0 0 25 0 12 0 174435091 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054281774 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/329/statm: 228538 185927 2481 14 0 214975 0
[pid=329/tid=331] ppid=327 vsize=914152 CPUtime=3.83
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 89286 0 0 0 350 33 0 0 16 0 12 0 174435094 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=332] ppid=327 vsize=914152 CPUtime=3.62
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 82124 0 0 0 329 33 0 0 16 0 12 0 174435094 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=333] ppid=327 vsize=914152 CPUtime=1.18
/proc/329/task/333/stat : 333 (java) S 327 329 32237 0 -1 64 2775 0 0 0 113 5 0 0 15 0 12 0 174435097 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=334] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=335] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=336] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=338] ppid=327 vsize=914152 CPUtime=1
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 3214 0 0 0 99 1 0 0 17 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=339] ppid=327 vsize=914152 CPUtime=0.66
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1596 0 0 0 66 0 0 0 16 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=340] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 936091648 185927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.59
Current children cumulated vsize (KiB) 914152

[startup+342.615 s]
/proc/loadavg: 2.27 2.09 1.95 3/97 341
/proc/meminfo: memFree=1001544/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=914152 CPUtime=341.61
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 202981 0 1 0 34070 91 0 0 25 0 12 0 174435091 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054314871 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/329/statm: 228538 185904 2481 14 0 214975 0
[pid=329/tid=331] ppid=327 vsize=914152 CPUtime=4.5
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 89546 0 0 0 417 33 0 0 16 0 12 0 174435094 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=332] ppid=327 vsize=914152 CPUtime=4.28
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 82424 0 0 0 395 33 0 0 16 0 12 0 174435094 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=333] ppid=327 vsize=914152 CPUtime=2.6
/proc/329/task/333/stat : 333 (java) S 327 329 32237 0 -1 64 5531 0 0 0 252 8 0 0 15 0 12 0 174435097 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=334] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=335] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=336] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=338] ppid=327 vsize=914152 CPUtime=1.06
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 3222 0 0 0 105 1 0 0 16 0 12 0 174435101 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=339] ppid=327 vsize=914152 CPUtime=0.67
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1596 0 0 0 67 0 0 0 16 0 12 0 174435101 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=340] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 936091648 185904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.61
Current children cumulated vsize (KiB) 914152

[startup+402.688 s]
/proc/loadavg: 2.10 2.07 1.95 3/97 341
/proc/meminfo: memFree=1007560/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=914152 CPUtime=401.41
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 217058 0 1 0 40042 99 0 0 25 0 12 0 174435091 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054281603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/329/statm: 228538 184478 2481 14 0 214975 0
[pid=329/tid=331] ppid=327 vsize=914152 CPUtime=5.57
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 90613 0 0 0 523 34 0 0 16 0 12 0 174435094 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=332] ppid=327 vsize=914152 CPUtime=5.31
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 84237 0 0 0 497 34 0 0 16 0 12 0 174435094 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=333] ppid=327 vsize=914152 CPUtime=6.8
/proc/329/task/333/stat : 333 (java) S 327 329 32237 0 -1 64 16621 0 0 0 666 14 0 0 15 0 12 0 174435097 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=334] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=335] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=336] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=338] ppid=327 vsize=914152 CPUtime=1.06
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 3222 0 0 0 105 1 0 0 16 0 12 0 174435101 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=339] ppid=327 vsize=914152 CPUtime=0.67
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1596 0 0 0 67 0 0 0 16 0 12 0 174435101 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=340] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=914152 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 936091648 184478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.41
Current children cumulated vsize (KiB) 914152

[startup+462.732 s]
/proc/loadavg: 2.56 2.19 2.00 3/98 415
/proc/meminfo: memFree=994624/2055920 swapFree=4192812/4192956
[pid=329] ppid=327 vsize=918156 CPUtime=461.39
/proc/329/stat : 329 (java) R 327 329 32237 0 -1 0 331928 0 1 0 45974 165 0 0 25 0 12 0 174435091 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/329/statm: 229539 187143 2481 14 0 215976 0
[pid=329/tid=331] ppid=327 vsize=918156 CPUtime=5.64
/proc/329/task/331/stat : 331 (java) S 327 329 32237 0 -1 64 91253 0 0 0 530 34 0 0 16 0 12 0 174435094 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=332] ppid=327 vsize=918156 CPUtime=5.37
/proc/329/task/332/stat : 332 (java) S 327 329 32237 0 -1 64 84969 0 0 0 503 34 0 0 15 0 12 0 174435094 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=333] ppid=327 vsize=918156 CPUtime=45.78
/proc/329/task/333/stat : 333 (java) R 327 329 32237 0 -1 64 130033 0 0 0 4499 79 0 0 16 0 12 0 174435097 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694480 0 0 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=334] ppid=327 vsize=918156 CPUtime=0
/proc/329/task/334/stat : 334 (java) S 327 329 32237 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174435097 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=335] ppid=327 vsize=918156 CPUtime=0
/proc/329/task/335/stat : 335 (java) S 327 329 32237 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174435097 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=336] ppid=327 vsize=918156 CPUtime=0
/proc/329/task/336/stat : 336 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174435101 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=337] ppid=327 vsize=918156 CPUtime=0
/proc/329/task/337/stat : 337 (java) S 327 329 32237 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174435101 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=338] ppid=327 vsize=918156 CPUtime=1.06
/proc/329/task/338/stat : 338 (java) S 327 329 32237 0 -1 64 3222 0 0 0 105 1 0 0 16 0 12 0 174435101 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=339] ppid=327 vsize=918156 CPUtime=0.67
/proc/329/task/339/stat : 339 (java) S 327 329 32237 0 -1 64 1596 0 0 0 67 0 0 0 16 0 12 0 174435101 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=329/tid=340] ppid=327 vsize=918156 CPUtime=0
/proc/329/task/340/stat : 340 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 174435101 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=329/tid=341] ppid=327 vsize=918156 CPUtime=0
/proc/329/task/341/stat : 341 (java) S 327 329 32237 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174435101 940191744 187143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.39
Current children cumulated vsize (KiB) 918156

Child status: 1
Real time (s): 470.832
CPU time (s): 469.4
CPU user time (s): 467.526
CPU system time (s): 1.87371
CPU usage (%): 99.6957
Max. virtual memory (cumulated for all children) (KiB): 918768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 467.526
system time used= 1.87371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351249
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= 18579
involuntary context switches= 16692

runsolver used 0.600908 s user time and 1.52577 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Jan  8 12:46:35 UTC 2007


IDJOB= 221608
IDBENCH= 5459
FILE ID= node3/221608-1168260394

PBS_JOBID= 3482425

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp32/fapp32-0550-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221608-1168260394/sat4jCSP-bf3.jar /tmp/evaluation/221608-1168260394/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-221608-1168260394 -o ROOT/results/node3/solver-221608-1168260394 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221608-1168260394/sat4jCSP-bf3.jar /tmp/evaluation/221608-1168260394/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f87d9695c3e2a73bc5ad29c1ef0c31b9

RANDOM SEED= 514163571

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.279
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.279
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:       1737600 kB
Buffers:         40012 kB
Cached:         139372 kB
SwapCached:          0 kB
Active:         175948 kB
Inactive:        80288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3688 kB
Writeback:           0 kB
Mapped:          99276 kB
Slab:            47148 kB
Committed_AS:  4883460 kB
PageTables:       2100 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= 66555 MiB



End job on node3 on Mon Jan  8 12:54:26 UTC 2007