Trace number 211569

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? 1536.65 1545.36

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-misc03.xml
MD5SUM1e4fc5b3445e2fad52c0491a0c50e974
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark65.1051
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables190
Number of constraints123
Maximum constraint arity169
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension123
Global constraints used (with number of constraints)

Solver Data (download as text)

0.50	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.50	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.50	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.52	c version CSP COMPETITION BUGFIX 3
0.52	c sun.arch.data.model	32
0.52	c java.version	1.5.0_10
0.52	c os.name	Linux
0.52	c os.version	2.6.9-22.EL.rootsmp
0.52	c os.arch	i386
0.52	c Free memory 722620888
0.52	c Max memory 723845120
0.52	c Total memory 723845120
0.52	c Number of processors 2
0.59	c --- Begin Solver configuration ---
0.59	c Stops conflict analysis at the first Unique Implication Point
0.59	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.59	c Learn all clauses as in MiniSAT
0.59	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59	c VSIDS like heuristics from MiniSAT using a heap
0.59	c No reason simplification
0.59	c --- End Solver configuration ---
0.59	c solving /tmp/evaluation/211569-1168210482/unknown.xml
0.59	c reading problem ... 
0.90	c reading problem named ?
0.91	c reading domains done.
0.91	c reading variables
c reading variables (190) done.
1.04	c reading predicates 
c reading relations (13) done.
1.44	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
1542.57	c starts		: 0
1545.21	c conflicts		: 0
1545.21	c decisions		: 0
1545.21	c propagations		: 0
1545.21	c inspects		: 0
1545.21	c learnt literals	: 0
1545.21	c learnt binary clauses	: 0
1545.21	c learnt ternary clauses	: 0
1545.21	c learnt clauses	: 0
1545.21	c root simplifications	: 0
1545.21	c removed literals (reason simplification)	: 0
1545.21	c reason swapping (by a shorter reason)	: 0
1545.21	c Calls to reduceDB	: 0
1545.21	c speed (decisions/second)	: 0.0
1545.21	c non guided choices	0
1545.21	s UNKNOWN
1545.21	c Total wall clock time (in seconds) : 1537.896
1545.21	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/node30/watcher-211569-1168210482 -o ROOT/results/node30/solver-211569-1168210482 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211569-1168210482/sat4jCSP-bf3.jar /tmp/evaluation/211569-1168210482/unknown.xml 

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

/proc/loadavg: 1.08 1.02 1.26 4/82 31340
/proc/meminfo: memFree=735896/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=18540 CPUtime=0
/proc/31339/stat : 31339 (runsolver) R 31294 31339 31193 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 169442214 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31339/statm: 4635 279 244 17 0 2626 0

[startup+0.103163 s]
/proc/loadavg: 1.08 1.02 1.26 4/82 31340
/proc/meminfo: memFree=735896/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=172 CPUtime=0
/proc/31339/stat : 31339 (java) D 31294 31339 31193 0 -1 0 188 0 13 0 0 0 0 0 18 0 1 0 169442214 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7017252 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31339/statm: 43 24 18 14 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 172

[startup+0.512241 s]
/proc/loadavg: 1.08 1.02 1.26 4/82 31340
/proc/meminfo: memFree=735896/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=902844 CPUtime=0.18
/proc/31339/stat : 31339 (java) D 31294 31339 31193 0 -1 0 3686 0 97 0 12 6 0 0 18 0 12 0 169442214 924512256 3542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4149668675 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 225711 3542 1703 14 0 212148 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 902844

