Trace number 202319

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) 147.128 146.838

General information on the benchmark

Namefapp/fapp21-25/fapp22/
fapp22-1750-3.xml
MD5SUMcf3ef48888644970d44df7fc33a36136
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 benchmark8.71567
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14	c version CSP COMPETITION BUGFIX 3
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.14	c os.name	Linux
0.14	c os.version	2.6.9-22.EL.rootsmp
0.14	c os.arch	i386
0.14	c Free memory 722620888
0.14	c Max memory 723845120
0.14	c Total memory 723845120
0.14	c Number of processors 2
0.20	c --- Begin Solver configuration ---
0.20	c Stops conflict analysis at the first Unique Implication Point
0.20	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.20	c Learn all clauses as in MiniSAT
0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving /tmp/evaluation/202319-1168151362/unknown.xml
0.20	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.66	c reading variables
c reading variables (1750) done.
3.20	c reading predicates 
c reading relations (9) done.
3.41	c reading constraintsc starts		: 0
146.71	c conflicts		: 0
146.71	c decisions		: 0
146.71	c propagations		: 0
146.71	c inspects		: 0
146.71	c learnt literals	: 0
146.71	c learnt binary clauses	: 0
146.71	c learnt ternary clauses	: 0
146.71	c learnt clauses	: 0
146.71	c root simplifications	: 0
146.71	c removed literals (reason simplification)	: 0
146.71	c reason swapping (by a shorter reason)	: 0
146.71	c Calls to reduceDB	: 0
146.71	c speed (decisions/second)	: 0.0
146.71	c non guided choices	0
146.71	s UNKNOWN
146.71	c Total wall clock time (in seconds) : 146.509
146.71	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/node50/watcher-202319-1168151362 -o ROOT/results/node50/solver-202319-1168151362 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202319-1168151362/sat4jCSP-bf3.jar /tmp/evaluation/202319-1168151362/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.07 1.67 1.31 3/68 31089
/proc/meminfo: memFree=1469752/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=172 CPUtime=0
/proc/31088/stat : 31088 (java) R 31086 31088 30594 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 163534819 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7917867 0 0 4096 0 0 0 0 17 1 0 0
/proc/31088/statm: 43 24 18 14 0 3 0

[startup+0.103937 s]
/proc/loadavg: 2.07 1.67 1.31 3/68 31089
/proc/meminfo: memFree=1469752/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=902816 CPUtime=0.09
/proc/31088/stat : 31088 (java) R 31086 31088 30594 0 -1 0 3419 0 1 0 8 1 0 0 24 0 12 0 163534819 924483584 3179 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154304154 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31088/statm: 225704 3179 1587 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.512007 s]
/proc/loadavg: 2.07 1.67 1.31 3/68 31089
/proc/meminfo: memFree=1469752/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=909028 CPUtime=0.73
/proc/31088/stat : 31088 (java) R 31086 31088 30594 0 -1 0 7370 0 1 0 70 3 0 0 18 0 12 0 163534819 930844672 6402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31088/statm: 227257 6402 2297 14 0 213694 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 909028

