Trace number 201118

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jCSP 1.7 RC BF3? (MO) 257.22 258.126

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-3.xml
MD5SUM83479ca6a4f71440e69182b52263adbf
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 benchmark9.81851
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.26	c version CSP COMPETITION BUGFIX 3
0.26	c sun.arch.data.model	32
0.26	c java.version	1.5.0_10
0.26	c os.name	Linux
0.26	c os.version	2.6.9-22.EL.rootsmp
0.26	c os.arch	i386
0.26	c Free memory 722620888
0.26	c Max memory 723845120
0.26	c Total memory 723845120
0.26	c Number of processors 2
0.35	c --- Begin Solver configuration ---
0.35	c Stops conflict analysis at the first Unique Implication Point
0.35	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.35	c Learn all clauses as in MiniSAT
0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35	c VSIDS like heuristics from MiniSAT using a heap
0.35	c No reason simplification
0.35	c --- End Solver configuration ---
0.35	c solving /tmp/evaluation/201118-1168145332/unknown.xml
0.35	c reading problem ... 
0.60	c reading problem named ?
0.60	c reading domains done.
0.93	c reading variables
c reading variables (3000) done.
3.47	c reading predicates 
c reading relations (9) done.
3.69	c reading constraintsc starts		: 0
257.98	c conflicts		: 0
257.98	c decisions		: 0
257.98	c propagations		: 0
257.98	c inspects		: 0
257.98	c learnt literals	: 0
257.98	c learnt binary clauses	: 0
257.98	c learnt ternary clauses	: 0
257.98	c learnt clauses	: 0
257.98	c root simplifications	: 0
257.98	c removed literals (reason simplification)	: 0
257.98	c reason swapping (by a shorter reason)	: 0
257.98	c Calls to reduceDB	: 0
257.98	c speed (decisions/second)	: 0.0
257.98	c non guided choices	0
257.98	s UNKNOWN
257.98	c Total wall clock time (in seconds) : 257.63
257.98	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/node10/watcher-201118-1168145332 -o ROOT/results/node10/solver-201118-1168145332 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201118-1168145332/sat4jCSP-bf3.jar /tmp/evaluation/201118-1168145332/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.06 2.02 4/87 22586
/proc/meminfo: memFree=1154392/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=49668 CPUtime=0
/proc/22585/stat : 22585 (java) D 22583 22585 21897 0 -1 0 1373 0 1 0 0 0 0 0 17 0 1 0 162928451 50860032 1138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/22585/statm: 12417 1138 869 14 0 1707 0

[startup+0.105043 s]
/proc/loadavg: 2.03 2.06 2.02 4/87 22586
/proc/meminfo: memFree=1154392/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=897120 CPUtime=0.07
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 3214 0 1 0 6 1 0 0 17 0 6 0 162928451 918650880 2974 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/22585/statm: 224280 2974 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.517032 s]
/proc/loadavg: 2.03 2.06 2.02 4/87 22586
/proc/meminfo: memFree=1154392/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=905236 CPUtime=0.4
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 5512 0 1 0 37 3 0 0 18 0 12 0 162928451 926961664 5107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22585/statm: 226309 5107 2135 14 0 212746 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 905236

[startup+1.34598 s]
/proc/loadavg: 2.03 2.06 2.02 4/98 22597
/proc/meminfo: memFree=1138944/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=906592 CPUtime=1.23
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 7026 0 1 0 118 5 0 0 22 0 12 0 162928451 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054208942 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22585/statm: 226648 6123 2307 14 0 213085 0
[pid=22585/tid=22587] ppid=22583 vsize=906592 CPUtime=0
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928455 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22588] ppid=22583 vsize=906592 CPUtime=0
/proc/22585/task/22588/stat : 22588 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 162928455 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22589] ppid=22583 vsize=906592 CPUtime=0
/proc/22585/task/22589/stat : 22589 (java) S 22583 22585 21897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 162928458 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22590] ppid=22583 vsize=906592 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 162928458 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=906592 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162928458 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=906592 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=906592 CPUtime=0
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162928470 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22594] ppid=22583 vsize=906592 CPUtime=0.32
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 1057 0 0 0 32 0 0 0 16 0 12 0 162928471 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22595] ppid=22583 vsize=906592 CPUtime=0.29
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 690 0 0 0 29 0 0 0 16 0 12 0 162928471 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22596] ppid=22583 vsize=906592 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=906592 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 928350208 6123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 906592

