Trace number 1067546

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2008-06-13? (MO) 99.0789 95.14

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-40-3-7.xml
MD5SUM66b160f79aceac58eef692c4a69d727f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity10
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.39	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.39	c See www.sat4j.org for details.
0.26/0.39	c That software uses the Rhino library from the Mozilla project.
0.33/0.43	c version 9.9.9.token
0.33/0.43	c sun.arch.data.model	32
0.33/0.43	c java.version	1.6.0_06
0.33/0.43	c os.name	Linux
0.33/0.43	c os.version	2.6.9-22.EL.rootsmp
0.33/0.43	c os.arch	i386
0.33/0.43	c Free memory 669864272
0.33/0.43	c Max memory 672137216
0.33/0.43	c Total memory 672137216
0.33/0.43	c Number of processors 2
0.33/0.48	c c --- Begin Solver configuration ---
0.33/0.48	c Stops conflict analysis at the first Unique Implication Point
0.33/0.48	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.48	c Learn all clauses as in MiniSAT
0.33/0.48	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.48	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.48	c Expensive reason simplification
0.33/0.48	c MiniSAT restarts strategy
0.33/0.48	c timeout=2147483s
0.33/0.48	c DB Simplification allowed=false
0.33/0.48	c --- End Solver configuration ---
0.33/0.48	c solving HOME/instance-1067546-1215150480.xml
0.33/0.48	c reading problem ... 
0.61/0.74	c reading problem named null
0.61/0.74	c reading domains done.
0.61/0.74	c reading variables done.
0.81/0.98	c reading predicates  done.
1.12/1.24	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067546-1215150480/watcher-1067546-1215150480 -o /tmp/evaluation-result-1067546-1215150480/solver-1067546-1215150480 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067546-1215150480.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 6039
/proc/meminfo: memFree=1795352/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=18572 CPUtime=0
/proc/6039/stat : 6039 (runsolver) R 6037 6039 4879 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1994017594 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 213112122663 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6039/statm: 4643 292 257 25 0 2626 0

[startup+0.022744 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 6039
/proc/meminfo: memFree=1795352/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=13012 CPUtime=0
/proc/6039/stat : 6039 (java) D 6037 6039 4879 0 -1 0 380 0 1 0 0 0 0 0 18 0 1 0 1994017594 13324288 182 996147200 134512640 134550740 4294956032 18446744073709551615 6822776 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/6039/statm: 3253 182 134 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101761 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 6039
/proc/meminfo: memFree=1795352/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=800744 CPUtime=0.04
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 2344 0 31 0 1 3 0 0 18 0 4 0 1994017594 819961856 2112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 200186 2112 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301797 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 6039
/proc/meminfo: memFree=1795352/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=808756 CPUtime=0.26
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 4634 0 31 0 21 5 0 0 18 0 12 0 1994017594 828166144 3997 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 202189 3997 1298 9 0 199558 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 808756

[startup+0.701862 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 6039
/proc/meminfo: memFree=1795352/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=808784 CPUtime=0.61
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 6040 0 31 0 55 6 0 0 18 0 12 0 1994017594 828194816 5401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 202196 5401 1335 9 0 199558 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 808784

[startup+1.503 s]
/proc/loadavg: 1.91 1.97 1.99 3/86 6051
/proc/meminfo: memFree=1768312/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=809400 CPUtime=1.41
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 8504 0 31 0 133 8 0 0 18 0 12 0 1994017594 828825600 7129 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 202350 7129 1364 9 0 199712 0
[pid=6039/tid=6041] ppid=6037 vsize=809400 CPUtime=0.78
/proc/6039/task/6041/stat : 6041 (java) R 6037 6039 4879 0 -1 64 5422 0 1 0 74 4 0 0 22 0 12 0 1994017602 828825600 7129 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=809400 CPUtime=0
/proc/6039/task/6042/stat : 6042 (java) S 6037 6039 4879 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1994017603 828825600 7129 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6043] ppid=6037 vsize=809400 CPUtime=0
/proc/6039/task/6043/stat : 6043 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1994017603 828825600 7129 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6044] ppid=6037 vsize=809544 CPUtime=0
/proc/6039/task/6044/stat : 6044 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1994017605 828973056 7131 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6045] ppid=6037 vsize=809544 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1994017606 828973056 7132 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=809544 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1994017606 828973056 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=809544 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1994017613 828973056 6979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6048] ppid=6037 vsize=808872 CPUtime=0.36
/proc/6039/task/6048/stat : 6048 (java) S 6037 6039 4879 0 -1 64 1724 0 0 0 36 0 0 0 16 0 12 0 1994017613 828284928 6979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6049] ppid=6037 vsize=808872 CPUtime=0.22
/proc/6039/task/6049/stat : 6049 (java) R 6037 6039 4879 0 -1 64 625 0 0 0 22 0 0 0 16 0 12 0 1994017613 828284928 6979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6050] ppid=6037 vsize=808872 CPUtime=0
/proc/6039/task/6050/stat : 6050 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1994017613 828284928 6979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6051] ppid=6037 vsize=808872 CPUtime=0
/proc/6039/task/6051/stat : 6051 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994017613 828284928 6979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 809400