[startup+1.33414 s]
/proc/loadavg: 2.07 1.67 1.31 4/83 31308
/proc/meminfo: memFree=1443456/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=908332 CPUtime=1.73
/proc/31088/stat : 31088 (java) R 31086 31088 30594 0 -1 0 15271 0 1 0 167 6 0 0 18 0 12 0 163534819 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31088/statm: 227083 13998 2321 14 0 213520 0
[pid=31088/tid=31090] ppid=31086 vsize=908332 CPUtime=0
/proc/31088/task/31090/stat : 31090 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163534822 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31091] ppid=31086 vsize=908332 CPUtime=0
/proc/31088/task/31091/stat : 31091 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 163534822 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31092] ppid=31086 vsize=908332 CPUtime=0
/proc/31088/task/31092/stat : 31092 (java) S 31086 31088 30594 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 163534824 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31093] ppid=31086 vsize=908332 CPUtime=0
/proc/31088/task/31093/stat : 31093 (java) S 31086 31088 30594 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 163534825 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31094] ppid=31086 vsize=908332 CPUtime=0
/proc/31088/task/31094/stat : 31094 (java) S 31086 31088 30594 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163534825 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31095] ppid=31086 vsize=908332 CPUtime=0
/proc/31088/task/31095/stat : 31095 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163534828 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31096] ppid=31086 vsize=908332 CPUtime=0
/proc/31088/task/31096/stat : 31096 (java) S 31086 31088 30594 0 -1 64 19 0 0 0 0 0 0 0 17 0 12 0 163534828 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31097] ppid=31086 vsize=908332 CPUtime=0.4
/proc/31088/task/31097/stat : 31097 (java) S 31086 31088 30594 0 -1 64 1257 0 0 0 40 0 0 0 16 0 12 0 163534828 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31098] ppid=31086 vsize=908332 CPUtime=0.48
/proc/31088/task/31098/stat : 31098 (java) S 31086 31088 30594 0 -1 64 1110 0 0 0 48 0 0 0 17 0 12 0 163534828 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31099] ppid=31086 vsize=908332 CPUtime=0
/proc/31088/task/31099/stat : 31099 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163534828 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31100] ppid=31086 vsize=908332 CPUtime=0
/proc/31088/task/31100/stat : 31100 (java) S 31086 31088 30594 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163534828 930131968 13998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 908332

[startup+2.98742 s]
/proc/loadavg: 2.07 1.67 1.31 5/84 31315
/proc/meminfo: memFree=1272048/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=916020 CPUtime=3.91
/proc/31088/stat : 31088 (java) S 31086 31088 30594 0 -1 0 61623 0 1 0 363 28 0 0 18 0 12 0 163534819 938004480 56294 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31088/statm: 229005 56296 2340 14 0 215442 0
[pid=31088/tid=31090] ppid=31086 vsize=916020 CPUtime=0.87
/proc/31088/task/31090/stat : 31090 (java) R 31086 31088 30594 0 -1 64 18405 0 0 0 78 9 0 0 17 0 12 0 163534822 938004480 56297 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31091] ppid=31086 vsize=916020 CPUtime=0.68
/proc/31088/task/31091/stat : 31091 (java) R 31086 31088 30594 0 -1 64 21009 0 0 0 60 8 0 0 20 0 12 0 163534822 938004480 56298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31092] ppid=31086 vsize=916020 CPUtime=0
/proc/31088/task/31092/stat : 31092 (java) S 31086 31088 30594 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163534824 938004480 56300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31093] ppid=31086 vsize=916020 CPUtime=0
/proc/31088/task/31093/stat : 31093 (java) S 31086 31088 30594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163534825 938004480 56302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31094] ppid=31086 vsize=916020 CPUtime=0
/proc/31088/task/31094/stat : 31094 (java) S 31086 31088 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163534825 938004480 56303 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31095] ppid=31086 vsize=916020 CPUtime=0
/proc/31088/task/31095/stat : 31095 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163534828 938004480 56305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31096] ppid=31086 vsize=916020 CPUtime=0
/proc/31088/task/31096/stat : 31096 (java) S 31086 31088 30594 0 -1 64 19 0 0 0 0 0 0 0 17 0 12 0 163534828 938004480 56306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31097] ppid=31086 vsize=916020 CPUtime=0.46
/proc/31088/task/31097/stat : 31097 (java) S 31086 31088 30594 0 -1 64 1263 0 0 0 46 0 0 0 16 0 12 0 163534828 938004480 56308 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31098] ppid=31086 vsize=916020 CPUtime=0.53
/proc/31088/task/31098/stat : 31098 (java) S 31086 31088 30594 0 -1 64 1124 0 0 0 53 0 0 0 16 0 12 0 163534828 938004480 56310 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31099] ppid=31086 vsize=916020 CPUtime=0
/proc/31088/task/31099/stat : 31099 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163534828 938004480 56311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31100] ppid=31086 vsize=916020 CPUtime=0
/proc/31088/task/31100/stat : 31100 (java) S 31086 31088 30594 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163534828 938004480 56313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 916020