[startup+1.34224 s]
/proc/loadavg: 1.08 1.02 1.26 3/97 31509
/proc/meminfo: memFree=689232/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=906072 CPUtime=0.97
/proc/31339/stat : 31339 (java) R 31294 31339 31193 0 -1 0 7173 0 121 0 87 10 0 0 21 0 12 0 169442214 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 226518 6672 2444 14 0 212955 0
[pid=31339/tid=31466] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 169442242 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31467] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169442242 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31487] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31487/stat : 31487 (java) S 31294 31339 31193 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 169442246 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 169442247 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31491] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 169442247 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31501] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=906072 CPUtime=0.17
/proc/31339/task/31503/stat : 31503 (java) R 31294 31339 31193 0 -1 64 420 0 0 0 17 0 0 0 16 0 12 0 169442253 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154344312 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=906072 CPUtime=0.13
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 538 0 0 0 13 0 0 0 16 0 12 0 169442253 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 927817728 6672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 906072

[startup+2.98235 s]
/proc/loadavg: 1.23 1.05 1.27 4/97 31509
/proc/meminfo: memFree=673104/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=906072 CPUtime=2.6
/proc/31339/stat : 31339 (java) R 31294 31339 31193 0 -1 0 17861 0 121 0 245 15 0 0 25 0 12 0 169442214 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154622504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 226518 17220 2471 14 0 212955 0
[pid=31339/tid=31466] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 169442242 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31467] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169442242 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31487] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31487/stat : 31487 (java) S 31294 31339 31193 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 169442246 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 169442247 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31491] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 169442247 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31501] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=906072 CPUtime=0.37
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 491 0 0 0 37 0 0 0 16 0 12 0 169442253 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=906072 CPUtime=0.31
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 602 0 0 0 31 0 0 0 16 0 12 0 169442253 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 927817728 17220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 906072

[startup+6.27355 s]
/proc/loadavg: 1.23 1.05 1.27 3/97 31509
/proc/meminfo: memFree=625168/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=906072 CPUtime=5.87
/proc/31339/stat : 31339 (java) R 31294 31339 31193 0 -1 0 23692 0 121 0 569 18 0 0 25 0 12 0 169442214 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054230420 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 226518 23046 2475 14 0 212955 0
[pid=31339/tid=31466] ppid=31294 vsize=906072 CPUtime=0.02
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 1100 0 0 0 2 0 0 0 17 0 12 0 169442242 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31467] ppid=31294 vsize=906072 CPUtime=0.01
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 1216 0 0 0 1 0 0 0 17 0 12 0 169442242 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31487] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31487/stat : 31487 (java) S 31294 31339 31193 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 169442246 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 169442247 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31491] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169442247 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31501] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=906072 CPUtime=0.4
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 495 0 0 0 40 0 0 0 16 0 12 0 169442253 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=906072 CPUtime=0.34
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 604 0 0 0 34 0 0 0 16 0 12 0 169442253 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=906072 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 927817728 23046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 906072

[startup+12.768 s]
/proc/loadavg: 1.35 1.08 1.28 3/97 31509
/proc/meminfo: memFree=609032/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=905228 CPUtime=12.33
/proc/31339/stat : 31339 (java) R 31294 31339 31193 0 -1 0 27194 0 121 0 1214 19 0 0 25 0 12 0 169442214 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053843238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 226307 26331 2475 14 0 212744 0
[pid=31339/tid=31466] ppid=31294 vsize=905228 CPUtime=0.04
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 2399 0 0 0 4 0 0 0 17 0 12 0 169442242 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31467] ppid=31294 vsize=905228 CPUtime=0.07
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 3395 0 0 0 6 1 0 0 17 0 12 0 169442242 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31487] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31487/stat : 31487 (java) S 31294 31339 31193 0 -1 64 35 0 0 0 0 0 0 0 16 0 12 0 169442246 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 169442247 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31491] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169442247 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31501] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=905228 CPUtime=0.4
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 495 0 0 0 40 0 0 0 16 0 12 0 169442253 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=905228 CPUtime=0.36
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 607 0 0 0 36 0 0 0 17 0 12 0 169442253 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 926953472 26331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 905228