[startup+3.10227 s]
/proc/loadavg: 1.91 1.97 1.99 3/86 6051
/proc/meminfo: memFree=1753848/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=819016 CPUtime=3.01
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 29223 0 31 0 282 19 0 0 18 0 12 0 1994017594 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 204754 24506 1377 9 0 202116 0
[pid=6039/tid=6041] ppid=6037 vsize=819016 CPUtime=1.62
/proc/6039/task/6041/stat : 6041 (java) R 6037 6039 4879 0 -1 64 17486 0 1 0 151 11 0 0 18 0 12 0 1994017602 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4109566030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=819016 CPUtime=0.07
/proc/6039/task/6042/stat : 6042 (java) S 6037 6039 4879 0 -1 64 1399 0 0 0 7 0 0 0 17 0 12 0 1994017603 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6043] ppid=6037 vsize=819016 CPUtime=0.06
/proc/6039/task/6043/stat : 6043 (java) S 6037 6039 4879 0 -1 64 1796 0 0 0 6 0 0 0 17 0 12 0 1994017603 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6044] ppid=6037 vsize=819016 CPUtime=0
/proc/6039/task/6044/stat : 6044 (java) S 6037 6039 4879 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994017605 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6045] ppid=6037 vsize=819016 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994017606 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=819016 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1994017606 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=819016 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1994017613 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6048] ppid=6037 vsize=819016 CPUtime=0.5
/proc/6039/task/6048/stat : 6048 (java) S 6037 6039 4879 0 -1 64 2171 0 0 0 49 1 0 0 16 0 12 0 1994017613 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6049] ppid=6037 vsize=819016 CPUtime=0.7
/proc/6039/task/6049/stat : 6049 (java) S 6037 6039 4879 0 -1 64 5607 0 0 0 67 3 0 0 17 0 12 0 1994017613 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6050] ppid=6037 vsize=819016 CPUtime=0
/proc/6039/task/6050/stat : 6050 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1994017613 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6051] ppid=6037 vsize=819016 CPUtime=0
/proc/6039/task/6051/stat : 6051 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994017613 838672384 24506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 819016