[startup+6.28097 s]
/proc/loadavg: 2.06 1.68 1.31 3/84 31315
/proc/meminfo: memFree=1155056/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=920540 CPUtime=7.32
/proc/31088/stat : 31088 (java) R 31086 31088 30594 0 -1 0 73331 0 1 0 700 32 0 0 25 0 12 0 163534819 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054594222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31088/statm: 230135 65613 2479 14 0 216572 0
[pid=31088/tid=31090] ppid=31086 vsize=920540 CPUtime=1.22
/proc/31088/task/31090/stat : 31090 (java) S 31086 31088 30594 0 -1 64 25144 0 0 0 112 10 0 0 17 0 12 0 163534822 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31091] ppid=31086 vsize=920540 CPUtime=0.87
/proc/31088/task/31091/stat : 31091 (java) S 31086 31088 30594 0 -1 64 22048 0 0 0 79 8 0 0 17 0 12 0 163534822 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31092] ppid=31086 vsize=920540 CPUtime=0
/proc/31088/task/31092/stat : 31092 (java) S 31086 31088 30594 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 163534824 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31093] ppid=31086 vsize=920540 CPUtime=0
/proc/31088/task/31093/stat : 31093 (java) S 31086 31088 30594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163534825 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31094] ppid=31086 vsize=920540 CPUtime=0
/proc/31088/task/31094/stat : 31094 (java) S 31086 31088 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163534825 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31095] ppid=31086 vsize=920540 CPUtime=0
/proc/31088/task/31095/stat : 31095 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163534828 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31096] ppid=31086 vsize=920540 CPUtime=0
/proc/31088/task/31096/stat : 31096 (java) S 31086 31088 30594 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 163534828 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31097] ppid=31086 vsize=920540 CPUtime=0.87
/proc/31088/task/31097/stat : 31097 (java) S 31086 31088 30594 0 -1 64 2108 0 0 0 86 1 0 0 16 0 12 0 163534828 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31098] ppid=31086 vsize=920540 CPUtime=1.15
/proc/31088/task/31098/stat : 31098 (java) S 31086 31088 30594 0 -1 64 3570 0 0 0 114 1 0 0 16 0 12 0 163534828 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31099] ppid=31086 vsize=920540 CPUtime=0
/proc/31088/task/31099/stat : 31099 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163534828 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31100] ppid=31086 vsize=920540 CPUtime=0
/proc/31088/task/31100/stat : 31100 (java) S 31086 31088 30594 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163534828 942632960 65613 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 920540

[startup+12.7801 s]
/proc/loadavg: 2.06 1.68 1.31 3/84 31315
/proc/meminfo: memFree=1120944/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=920220 CPUtime=13.75
/proc/31088/stat : 31088 (java) R 31086 31088 30594 0 -1 0 81937 0 1 0 1341 34 0 0 25 0 12 0 163534819 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054364449 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31088/statm: 230055 74121 2479 14 0 216492 0
[pid=31088/tid=31090] ppid=31086 vsize=920220 CPUtime=1.43
/proc/31088/task/31090/stat : 31090 (java) S 31086 31088 30594 0 -1 64 30360 0 0 0 131 12 0 0 16 0 12 0 163534822 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31091] ppid=31086 vsize=920220 CPUtime=1.06
/proc/31088/task/31091/stat : 31091 (java) S 31086 31088 30594 0 -1 64 25414 0 0 0 96 10 0 0 16 0 12 0 163534822 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31092] ppid=31086 vsize=920220 CPUtime=0
/proc/31088/task/31092/stat : 31092 (java) S 31086 31088 30594 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 163534824 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31093] ppid=31086 vsize=920220 CPUtime=0
/proc/31088/task/31093/stat : 31093 (java) S 31086 31088 30594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163534825 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31094] ppid=31086 vsize=920220 CPUtime=0
/proc/31088/task/31094/stat : 31094 (java) S 31086 31088 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163534825 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31095] ppid=31086 vsize=920220 CPUtime=0
/proc/31088/task/31095/stat : 31095 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163534828 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31096] ppid=31086 vsize=920220 CPUtime=0
/proc/31088/task/31096/stat : 31096 (java) S 31086 31088 30594 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 163534828 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31097] ppid=31086 vsize=920220 CPUtime=0.87
/proc/31088/task/31097/stat : 31097 (java) S 31086 31088 30594 0 -1 64 2108 0 0 0 86 1 0 0 17 0 12 0 163534828 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31098] ppid=31086 vsize=920220 CPUtime=1.16
/proc/31088/task/31098/stat : 31098 (java) S 31086 31088 30594 0 -1 64 3570 0 0 0 115 1 0 0 16 0 12 0 163534828 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31099] ppid=31086 vsize=920220 CPUtime=0
/proc/31088/task/31099/stat : 31099 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163534828 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31100] ppid=31086 vsize=920220 CPUtime=0
/proc/31088/task/31100/stat : 31100 (java) S 31086 31088 30594 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163534828 942305280 74121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.75
Current children cumulated vsize (KiB) 920220