[startup+25.6468 s]
/proc/loadavg: 1.45 1.11 1.28 3/97 31509
/proc/meminfo: memFree=586824/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=905228 CPUtime=25.13
/proc/31339/stat : 31339 (java) R 31294 31339 31193 0 -1 0 33687 0 121 0 2491 22 0 0 25 0 12 0 169442214 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054230167 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 226307 32111 2475 14 0 212744 0
[pid=31339/tid=31466] ppid=31294 vsize=905228 CPUtime=0.08
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 4639 0 0 0 7 1 0 0 16 0 12 0 169442242 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31467] ppid=31294 vsize=905228 CPUtime=0.14
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 7637 0 0 0 12 2 0 0 17 0 12 0 169442242 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31487] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31487/stat : 31487 (java) S 31294 31339 31193 0 -1 64 36 0 0 0 0 0 0 0 16 0 12 0 169442246 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 169442247 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31491] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169442247 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31501] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=905228 CPUtime=0.4
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 495 0 0 0 40 0 0 0 16 0 12 0 169442253 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=905228 CPUtime=0.36
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 607 0 0 0 36 0 0 0 17 0 12 0 169442253 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=905228 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 926953472 32111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 905228

[startup+51.2945 s]
/proc/loadavg: 1.64 1.18 1.30 3/97 31509
/proc/meminfo: memFree=568904/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=905228 CPUtime=50.65
/proc/31339/stat : 31339 (java) R 31294 31339 31193 0 -1 0 42180 0 121 0 5038 27 0 0 25 0 12 0 169442214 926953472 36352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 226307 36352 2475 14 0 212744 0
[pid=31339/tid=31466] ppid=31294 vsize=905228 CPUtime=0.18
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 9319 0 0 0 15 3 0 0 17 0 12 0 169442242 926953472 36352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31467] ppid=31294 vsize=905228 CPUtime=0.24
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 11430 0 0 0 20 4 0 0 16 0 12 0 169442242 926953472 36352 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31487] ppid=31294 vsize=905228 CPUtime=0

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

/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=909232 CPUtime=0.4
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 495 0 0 0 40 0 0 0 16 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=909232 CPUtime=0.36
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 607 0 0 0 36 0 0 0 17 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.74
Current children cumulated vsize (KiB) 909232

[startup+1303.91 s]
/proc/loadavg: 2.00 2.05 1.88 3/97 31707
/proc/meminfo: memFree=15176/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=909232 CPUtime=1296.5
/proc/31339/stat : 31339 (java) S 31294 31339 31193 0 -1 0 1863715 0 121 0 128757 893 0 0 15 0 12 0 169442214 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 227308 185724 2476 14 0 213745 0
[pid=31339/tid=31466] ppid=31294 vsize=909232 CPUtime=4.35
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 83442 0 0 0 405 30 0 0 17 0 12 0 169442242 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31467] ppid=31294 vsize=909232 CPUtime=4.43
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 85573 0 0 0 413 30 0 0 15 0 12 0 169442242 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31487] ppid=31294 vsize=909232 CPUtime=660.84
/proc/31339/task/31487/stat : 31487 (java) R 31294 31339 31193 0 -1 64 1667317 0 0 0 65287 797 0 0 25 0 12 0 169442246 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 169442247 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31491] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169442247 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31501] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=909232 CPUtime=0.4
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 495 0 0 0 40 0 0 0 16 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=909232 CPUtime=0.36
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 607 0 0 0 36 0 0 0 17 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.5
Current children cumulated vsize (KiB) 909232