[startup+6.30281 s]
/proc/loadavg: 2.00 1.98 1.99 4/86 6051
/proc/meminfo: memFree=1648888/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=825664 CPUtime=6.27
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 46238 0 31 0 601 26 0 0 18 0 12 0 1994017594 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 206416 39181 1383 9 0 203778 0
[pid=6039/tid=6041] ppid=6037 vsize=825664 CPUtime=3.45
/proc/6039/task/6041/stat : 6041 (java) R 6037 6039 4879 0 -1 64 17497 0 1 0 334 11 0 0 21 0 12 0 1994017602 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4109806367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6042] ppid=6037 vsize=825664 CPUtime=0.62
/proc/6039/task/6042/stat : 6042 (java) S 6037 6039 4879 0 -1 64 9808 0 0 0 58 4 0 0 17 0 12 0 1994017603 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6043] ppid=6037 vsize=825664 CPUtime=0.63
/proc/6039/task/6043/stat : 6043 (java) S 6037 6039 4879 0 -1 64 9804 0 0 0 60 3 0 0 17 0 12 0 1994017603 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6044] ppid=6037 vsize=825664 CPUtime=0
/proc/6039/task/6044/stat : 6044 (java) S 6037 6039 4879 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994017605 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6045] ppid=6037 vsize=825664 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994017606 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=825664 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1994017606 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=825664 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1994017613 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6048] ppid=6037 vsize=825664 CPUtime=0.69
/proc/6039/task/6048/stat : 6048 (java) S 6037 6039 4879 0 -1 64 2734 0 0 0 68 1 0 0 16 0 12 0 1994017613 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6049] ppid=6037 vsize=825664 CPUtime=0.82
/proc/6039/task/6049/stat : 6049 (java) S 6037 6039 4879 0 -1 64 5631 0 0 0 79 3 0 0 16 0 12 0 1994017613 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6050] ppid=6037 vsize=825664 CPUtime=0
/proc/6039/task/6050/stat : 6050 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1994017613 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6051] ppid=6037 vsize=825664 CPUtime=0
/proc/6039/task/6051/stat : 6051 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994017613 845479936 39181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 825664

[startup+12.7029 s]
/proc/loadavg: 2.00 1.98 1.99 5/86 6051
/proc/meminfo: memFree=1539512/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=828224 CPUtime=13.06
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 72964 0 31 0 1268 38 0 0 18 0 12 0 1994017594 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 207056 64655 1383 9 0 204418 0
[pid=6039/tid=6041] ppid=6037 vsize=828224 CPUtime=7.3
/proc/6039/task/6041/stat : 6041 (java) R 6037 6039 4879 0 -1 64 17514 0 1 0 719 11 0 0 22 0 12 0 1994017602 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6042] ppid=6037 vsize=828224 CPUtime=2.08
/proc/6039/task/6042/stat : 6042 (java) R 6037 6039 4879 0 -1 64 24417 0 0 0 198 10 0 0 16 0 12 0 1994017603 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6043] ppid=6037 vsize=828224 CPUtime=2.12
/proc/6039/task/6043/stat : 6043 (java) R 6037 6039 4879 0 -1 64 21904 0 0 0 202 10 0 0 16 0 12 0 1994017603 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6044] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6044/stat : 6044 (java) S 6037 6039 4879 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994017605 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6045] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994017606 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1994017606 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1994017613 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6048] ppid=6037 vsize=828224 CPUtime=0.69
/proc/6039/task/6048/stat : 6048 (java) S 6037 6039 4879 0 -1 64 2734 0 0 0 68 1 0 0 16 0 12 0 1994017613 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6049] ppid=6037 vsize=828224 CPUtime=0.82
/proc/6039/task/6049/stat : 6049 (java) S 6037 6039 4879 0 -1 64 5631 0 0 0 79 3 0 0 16 0 12 0 1994017613 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6050] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6050/stat : 6050 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1994017613 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6051] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6051/stat : 6051 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994017613 848101376 64655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 828224