[startup+25.6512 s]
/proc/loadavg: 2.04 1.70 1.32 3/84 31315
/proc/meminfo: memFree=1084144/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=917344 CPUtime=26.49
/proc/31088/stat : 31088 (java) R 31086 31088 30594 0 -1 0 93154 0 1 0 2611 38 0 0 25 0 12 0 163534819 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054370222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31088/statm: 229336 83386 2479 14 0 215773 0
[pid=31088/tid=31090] ppid=31086 vsize=917344 CPUtime=1.65
/proc/31088/task/31090/stat : 31090 (java) S 31086 31088 30594 0 -1 64 35666 0 0 0 152 13 0 0 16 0 12 0 163534822 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31091] ppid=31086 vsize=917344 CPUtime=1.22
/proc/31088/task/31091/stat : 31091 (java) S 31086 31088 30594 0 -1 64 31291 0 0 0 110 12 0 0 15 0 12 0 163534822 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31092] ppid=31086 vsize=917344 CPUtime=0.01
/proc/31088/task/31092/stat : 31092 (java) S 31086 31088 30594 0 -1 64 21 0 0 0 1 0 0 0 15 0 12 0 163534824 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31093] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31093/stat : 31093 (java) S 31086 31088 30594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163534825 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31094] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31094/stat : 31094 (java) S 31086 31088 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163534825 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31095] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31095/stat : 31095 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163534828 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31096] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31096/stat : 31096 (java) S 31086 31088 30594 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 163534828 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31097] ppid=31086 vsize=917344 CPUtime=0.88
/proc/31088/task/31097/stat : 31097 (java) S 31086 31088 30594 0 -1 64 2108 0 0 0 87 1 0 0 16 0 12 0 163534828 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31098] ppid=31086 vsize=917344 CPUtime=1.19
/proc/31088/task/31098/stat : 31098 (java) S 31086 31088 30594 0 -1 64 3570 0 0 0 118 1 0 0 17 0 12 0 163534828 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31099] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31099/stat : 31099 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163534828 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31100] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31100/stat : 31100 (java) S 31086 31088 30594 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163534828 939360256 83386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.49
Current children cumulated vsize (KiB) 917344