[startup+1363.99 s]
/proc/loadavg: 2.05 2.05 1.89 3/97 31707
/proc/meminfo: memFree=15176/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=909232 CPUtime=1356.28
/proc/31339/stat : 31339 (java) S 31294 31339 31193 0 -1 0 2018160 0 121 0 134664 964 0 0 15 0 12 0 169442214 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 227308 185641 2476 14 0 213745 0
[pid=31339/tid=31466] ppid=31294 vsize=909232 CPUtime=4.35
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 83442 0 0 0 405 30 0 0 17 0 12 0 169442242 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31467] ppid=31294 vsize=909232 CPUtime=4.43
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 85573 0 0 0 413 30 0 0 15 0 12 0 169442242 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31487] ppid=31294 vsize=909232 CPUtime=720.59
/proc/31339/task/31487/stat : 31487 (java) R 31294 31339 31193 0 -1 64 1821679 0 0 0 71192 867 0 0 25 0 12 0 169442246 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 169442247 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31491] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169442247 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31501] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=909232 CPUtime=0.4
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 495 0 0 0 40 0 0 0 16 0 12 0 169442253 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=909232 CPUtime=0.36
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 607 0 0 0 36 0 0 0 17 0 12 0 169442253 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 931053568 185641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.28
Current children cumulated vsize (KiB) 909232

[startup+1424.07 s]
/proc/loadavg: 2.02 2.04 1.89 4/97 31709
/proc/meminfo: memFree=16520/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=909232 CPUtime=1416.02
/proc/31339/stat : 31339 (java) S 31294 31339 31193 0 -1 0 2170953 0 121 0 140566 1036 0 0 15 0 12 0 169442214 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 227308 185724 2476 14 0 213745 0
[pid=31339/tid=31466] ppid=31294 vsize=909232 CPUtime=4.35
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 83442 0 0 0 405 30 0 0 17 0 12 0 169442242 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31467] ppid=31294 vsize=909232 CPUtime=4.43
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 85573 0 0 0 413 30 0 0 15 0 12 0 169442242 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31487] ppid=31294 vsize=909232 CPUtime=780.33
/proc/31339/task/31487/stat : 31487 (java) R 31294 31339 31193 0 -1 64 1974390 0 0 0 77094 939 0 0 25 0 12 0 169442246 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921420 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 169442247 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31491] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169442247 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31501] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=909232 CPUtime=0.4
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 495 0 0 0 40 0 0 0 16 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=909232 CPUtime=0.36
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 607 0 0 0 36 0 0 0 17 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.02
Current children cumulated vsize (KiB) 909232

[startup+1484.16 s]
/proc/loadavg: 2.00 2.03 1.90 3/97 31709
/proc/meminfo: memFree=18760/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=909232 CPUtime=1475.78
/proc/31339/stat : 31339 (java) S 31294 31339 31193 0 -1 0 2323664 0 121 0 146474 1104 0 0 15 0 12 0 169442214 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 227308 185724 2476 14 0 213745 0
[pid=31339/tid=31466] ppid=31294 vsize=909232 CPUtime=4.35
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 83442 0 0 0 405 30 0 0 17 0 12 0 169442242 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31467] ppid=31294 vsize=909232 CPUtime=4.43
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 85573 0 0 0 413 30 0 0 15 0 12 0 169442242 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31487] ppid=31294 vsize=909232 CPUtime=840.09
/proc/31339/task/31487/stat : 31487 (java) R 31294 31339 31193 0 -1 64 2127018 0 0 0 83001 1008 0 0 25 0 12 0 169442246 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921376 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 169442247 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31491] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169442247 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31501] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=909232 CPUtime=0.4
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 495 0 0 0 40 0 0 0 16 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=909232 CPUtime=0.36
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 607 0 0 0 36 0 0 0 17 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=909232 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169442253 931053568 185724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.78
Current children cumulated vsize (KiB) 909232