[startup+2.98346 s]
/proc/loadavg: 2.03 2.06 2.02 4/98 22597
/proc/meminfo: memFree=1118784/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=910440 CPUtime=2.98
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 36547 0 1 0 281 17 0 0 17 0 12 0 162928451 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054426361 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22585/statm: 227610 33794 2342 14 0 214047 0
[pid=22585/tid=22587] ppid=22583 vsize=910440 CPUtime=0.21
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 7714 0 0 0 19 2 0 0 18 0 12 0 162928455 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22588] ppid=22583 vsize=910440 CPUtime=0.22
/proc/22585/task/22588/stat : 22588 (java) R 22583 22585 21897 0 -1 64 6596 0 0 0 20 2 0 0 19 0 12 0 162928455 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22589] ppid=22583 vsize=910440 CPUtime=0
/proc/22585/task/22589/stat : 22589 (java) S 22583 22585 21897 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 162928458 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22590] ppid=22583 vsize=910440 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 162928458 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=910440 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162928458 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=910440 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=910440 CPUtime=0
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 162928470 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22594] ppid=22583 vsize=910440 CPUtime=0.53
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 1082 0 0 0 53 0 0 0 16 0 12 0 162928471 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22595] ppid=22583 vsize=910440 CPUtime=0.75
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 1488 0 0 0 75 0 0 0 16 0 12 0 162928471 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22596] ppid=22583 vsize=910440 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=910440 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) R 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 932290560 33794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 910440

[startup+6.18764 s]
/proc/loadavg: 2.03 2.06 2.02 3/98 22597
/proc/meminfo: memFree=958976/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=919656 CPUtime=6.17
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 56829 0 1 0 589 28 0 0 25 0 12 0 162928451 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054586814 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22585/statm: 229914 51465 2482 14 0 216351 0
[pid=22585/tid=22587] ppid=22583 vsize=919656 CPUtime=0.73
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 24311 0 0 0 63 10 0 0 16 0 12 0 162928455 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22588] ppid=22583 vsize=919656 CPUtime=0.32
/proc/22585/task/22588/stat : 22588 (java) S 22583 22585 21897 0 -1 64 6814 0 0 0 29 3 0 0 16 0 12 0 162928455 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22589] ppid=22583 vsize=919656 CPUtime=0
/proc/22585/task/22589/stat : 22589 (java) S 22583 22585 21897 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 162928458 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22590] ppid=22583 vsize=919656 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162928458 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=919656 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162928458 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=919656 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=919656 CPUtime=0.01
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 162928470 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22594] ppid=22583 vsize=919656 CPUtime=0.98
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 2907 0 0 0 97 1 0 0 16 0 12 0 162928471 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22595] ppid=22583 vsize=919656 CPUtime=1.15
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 2731 0 0 0 114 1 0 0 16 0 12 0 162928471 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22596] ppid=22583 vsize=919656 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=919656 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 941727744 51465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 919656

[startup+12.6765 s]
/proc/loadavg: 2.03 2.06 2.02 3/98 22597
/proc/meminfo: memFree=933192/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=919624 CPUtime=12.63
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 63461 0 1 0 1232 31 0 0 25 0 12 0 162928451 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054485173 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22585/statm: 229906 57766 2484 14 0 216343 0
[pid=22585/tid=22587] ppid=22583 vsize=919624 CPUtime=0.9
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 28120 0 0 0 78 12 0 0 16 0 12 0 162928455 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22588] ppid=22583 vsize=919624 CPUtime=0.5
/proc/22585/task/22588/stat : 22588 (java) S 22583 22585 21897 0 -1 64 9242 0 0 0 46 4 0 0 16 0 12 0 162928455 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22589] ppid=22583 vsize=919624 CPUtime=0.01
/proc/22585/task/22589/stat : 22589 (java) S 22583 22585 21897 0 -1 64 11 0 0 0 1 0 0 0 16 0 12 0 162928458 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22590] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162928458 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162928458 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=919624 CPUtime=0.01
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 162928470 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22594] ppid=22583 vsize=919624 CPUtime=1.57
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 3269 0 0 0 156 1 0 0 15 0 12 0 162928471 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22595] ppid=22583 vsize=919624 CPUtime=1.38
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 2740 0 0 0 137 1 0 0 16 0 12 0 162928471 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22596] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 941694976 57766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 919624