[startup+51.2885 s]
/proc/loadavg: 2.03 1.72 1.34 3/84 31315
/proc/meminfo: memFree=978992/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=919272 CPUtime=51.91
/proc/31088/stat : 31088 (java) R 31086 31088 30594 0 -1 0 119973 0 1 0 5142 49 0 0 25 0 12 0 163534819 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054364411 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31088/statm: 229818 109251 2479 14 0 216255 0
[pid=31088/tid=31090] ppid=31086 vsize=919272 CPUtime=2.02
/proc/31088/task/31090/stat : 31090 (java) S 31086 31088 30594 0 -1 64 49971 0 0 0 184 18 0 0 16 0 12 0 163534822 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31091] ppid=31086 vsize=919272 CPUtime=1.56
/proc/31088/task/31091/stat : 31091 (java) S 31086 31088 30594 0 -1 64 43007 0 0 0 139 17 0 0 16 0 12 0 163534822 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31092] ppid=31086 vsize=919272 CPUtime=0.01
/proc/31088/task/31092/stat : 31092 (java) S 31086 31088 30594 0 -1 64 22 0 0 0 1 0 0 0 15 0 12 0 163534824 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31093] ppid=31086 vsize=919272 CPUtime=0
/proc/31088/task/31093/stat : 31093 (java) S 31086 31088 30594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163534825 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31094] ppid=31086 vsize=919272 CPUtime=0
/proc/31088/task/31094/stat : 31094 (java) S 31086 31088 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163534825 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31095] ppid=31086 vsize=919272 CPUtime=0
/proc/31088/task/31095/stat : 31095 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163534828 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31096] ppid=31086 vsize=919272 CPUtime=0
/proc/31088/task/31096/stat : 31096 (java) S 31086 31088 30594 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 163534828 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31097] ppid=31086 vsize=919272 CPUtime=1.12
/proc/31088/task/31097/stat : 31097 (java) S 31086 31088 30594 0 -1 64 2863 0 0 0 111 1 0 0 18 0 12 0 163534828 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31098] ppid=31086 vsize=919272 CPUtime=1.2
/proc/31088/task/31098/stat : 31098 (java) S 31086 31088 30594 0 -1 64 3573 0 0 0 119 1 0 0 16 0 12 0 163534828 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31099] ppid=31086 vsize=919272 CPUtime=0
/proc/31088/task/31099/stat : 31099 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163534828 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31100] ppid=31086 vsize=919272 CPUtime=0
/proc/31088/task/31100/stat : 31100 (java) S 31086 31088 30594 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163534828 941334528 109251 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.91
Current children cumulated vsize (KiB) 919272