[startup+1544.25 s]
/proc/loadavg: 2.00 2.02 1.91 3/98 31710
/proc/meminfo: memFree=16384/2055920 swapFree=4191880/4192956
[pid=31339] ppid=31294 vsize=909748 CPUtime=1535.57
/proc/31339/stat : 31339 (java) S 31294 31339 31193 0 -1 0 2474564 0 121 0 152377 1180 0 0 16 0 13 0 169442214 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31339/statm: 227437 185731 2477 14 0 213874 0
[pid=31339/tid=31466] ppid=31294 vsize=909748 CPUtime=4.35
/proc/31339/task/31466/stat : 31466 (java) S 31294 31339 31193 0 -1 64 83442 0 0 0 405 30 0 0 17 0 13 0 169442242 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31467] ppid=31294 vsize=909748 CPUtime=4.43
/proc/31339/task/31467/stat : 31467 (java) S 31294 31339 31193 0 -1 64 85573 0 0 0 413 30 0 0 15 0 13 0 169442242 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31487] ppid=31294 vsize=909748 CPUtime=899.86
/proc/31339/task/31487/stat : 31487 (java) R 31294 31339 31193 0 -1 64 2277829 0 0 0 88903 1083 0 0 25 0 13 0 169442246 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454535 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31490] ppid=31294 vsize=909748 CPUtime=0
/proc/31339/task/31490/stat : 31490 (java) S 31294 31339 31193 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 169442247 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31491] ppid=31294 vsize=909748 CPUtime=0
/proc/31339/task/31491/stat : 31491 (java) S 31294 31339 31193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 169442247 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31501] ppid=31294 vsize=909748 CPUtime=0
/proc/31339/task/31501/stat : 31501 (java) S 31294 31339 31193 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 169442253 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31502] ppid=31294 vsize=909748 CPUtime=0
/proc/31339/task/31502/stat : 31502 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 169442253 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31503] ppid=31294 vsize=909748 CPUtime=0.4
/proc/31339/task/31503/stat : 31503 (java) S 31294 31339 31193 0 -1 64 495 0 0 0 40 0 0 0 16 0 13 0 169442253 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31507] ppid=31294 vsize=909748 CPUtime=0.36
/proc/31339/task/31507/stat : 31507 (java) S 31294 31339 31193 0 -1 64 607 0 0 0 36 0 0 0 17 0 13 0 169442253 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31508] ppid=31294 vsize=909748 CPUtime=0
/proc/31339/task/31508/stat : 31508 (java) S 31294 31339 31193 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 169442253 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31339/tid=31509] ppid=31294 vsize=909748 CPUtime=0
/proc/31339/task/31509/stat : 31509 (java) S 31294 31339 31193 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 169442253 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31339/tid=31710] ppid=31294 vsize=909748 CPUtime=0
/proc/31339/task/31710/stat : 31710 (java) S 31294 31339 31193 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 169596063 931581952 185731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.57
Current children cumulated vsize (KiB) 909748

Child status: 1
Real time (s): 1545.36
CPU time (s): 1536.65
CPU user time (s): 1524.73
CPU system time (s): 11.9142
CPU usage (%): 99.436
Max. virtual memory (cumulated for all children) (KiB): 911752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1524.73
system time used= 11.9142
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2474570
page faults= 121
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38877
involuntary context switches= 43496

runsolver used 1.86672 s user time and 4.97924 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Jan  7 22:54:43 UTC 2007


IDJOB= 211569
IDBENCH= 4704
FILE ID= node30/211569-1168210482

PBS_JOBID= 3480836

Free space on /tmp= 66487 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-misc03.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211569-1168210482/sat4jCSP-bf3.jar /tmp/evaluation/211569-1168210482/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-211569-1168210482 -o ROOT/results/node30/solver-211569-1168210482 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211569-1168210482/sat4jCSP-bf3.jar /tmp/evaluation/211569-1168210482/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  1e4fc5b3445e2fad52c0491a0c50e974

RANDOM SEED= 537673506

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.234
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.234
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:        739968 kB
Buffers:          4980 kB
Cached:        1201144 kB
SwapCached:        264 kB
Active:         641416 kB
Inactive:       621200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        739968 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4404 kB
Writeback:           0 kB
Mapped:          74244 kB
Slab:            38480 kB
Committed_AS:  3584628 kB
PageTables:       2116 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= 66485 MiB



End job on node30 on Sun Jan  7 23:20:28 UTC 2007