[startup+25.5723 s]
/proc/loadavg: 2.02 2.06 2.02 3/98 22597
/proc/meminfo: memFree=912392/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=919624 CPUtime=25.51
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 69785 0 1 0 2517 34 0 0 25 0 12 0 162928451 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054449966 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22585/statm: 229906 62876 2484 14 0 216343 0
[pid=22585/tid=22587] ppid=22583 vsize=919624 CPUtime=1.01
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 30972 0 0 0 88 13 0 0 16 0 12 0 162928455 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22588] ppid=22583 vsize=919624 CPUtime=0.64
/proc/22585/task/22588/stat : 22588 (java) S 22583 22585 21897 0 -1 64 12677 0 0 0 59 5 0 0 16 0 12 0 162928455 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22589] ppid=22583 vsize=919624 CPUtime=0.03
/proc/22585/task/22589/stat : 22589 (java) S 22583 22585 21897 0 -1 64 14 0 0 0 2 1 0 0 15 0 12 0 162928458 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22590] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162928458 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162928458 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=919624 CPUtime=0.01
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 3 0 0 0 1 0 0 0 17 0 12 0 162928470 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22594] ppid=22583 vsize=919624 CPUtime=1.65
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 3269 0 0 0 164 1 0 0 17 0 12 0 162928471 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22595] ppid=22583 vsize=919624 CPUtime=1.45
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 2743 0 0 0 144 1 0 0 17 0 12 0 162928471 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22596] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=919624 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 941694976 62876 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 919624

[startup+51.2318 s]
/proc/loadavg: 2.07 2.07 2.02 3/98 22597
/proc/meminfo: memFree=854792/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=917044 CPUtime=51.16
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 84850 0 1 0 5077 39 0 0 25 0 12 0 162928451 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054462072 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22585/statm: 229261 77260 2484 14 0 215698 0
[pid=22585/tid=22587] ppid=22583 vsize=917044 CPUtime=1.21
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 37695 0 0 0 106 15 0 0 16 0 12 0 162928455 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22588] ppid=22583 vsize=917044 CPUtime=0.92
/proc/22585/task/22588/stat : 22588 (java) S 22583 22585 21897 0 -1 64 20984 0 0 0 84 8 0 0 16 0 12 0 162928455 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22589] ppid=22583 vsize=917044 CPUtime=0.03
/proc/22585/task/22589/stat : 22589 (java) S 22583 22585 21897 0 -1 64 14 0 0 0 2 1 0 0 15 0 12 0 162928458 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22590] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162928458 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162928458 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=917044 CPUtime=0.01
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 3 0 0 0 1 0 0 0 17 0 12 0 162928470 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22594] ppid=22583 vsize=917044 CPUtime=1.67
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 3269 0 0 0 166 1 0 0 16 0 12 0 162928471 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22595] ppid=22583 vsize=917044 CPUtime=1.45
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 2743 0 0 0 144 1 0 0 16 0 12 0 162928471 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22596] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 939053056 77260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 917044