[startup+25.5011 s]
/proc/loadavg: 2.28 2.05 2.02 5/86 6051
/proc/meminfo: memFree=1343992/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=828224 CPUtime=26.96
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 123974 0 31 0 2636 60 0 0 18 0 12 0 1994017594 848101376 114703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 207056 114703 1383 9 0 204418 0
[pid=6039/tid=6041] ppid=6037 vsize=828224 CPUtime=15.4
/proc/6039/task/6041/stat : 6041 (java) R 6037 6039 4879 0 -1 64 23682 0 1 0 1526 14 0 0 20 0 12 0 1994017602 848101376 114703 996147200 134512640 134550740 4294956032 18446744073709551615 4109175719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6042] ppid=6037 vsize=828224 CPUtime=5.02
/proc/6039/task/6042/stat : 6042 (java) S 6037 6039 4879 0 -1 64 50523 0 0 0 481 21 0 0 16 0 12 0 1994017603 848101376 114703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6043] ppid=6037 vsize=828224 CPUtime=4.96
/proc/6039/task/6043/stat : 6043 (java) S 6037 6039 4879 0 -1 64 40640 0 0 0 479 17 0 0 17 0 12 0 1994017603 848101376 114703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6044] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6044/stat : 6044 (java) S 6037 6039 4879 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 1994017605 848101376 114703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6045] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994017606 848101376 114703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1994017606 848101376 114703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1994017613 848101376 114703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 197051 0 31 0 5376 96 0 0 18 0 12 0 1994017594 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 207056 171027 1387 9 0 204418 0
[pid=6039/tid=6041] ppid=6037 vsize=828224 CPUtime=26.78
/proc/6039/task/6041/stat : 6041 (java) S 6037 6039 4879 0 -1 64 35998 0 1 0 2659 19 0 0 18 0 12 0 1994017602 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=828224 CPUtime=9.61
/proc/6039/task/6042/stat : 6042 (java) S 6037 6039 4879 0 -1 64 64706 0 0 0 933 28 0 0 16 0 12 0 1994017603 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6043] ppid=6037 vsize=828224 CPUtime=9.61
/proc/6039/task/6043/stat : 6043 (java) S 6037 6039 4879 0 -1 64 71693 0 0 0 930 31 0 0 16 0 12 0 1994017603 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6044] ppid=6037 vsize=828224 CPUtime=7.12
/proc/6039/task/6044/stat : 6044 (java) R 6037 6039 4879 0 -1 64 15554 0 0 0 704 8 0 0 22 0 12 0 1994017605 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6045] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994017606 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1994017606 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1994017613 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6048] ppid=6037 vsize=828224 CPUtime=0.69
/proc/6039/task/6048/stat : 6048 (java) S 6037 6039 4879 0 -1 64 2734 0 0 0 68 1 0 0 16 0 12 0 1994017613 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6049] ppid=6037 vsize=828224 CPUtime=0.82
/proc/6039/task/6049/stat : 6049 (java) S 6037 6039 4879 0 -1 64 5631 0 0 0 79 3 0 0 16 0 12 0 1994017613 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6050] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6050/stat : 6050 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1994017613 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6051] ppid=6037 vsize=828224 CPUtime=0
/proc/6039/task/6051/stat : 6051 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994017613 848101376 171027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.72
Current children cumulated vsize (KiB) 828224



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+93.0026 s]
/proc/loadavg: 2.27 2.11 2.04 3/86 6051
/proc/meminfo: memFree=996024/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=924232 CPUtime=96.95
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 232910 0 31 0 9584 111 0 0 18 0 12 0 1994017594 946413568 199364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 231058 199371 1388 9 0 228420 0
[pid=6039/tid=6041] ppid=6037 vsize=924232 CPUtime=30.13
/proc/6039/task/6041/stat : 6041 (java) S 6037 6039 4879 0 -1 64 36016 0 1 0 2994 19 0 0 17 0 12 0 1994017602 946413568 199388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=924232 CPUtime=10.4
/proc/6039/task/6042/stat : 6042 (java) S 6037 6039 4879 0 -1 64 64706 0 0 0 1012 28 0 0 16 0 12 0 1994017603 946413568 199397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6043] ppid=6037 vsize=924232 CPUtime=10.35
/proc/6039/task/6043/stat : 6043 (java) S 6037 6039 4879 0 -1 64 71693 0 0 0 1004 31 0 0 16 0 12 0 1994017603 946413568 199405 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6044] ppid=6037 vsize=924232 CPUtime=44.47
/proc/6039/task/6044/stat : 6044 (java) R 6037 6039 4879 0 -1 64 51444 0 0 0 4424 23 0 0 25 0 12 0 1994017605 946413568 199413 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6045] ppid=6037 vsize=924232 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994017606 946413568 199421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=924232 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1994017606 946413568 199429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=924232 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1994017613 946413568 199437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6048] ppid=6037 vsize=924232 CPUtime=0.69
/proc/6039/task/6048/stat : 6048 (java) S 6037 6039 4879 0 -1 64 2734 0 0 0 68 1 0 0 16 0 12 0 1994017613 946413568 199445 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6049] ppid=6037 vsize=924232 CPUtime=0.82
/proc/6039/task/6049/stat : 6049 (java) S 6037 6039 4879 0 -1 64 5631 0 0 0 79 3 0 0 16 0 12 0 1994017613 946413568 199453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6050] ppid=6037 vsize=924232 CPUtime=0
/proc/6039/task/6050/stat : 6050 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1994017613 946413568 199462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6051] ppid=6037 vsize=924232 CPUtime=0
/proc/6039/task/6051/stat : 6051 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994017613 946413568 199469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.95
Current children cumulated vsize (KiB) 924232

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