[startup+102.59 s]
/proc/loadavg: 2.12 1.79 1.38 3/84 31315
/proc/meminfo: memFree=821232/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=917344 CPUtime=103.13
/proc/31088/stat : 31088 (java) R 31086 31088 30594 0 -1 0 161379 0 1 0 10249 64 0 0 25 0 12 0 163534819 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054378680 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31088/statm: 229336 149761 2480 14 0 215773 0
[pid=31088/tid=31090] ppid=31086 vsize=917344 CPUtime=2.8
/proc/31088/task/31090/stat : 31090 (java) S 31086 31088 30594 0 -1 64 71838 0 0 0 255 25 0 0 16 0 12 0 163534822 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31091] ppid=31086 vsize=917344 CPUtime=2.31
/proc/31088/task/31091/stat : 31091 (java) S 31086 31088 30594 0 -1 64 62459 0 0 0 207 24 0 0 16 0 12 0 163534822 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31092] ppid=31086 vsize=917344 CPUtime=0.03
/proc/31088/task/31092/stat : 31092 (java) S 31086 31088 30594 0 -1 64 22 0 0 0 3 0 0 0 15 0 12 0 163534824 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31093] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31093/stat : 31093 (java) S 31086 31088 30594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163534825 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31094] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31094/stat : 31094 (java) S 31086 31088 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163534825 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31095] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31095/stat : 31095 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163534828 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31096] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31096/stat : 31096 (java) S 31086 31088 30594 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 163534828 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31097] ppid=31086 vsize=917344 CPUtime=1.23
/proc/31088/task/31097/stat : 31097 (java) S 31086 31088 30594 0 -1 64 2872 0 0 0 122 1 0 0 16 0 12 0 163534828 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31098] ppid=31086 vsize=917344 CPUtime=1.26
/proc/31088/task/31098/stat : 31098 (java) S 31086 31088 30594 0 -1 64 3578 0 0 0 125 1 0 0 16 0 12 0 163534828 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31099] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31099/stat : 31099 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163534828 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31100] ppid=31086 vsize=917344 CPUtime=0
/proc/31088/task/31100/stat : 31100 (java) S 31086 31088 30594 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163534828 939360256 149761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.13
Current children cumulated vsize (KiB) 917344



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+146.065 s]
/proc/loadavg: 2.11 1.84 1.42 3/84 31315
/proc/meminfo: memFree=664432/2055920 swapFree=4191892/4192956
[pid=31088] ppid=31086 vsize=925348 CPUtime=146.36
/proc/31088/stat : 31088 (java) S 31086 31088 30594 0 -1 0 201533 0 1 0 14559 77 0 0 25 0 12 0 163534819 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31088/statm: 231337 187784 2480 14 0 217774 0
[pid=31088/tid=31090] ppid=31086 vsize=925348 CPUtime=3.54
/proc/31088/task/31090/stat : 31090 (java) S 31086 31088 30594 0 -1 64 88457 0 0 0 324 30 0 0 16 0 12 0 163534822 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31091] ppid=31086 vsize=925348 CPUtime=3.05
/proc/31088/task/31091/stat : 31091 (java) S 31086 31088 30594 0 -1 64 83306 0 0 0 274 31 0 0 15 0 12 0 163534822 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31092] ppid=31086 vsize=925348 CPUtime=0.2
/proc/31088/task/31092/stat : 31092 (java) R 31086 31088 30594 0 -1 64 2647 0 0 0 19 1 0 0 16 0 12 0 163534824 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624446 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31093] ppid=31086 vsize=925348 CPUtime=0
/proc/31088/task/31093/stat : 31093 (java) S 31086 31088 30594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163534825 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31094] ppid=31086 vsize=925348 CPUtime=0
/proc/31088/task/31094/stat : 31094 (java) S 31086 31088 30594 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163534825 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31095] ppid=31086 vsize=925348 CPUtime=0
/proc/31088/task/31095/stat : 31095 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 163534828 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31096] ppid=31086 vsize=925348 CPUtime=0
/proc/31088/task/31096/stat : 31096 (java) S 31086 31088 30594 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 163534828 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31097] ppid=31086 vsize=925348 CPUtime=1.23
/proc/31088/task/31097/stat : 31097 (java) S 31086 31088 30594 0 -1 64 2872 0 0 0 122 1 0 0 16 0 12 0 163534828 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31098] ppid=31086 vsize=925348 CPUtime=1.26
/proc/31088/task/31098/stat : 31098 (java) S 31086 31088 30594 0 -1 64 3578 0 0 0 125 1 0 0 16 0 12 0 163534828 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31088/tid=31099] ppid=31086 vsize=925348 CPUtime=0
/proc/31088/task/31099/stat : 31099 (java) S 31086 31088 30594 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163534828 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31088/tid=31100] ppid=31086 vsize=925348 CPUtime=0
/proc/31088/task/31100/stat : 31100 (java) S 31086 31088 30594 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163534828 947556352 187784 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 146.36
Current children cumulated vsize (KiB) 925348

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

Child status: 143
Real time (s): 146.838
CPU time (s): 147.128
CPU user time (s): 146.239
CPU system time (s): 0.888864
CPU usage (%): 100.197
Max. virtual memory (cumulated for all children) (KiB): 925348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.239
system time used= 0.888864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202020
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= 6603
involuntary context switches= 5721

runsolver used 0.173973 s user time and 0.475927 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Jan  7 06:29:23 UTC 2007


IDJOB= 202319
IDBENCH= 3826
FILE ID= node50/202319-1168151362

PBS_JOBID= 3478460

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp22/fapp22-1750-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202319-1168151362/sat4jCSP-bf3.jar /tmp/evaluation/202319-1168151362/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-202319-1168151362 -o ROOT/results/node50/solver-202319-1168151362 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/202319-1168151362/sat4jCSP-bf3.jar /tmp/evaluation/202319-1168151362/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  cf3ef48888644970d44df7fc33a36136

RANDOM SEED= 704292947

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.263
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	: 5931.00
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.263
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:       1470232 kB
Buffers:         42120 kB
Cached:         466668 kB
SwapCached:        396 kB
Active:         252008 kB
Inactive:       276756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470232 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            6800 kB
Writeback:           0 kB
Mapped:          28784 kB
Slab:            42624 kB
Committed_AS:  3715620 kB
PageTables:       1676 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= 66549 MiB



End job on node50 on Sun Jan  7 06:31:50 UTC 2007