[startup+102.452 s]
/proc/loadavg: 2.03 2.05 2.01 3/98 22597
/proc/meminfo: memFree=744200/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=917044 CPUtime=102.31
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 112932 0 1 0 10180 51 0 0 25 0 12 0 162928451 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054471960 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22585/statm: 229261 105228 2484 14 0 215698 0
[pid=22585/tid=22587] ppid=22583 vsize=917044 CPUtime=1.71
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 49098 0 0 0 152 19 0 0 16 0 12 0 162928455 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22588] ppid=22583 vsize=917044 CPUtime=1.54
/proc/22585/task/22588/stat : 22588 (java) S 22583 22585 21897 0 -1 64 37586 0 0 0 140 14 0 0 16 0 12 0 162928455 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22589] ppid=22583 vsize=917044 CPUtime=0.05
/proc/22585/task/22589/stat : 22589 (java) S 22583 22585 21897 0 -1 64 14 0 0 0 4 1 0 0 15 0 12 0 162928458 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22590] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162928458 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162928458 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=917044 CPUtime=0.01
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 162928470 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22594] ppid=22583 vsize=917044 CPUtime=1.73
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 3272 0 0 0 172 1 0 0 17 0 12 0 162928471 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22595] ppid=22583 vsize=917044 CPUtime=1.56
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 2749 0 0 0 155 1 0 0 17 0 12 0 162928471 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22596] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 939053056 105228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 917044

[startup+162.453 s]
/proc/loadavg: 2.01 2.04 2.01 3/98 22597
/proc/meminfo: memFree=614856/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=917236 CPUtime=162.21
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 145659 0 1 0 16156 65 0 0 25 0 12 0 162928451 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054428280 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22585/statm: 229309 137491 2484 14 0 215746 0
[pid=22585/tid=22587] ppid=22583 vsize=917236 CPUtime=2.52
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 65251 0 0 0 227 25 0 0 15 0 12 0 162928455 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22588] ppid=22583 vsize=917236 CPUtime=2.32
/proc/22585/task/22588/stat : 22588 (java) S 22583 22585 21897 0 -1 64 53768 0 0 0 212 20 0 0 16 0 12 0 162928455 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22589] ppid=22583 vsize=917236 CPUtime=0.09
/proc/22585/task/22589/stat : 22589 (java) S 22583 22585 21897 0 -1 64 16 0 0 0 7 2 0 0 15 0 12 0 162928458 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22590] ppid=22583 vsize=917236 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162928458 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=917236 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162928458 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=917236 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=917236 CPUtime=0.01
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 162928470 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22594] ppid=22583 vsize=917236 CPUtime=2.01
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 3580 0 0 0 200 1 0 0 17 0 12 0 162928471 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22595] ppid=22583 vsize=917236 CPUtime=1.67
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 2752 0 0 0 166 1 0 0 16 0 12 0 162928471 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22596] ppid=22583 vsize=917236 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=917236 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 939249664 137491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 917236