Sending SIGKILL to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+94.2028 s]
/proc/loadavg: 2.27 2.11 2.04 3/87 6052
/proc/meminfo: memFree=1019888/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=892228 CPUtime=98.14
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 234066 0 31 0 9702 112 0 0 16 0 12 0 1994017594 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6039/statm: 223057 192518 1387 9 0 220419 0
[pid=6039/tid=6041] ppid=6037 vsize=892228 CPUtime=30.13
/proc/6039/task/6041/stat : 6041 (java) S 6037 6039 4879 0 -1 64 36016 0 1 0 2994 19 0 0 17 0 12 0 1994017602 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=892228 CPUtime=10.4
/proc/6039/task/6042/stat : 6042 (java) S 6037 6039 4879 0 -1 64 64706 0 0 0 1012 28 0 0 16 0 12 0 1994017603 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6043] ppid=6037 vsize=892228 CPUtime=10.35
/proc/6039/task/6043/stat : 6043 (java) S 6037 6039 4879 0 -1 64 71693 0 0 0 1004 31 0 0 16 0 12 0 1994017603 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6044] ppid=6037 vsize=892228 CPUtime=45.66
/proc/6039/task/6044/stat : 6044 (java) R 6037 6039 4879 0 -1 64 52550 0 0 0 4542 24 0 0 25 0 12 0 1994017605 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6045] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994017606 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1994017606 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6048] ppid=6037 vsize=892228 CPUtime=0.69
/proc/6039/task/6048/stat : 6048 (java) S 6037 6039 4879 0 -1 64 2734 0 0 0 68 1 0 0 16 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6049] ppid=6037 vsize=892228 CPUtime=0.82
/proc/6039/task/6049/stat : 6049 (java) S 6037 6039 4879 0 -1 64 5631 0 0 0 79 3 0 0 16 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6050] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6050/stat : 6050 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6051] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6051/stat : 6051 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.14
Current children cumulated vsize (KiB) 892228

[startup+94.6078 s]
/proc/loadavg: 2.25 2.11 2.04 3/87 6052
/proc/meminfo: memFree=1019888/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=892228 CPUtime=98.54
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 234066 0 31 0 9742 112 0 0 16 0 12 0 1994017594 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6039/statm: 223057 192518 1387 9 0 220419 0
[pid=6039/tid=6041] ppid=6037 vsize=892228 CPUtime=30.13
/proc/6039/task/6041/stat : 6041 (java) S 6037 6039 4879 0 -1 64 36016 0 1 0 2994 19 0 0 17 0 12 0 1994017602 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=892228 CPUtime=10.4
/proc/6039/task/6042/stat : 6042 (java) S 6037 6039 4879 0 -1 64 64706 0 0 0 1012 28 0 0 16 0 12 0 1994017603 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6043] ppid=6037 vsize=892228 CPUtime=10.35
/proc/6039/task/6043/stat : 6043 (java) S 6037 6039 4879 0 -1 64 71693 0 0 0 1004 31 0 0 16 0 12 0 1994017603 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6044] ppid=6037 vsize=892228 CPUtime=46.06
/proc/6039/task/6044/stat : 6044 (java) R 6037 6039 4879 0 -1 64 52550 0 0 0 4582 24 0 0 25 0 12 0 1994017605 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6045] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994017606 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1994017606 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6048] ppid=6037 vsize=892228 CPUtime=0.69
/proc/6039/task/6048/stat : 6048 (java) S 6037 6039 4879 0 -1 64 2734 0 0 0 68 1 0 0 16 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6049] ppid=6037 vsize=892228 CPUtime=0.82
/proc/6039/task/6049/stat : 6049 (java) S 6037 6039 4879 0 -1 64 5631 0 0 0 79 3 0 0 16 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6050] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6050/stat : 6050 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6051] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6051/stat : 6051 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.54
Current children cumulated vsize (KiB) 892228

[startup+95.0029 s]
/proc/loadavg: 2.25 2.11 2.04 3/87 6052
/proc/meminfo: memFree=1019888/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=892228 CPUtime=98.94
/proc/6039/stat : 6039 (java) S 6037 6039 4879 0 -1 0 234066 0 31 0 9782 112 0 0 16 0 12 0 1994017594 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6039/statm: 223057 192518 1387 9 0 220419 0
[pid=6039/tid=6041] ppid=6037 vsize=892228 CPUtime=30.13
/proc/6039/task/6041/stat : 6041 (java) S 6037 6039 4879 0 -1 64 36016 0 1 0 2994 19 0 0 17 0 12 0 1994017602 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6042] ppid=6037 vsize=892228 CPUtime=10.4
/proc/6039/task/6042/stat : 6042 (java) S 6037 6039 4879 0 -1 64 64706 0 0 0 1012 28 0 0 16 0 12 0 1994017603 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6043] ppid=6037 vsize=892228 CPUtime=10.35
/proc/6039/task/6043/stat : 6043 (java) S 6037 6039 4879 0 -1 64 71693 0 0 0 1004 31 0 0 16 0 12 0 1994017603 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6044] ppid=6037 vsize=892228 CPUtime=46.45
/proc/6039/task/6044/stat : 6044 (java) R 6037 6039 4879 0 -1 64 52550 0 0 0 4621 24 0 0 25 0 12 0 1994017605 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6045] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6045/stat : 6045 (java) S 6037 6039 4879 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994017606 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6046] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6046/stat : 6046 (java) S 6037 6039 4879 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1994017606 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6047] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6047/stat : 6047 (java) S 6037 6039 4879 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6048] ppid=6037 vsize=892228 CPUtime=0.69
/proc/6039/task/6048/stat : 6048 (java) S 6037 6039 4879 0 -1 64 2734 0 0 0 68 1 0 0 16 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6049] ppid=6037 vsize=892228 CPUtime=0.82
/proc/6039/task/6049/stat : 6049 (java) S 6037 6039 4879 0 -1 64 5631 0 0 0 79 3 0 0 16 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6039/tid=6050] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6050/stat : 6050 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6039/tid=6051] ppid=6037 vsize=892228 CPUtime=0
/proc/6039/task/6051/stat : 6051 (java) S 6037 6039 4879 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994017613 913641472 192518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.94
Current children cumulated vsize (KiB) 892228

[startup+95.1029 s]
/proc/loadavg: 2.25 2.11 2.04 3/87 6052
/proc/meminfo: memFree=1019888/2055920 swapFree=4180444/4192956
[pid=6039] ppid=6037 vsize=0 CPUtime=99.04
/proc/6039/stat : 6039 (java) Z 6037 6039 4879 0 -1 1036 234066 0 31 0 9784 120 0 0 17 0 2 0 1994017594 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6039/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.04
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 95.14
CPU time (s): 99.0789
CPU user time (s): 97.8411
CPU system time (s): 1.23781
CPU usage (%): 104.14
Max. virtual memory (cumulated for all children) (KiB): 924232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.8411
system time used= 1.23781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234066
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3931
involuntary context switches= 4715

runsolver used 0.123981 second user time and 0.337948 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 07:48:00
IDJOB=1067546
IDBENCH=55402
IDSOLVER=344
FILE ID=node68/1067546-1215150480
PBS_JOBID= 7877398
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-40-3-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067546-1215150480/watcher-1067546-1215150480 -o /tmp/evaluation-result-1067546-1215150480/solver-1067546-1215150480 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067546-1215150480.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 66b160f79aceac58eef692c4a69d727f
RANDOM SEED=1972362962

node68.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
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.261
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:       1795832 kB
Buffers:         11736 kB
Cached:         126376 kB
SwapCached:       6728 kB
Active:         179216 kB
Inactive:        29268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795832 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1104 kB
Writeback:           0 kB
Mapped:          77112 kB
Slab:            36728 kB
Committed_AS:  4238432 kB
PageTables:       1884 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= 66524 MiB
End job on node68 at 2008-07-04 07:49:36