[startup+222.553 s]
/proc/loadavg: 2.00 2.03 2.00 3/98 22597
/proc/meminfo: memFree=495112/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=917044 CPUtime=221.93
/proc/22585/stat : 22585 (java) R 22583 22585 21897 0 -1 0 175224 0 1 0 22114 79 0 0 25 0 12 0 162928451 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054468319 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22585/statm: 229261 166899 2484 14 0 215698 0
[pid=22585/tid=22587] ppid=22583 vsize=917044 CPUtime=3.39
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 80537 0 0 0 308 31 0 0 16 0 12 0 162928455 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22588] ppid=22583 vsize=917044 CPUtime=3.21
/proc/22585/task/22588/stat : 22588 (java) S 22583 22585 21897 0 -1 64 67972 0 0 0 294 27 0 0 16 0 12 0 162928455 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22589] ppid=22583 vsize=917044 CPUtime=0.12
/proc/22585/task/22589/stat : 22589 (java) S 22583 22585 21897 0 -1 64 17 0 0 0 9 3 0 0 15 0 12 0 162928458 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22590] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162928458 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162928458 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=917044 CPUtime=0.01
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 162928470 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22594] ppid=22583 vsize=917044 CPUtime=2.08
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 3583 0 0 0 207 1 0 0 17 0 12 0 162928471 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22595] ppid=22583 vsize=917044 CPUtime=1.7
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 2752 0 0 0 169 1 0 0 16 0 12 0 162928471 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22596] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=917044 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 939053056 166899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.93
Current children cumulated vsize (KiB) 917044



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+257.008 s]
/proc/loadavg: 2.14 2.07 2.01 3/98 22597
/proc/meminfo: memFree=411464/2055920 swapFree=4178332/4192956
[pid=22585] ppid=22583 vsize=925048 CPUtime=256.11
/proc/22585/stat : 22585 (java) S 22583 22585 21897 0 -1 0 197728 0 1 0 25523 88 0 0 25 0 12 0 162928451 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22585/statm: 231262 187787 2484 14 0 217699 0
[pid=22585/tid=22587] ppid=22583 vsize=925048 CPUtime=4.01
/proc/22585/task/22587/stat : 22587 (java) S 22583 22585 21897 0 -1 64 91872 0 0 0 366 35 0 0 15 0 12 0 162928455 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22588] ppid=22583 vsize=925048 CPUtime=3.76
/proc/22585/task/22588/stat : 22588 (java) S 22583 22585 21897 0 -1 64 76580 0 0 0 346 30 0 0 16 0 12 0 162928455 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22589] ppid=22583 vsize=925048 CPUtime=0.31
/proc/22585/task/22589/stat : 22589 (java) R 22583 22585 21897 0 -1 64 2527 0 0 0 27 4 0 0 16 0 12 0 162928458 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22590] ppid=22583 vsize=925048 CPUtime=0
/proc/22585/task/22590/stat : 22590 (java) S 22583 22585 21897 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162928458 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22591] ppid=22583 vsize=925048 CPUtime=0
/proc/22585/task/22591/stat : 22591 (java) S 22583 22585 21897 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162928458 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22592] ppid=22583 vsize=925048 CPUtime=0
/proc/22585/task/22592/stat : 22592 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162928470 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22593] ppid=22583 vsize=925048 CPUtime=0.01
/proc/22585/task/22593/stat : 22593 (java) S 22583 22585 21897 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 162928470 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22594] ppid=22583 vsize=925048 CPUtime=2.08
/proc/22585/task/22594/stat : 22594 (java) S 22583 22585 21897 0 -1 64 3583 0 0 0 207 1 0 0 16 0 12 0 162928471 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22595] ppid=22583 vsize=925048 CPUtime=1.81
/proc/22585/task/22595/stat : 22595 (java) S 22583 22585 21897 0 -1 64 2759 0 0 0 180 1 0 0 17 0 12 0 162928471 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22585/tid=22596] ppid=22583 vsize=925048 CPUtime=0
/proc/22585/task/22596/stat : 22596 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162928471 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22585/tid=22597] ppid=22583 vsize=925048 CPUtime=0
/proc/22585/task/22597/stat : 22597 (java) S 22583 22585 21897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162928471 947249152 187787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.11
Current children cumulated vsize (KiB) 925048

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

Child status: 143
Real time (s): 258.126
CPU time (s): 257.22
CPU user time (s): 256.223
CPU system time (s): 0.996848
CPU usage (%): 99.6491
Max. virtual memory (cumulated for all children) (KiB): 925048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.223
system time used= 0.996848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197750
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= 10550
involuntary context switches= 11609

runsolver used 0.312952 s user time and 0.85387 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Jan  7 04:48:53 UTC 2007


IDJOB= 201118
IDBENCH= 3744
FILE ID= node10/201118-1168145332

PBS_JOBID= 3477852

Free space on /tmp= 66362 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201118-1168145332/sat4jCSP-bf3.jar /tmp/evaluation/201118-1168145332/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-201118-1168145332 -o ROOT/results/node10/solver-201118-1168145332 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201118-1168145332/sat4jCSP-bf3.jar /tmp/evaluation/201118-1168145332/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  83479ca6a4f71440e69182b52263adbf

RANDOM SEED= 911630587

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.232
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.232
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:       1154808 kB
Buffers:         61228 kB
Cached:         598564 kB
SwapCached:       2120 kB
Active:         439200 kB
Inactive:       367108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1154808 kB
SwapTotal:     4192956 kB
SwapFree:      4178332 kB
Dirty:            7060 kB
Writeback:           0 kB
Mapped:         157668 kB
Slab:            79220 kB
Committed_AS:  4089124 kB
PageTables:       2584 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= 66362 MiB



End job on node10 on Sun Jan  7 04:53:12 UTC 2007