Trace number 1067966

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) 36.2055 34.2273

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-03.xml
MD5SUM3c2779849935bf9ee26f9ef7af257926
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark71.4371
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.28	c See www.sat4j.org for details.
0.18/0.28	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1067966-1215151939.xml
0.29/0.37	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.58/0.63	c reading variables done.
0.88/0.93	c reading relations done.
1.87/1.98	c reading predicates  done.
2.08/2.18	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-1067966-1215151939/watcher-1067966-1215151939 -o /tmp/evaluation-result-1067966-1215151939/solver-1067966-1215151939 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067966-1215151939.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: 2.00 2.00 1.97 4/82 21300
/proc/meminfo: memFree=896968/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=1804 CPUtime=0
/proc/21300/stat : 21300 (java6) D 21298 21300 18999 0 -1 0 183 0 0 0 0 0 0 0 20 0 1 0 638114058 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/21300/statm: 451 155 111 9 0 93 0

[startup+0.093037 s]
/proc/loadavg: 2.00 2.00 1.97 4/82 21300
/proc/meminfo: memFree=896968/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=804612 CPUtime=0.07
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 2999 0 1 0 5 2 0 0 18 0 12 0 638114058 823922688 2732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 201153 2732 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.101032 s]
/proc/loadavg: 2.00 2.00 1.97 4/82 21300
/proc/meminfo: memFree=896968/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=804756 CPUtime=0.08
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 3156 0 1 0 6 2 0 0 18 0 12 0 638114058 824070144 2887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 201189 2887 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301057 s]
/proc/loadavg: 2.00 2.00 1.97 4/82 21300
/proc/meminfo: memFree=896968/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=807760 CPUtime=0.29
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 4939 0 1 0 25 4 0 0 18 0 12 0 638114058 827146240 4268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 201940 4268 1310 9 0 199309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807760

[startup+0.701096 s]
/proc/loadavg: 2.00 2.00 1.97 4/82 21300
/proc/meminfo: memFree=896968/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=807788 CPUtime=0.68
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 6272 0 1 0 63 5 0 0 18 0 12 0 638114058 827174912 5402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 201947 5402 1337 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50118 s]
/proc/loadavg: 2.00 2.00 1.97 4/94 21312
/proc/meminfo: memFree=878376/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=812256 CPUtime=1.47
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 10447 0 1 0 140 7 0 0 18 0 12 0 638114058 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 203064 7748 1352 9 0 200426 0
[pid=21300/tid=21302] ppid=21298 vsize=812256 CPUtime=0.6
/proc/21300/task/21302/stat : 21302 (java) R 21298 21300 18999 0 -1 64 5161 0 1 0 57 3 0 0 21 0 12 0 638114059 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4109185182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21303] ppid=21298 vsize=812256 CPUtime=0
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 18999 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 638114060 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=812256 CPUtime=0
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638114060 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21305] ppid=21298 vsize=812256 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 638114062 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21306] ppid=21298 vsize=812256 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 18999 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 638114062 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21307] ppid=21298 vsize=812256 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 18999 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 638114062 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21308] ppid=21298 vsize=812256 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 638114067 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=812256 CPUtime=0.38
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 18999 0 -1 64 1051 0 0 0 38 0 0 0 16 0 12 0 638114067 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=812256 CPUtime=0.45
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 18999 0 -1 64 3471 0 0 0 44 1 0 0 16 0 12 0 638114067 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21311] ppid=21298 vsize=812256 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 638114067 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21312] ppid=21298 vsize=812256 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638114067 831750144 7748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812256

[startup+3.10234 s]
/proc/loadavg: 2.00 2.00 1.97 3/94 21312
/proc/meminfo: memFree=847080/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=813540 CPUtime=3.06
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 28805 0 1 0 291 15 0 0 18 0 12 0 638114058 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 203385 25179 1367 9 0 200747 0
[pid=21300/tid=21302] ppid=21298 vsize=813540 CPUtime=1.54
/proc/21300/task/21302/stat : 21302 (java) R 21298 21300 18999 0 -1 64 17225 0 1 0 145 9 0 0 22 0 12 0 638114059 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4109799317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21303] ppid=21298 vsize=813540 CPUtime=0.06
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 18999 0 -1 64 2750 0 0 0 5 1 0 0 17 0 12 0 638114060 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=813540 CPUtime=0.08
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 18999 0 -1 64 2672 0 0 0 7 1 0 0 17 0 12 0 638114060 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21305] ppid=21298 vsize=813540 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 18999 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 638114062 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21306] ppid=21298 vsize=813540 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 18999 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638114062 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21307] ppid=21298 vsize=813540 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 18999 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 638114062 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21308] ppid=21298 vsize=813540 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 638114067 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=813540 CPUtime=0.72
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 18999 0 -1 64 1880 0 0 0 72 0 0 0 16 0 12 0 638114067 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=813540 CPUtime=0.6
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 18999 0 -1 64 3488 0 0 0 59 1 0 0 16 0 12 0 638114067 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21311] ppid=21298 vsize=813540 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 638114067 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21312] ppid=21298 vsize=813540 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638114067 833064960 25179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813540

[startup+6.30252 s]
/proc/loadavg: 2.00 2.00 1.97 6/94 21312
/proc/meminfo: memFree=661992/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=827592 CPUtime=7.22
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 81657 0 1 0 683 39 0 0 18 0 12 0 638114058 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 206898 71051 1367 9 0 204260 0
[pid=21300/tid=21302] ppid=21298 vsize=827592 CPUtime=2.86
/proc/21300/task/21302/stat : 21302 (java) R 21298 21300 18999 0 -1 64 17230 0 1 0 277 9 0 0 17 0 12 0 638114059 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4109840609 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=827592 CPUtime=1.47
/proc/21300/task/21303/stat : 21303 (java) R 21298 21300 18999 0 -1 64 28009 0 0 0 135 12 0 0 21 0 12 0 638114060 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21304] ppid=21298 vsize=827592 CPUtime=1.52
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 18999 0 -1 64 30260 0 0 0 138 14 0 0 20 0 12 0 638114060 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 18999 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 638114062 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 18999 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638114062 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21307] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 18999 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 638114062 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21308] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 638114067 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=827592 CPUtime=0.72
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 18999 0 -1 64 1880 0 0 0 72 0 0 0 16 0 12 0 638114067 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=827592 CPUtime=0.6
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 18999 0 -1 64 3488 0 0 0 59 1 0 0 16 0 12 0 638114067 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21311] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 638114067 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21312] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638114067 847454208 71051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 827592

[startup+12.7022 s]
/proc/loadavg: 2.08 2.02 1.98 6/94 21312
/proc/meminfo: memFree=473512/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=827592 CPUtime=13.93
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 118793 0 1 0 1339 54 0 0 18 0 12 0 638114058 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 206898 106815 1383 9 0 204260 0
[pid=21300/tid=21302] ppid=21298 vsize=827592 CPUtime=6.47
/proc/21300/task/21302/stat : 21302 (java) R 21298 21300 18999 0 -1 64 23391 0 1 0 635 12 0 0 25 0 12 0 638114059 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4109858078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21303] ppid=21298 vsize=827592 CPUtime=2.02
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 18999 0 -1 64 32701 0 0 0 188 14 0 0 16 0 12 0 638114060 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=827592 CPUtime=3.61
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 18999 0 -1 64 55265 0 0 0 338 23 0 0 16 0 12 0 638114060 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21305] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 18999 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 638114062 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21306] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 18999 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638114062 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21307] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 18999 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 638114062 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21308] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 638114067 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=827592 CPUtime=0.82
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 18999 0 -1 64 1974 0 0 0 82 0 0 0 16 0 12 0 638114067 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=827592 CPUtime=0.94
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 18999 0 -1 64 4672 0 0 0 92 2 0 0 18 0 12 0 638114067 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 638114067 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21312] ppid=21298 vsize=827592 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638114067 847454208 106815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.93
Current children cumulated vsize (KiB) 827592

[startup+25.5025 s]
/proc/loadavg: 2.34 2.08 2.00 3/94 21312
/proc/meminfo: memFree=216360/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=843596 CPUtime=27.51
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 209027 0 1 0 2659 92 0 0 18 0 12 0 638114058 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 210899 173944 1387 9 0 208261 0
[pid=21300/tid=21302] ppid=21298 vsize=843596 CPUtime=10.07
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 18999 0 -1 64 35696 0 1 0 989 18 0 0 18 0 12 0 638114059 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21303] ppid=21298 vsize=843596 CPUtime=4.27
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 18999 0 -1 64 55735 0 0 0 404 23 0 0 17 0 12 0 638114060 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=843596 CPUtime=5.88
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 18999 0 -1 64 85125 0 0 0 553 35 0 0 16 0 12 0 638114060 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=843596 CPUtime=5.48
/proc/21300/task/21305/stat : 21305 (java) R 21298 21300 18999 0 -1 64 25062 0 0 0 537 11 0 0 25 0 12 0 638114062 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 104126335 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21306] ppid=21298 vsize=843596 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 18999 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638114062 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21307] ppid=21298 vsize=843596 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 18999 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638114062 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21308] ppid=21298 vsize=843596 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 638114067 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=843596 CPUtime=0.82
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 18999 0 -1 64 1974 0 0 0 82 0 0 0 16 0 12 0 638114067 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=843596 CPUtime=0.94
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 18999 0 -1 64 4672 0 0 0 92 2 0 0 18 0 12 0 638114067 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=843596 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 638114067 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21312] ppid=21298 vsize=843596 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638114067 863842304 173944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.51
Current children cumulated vsize (KiB) 843596



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+32.1022 s]
/proc/loadavg: 2.29 2.08 2.00 3/94 21312
/proc/meminfo: memFree=117928/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=923600 CPUtime=34.09
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 250925 0 1 0 3299 110 0 0 18 0 12 0 638114058 945766400 196335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 230900 196342 1387 9 0 228262 0
[pid=21300/tid=21302] ppid=21298 vsize=923600 CPUtime=10.43
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 18999 0 -1 64 35698 0 1 0 1025 18 0 0 18 0 12 0 638114059 945766400 196358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21303] ppid=21298 vsize=923600 CPUtime=4.27
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 18999 0 -1 64 55735 0 0 0 404 23 0 0 17 0 12 0 638114060 945766400 196365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=923600 CPUtime=5.88
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 18999 0 -1 64 85125 0 0 0 553 35 0 0 16 0 12 0 638114060 945766400 196374 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=923600 CPUtime=11.69
/proc/21300/task/21305/stat : 21305 (java) R 21298 21300 18999 0 -1 64 67005 0 0 0 1140 29 0 0 25 0 12 0 638114062 945766400 196381 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21306] ppid=21298 vsize=923600 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 18999 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638114062 945766400 196388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21307] ppid=21298 vsize=923600 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 18999 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638114062 945766400 196396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21308] ppid=21298 vsize=923600 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 638114067 945766400 196404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=923600 CPUtime=0.82
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 18999 0 -1 64 1974 0 0 0 82 0 0 0 16 0 12 0 638114067 945766400 196411 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=923600 CPUtime=0.94
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 18999 0 -1 64 4672 0 0 0 92 2 0 0 18 0 12 0 638114067 945766400 196419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=923600 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 638114067 945766400 196426 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21312] ppid=21298 vsize=923600 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638114067 945766400 196433 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.09
Current children cumulated vsize (KiB) 923600

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+33.4023 s]
/proc/loadavg: 2.29 2.08 2.00 4/95 21313
/proc/meminfo: memFree=137888/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=891596 CPUtime=35.37
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 253112 0 1 0 3426 111 0 0 16 0 12 0 638114058 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 222899 190519 1387 9 0 220261 0
[pid=21300/tid=21302] ppid=21298 vsize=891596 CPUtime=10.43
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 18999 0 -1 64 35698 0 1 0 1025 18 0 0 18 0 12 0 638114059 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21303] ppid=21298 vsize=891596 CPUtime=4.27
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 18999 0 -1 64 55735 0 0 0 404 23 0 0 17 0 12 0 638114060 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=891596 CPUtime=5.88
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 18999 0 -1 64 85125 0 0 0 553 35 0 0 16 0 12 0 638114060 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=891596 CPUtime=12.98
/proc/21300/task/21305/stat : 21305 (java) R 21298 21300 18999 0 -1 64 69143 0 0 0 1268 30 0 0 25 0 12 0 638114062 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21306] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 18999 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638114062 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21307] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 18999 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638114062 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21308] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 18999 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21309] ppid=21298 vsize=891596 CPUtime=0.82
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 18999 0 -1 64 1974 0 0 0 82 0 0 0 16 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=891596 CPUtime=0.94
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 18999 0 -1 64 4672 0 0 0 92 2 0 0 18 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21312] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.37
Current children cumulated vsize (KiB) 891596

[startup+33.8023 s]
/proc/loadavg: 2.29 2.08 2.00 4/95 21313
/proc/meminfo: memFree=137888/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=891596 CPUtime=35.77
/proc/21300/stat : 21300 (java) S 21298 21300 18999 0 -1 0 253112 0 1 0 3466 111 0 0 16 0 12 0 638114058 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 222899 190519 1387 9 0 220261 0
[pid=21300/tid=21302] ppid=21298 vsize=891596 CPUtime=10.43
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 18999 0 -1 64 35698 0 1 0 1025 18 0 0 18 0 12 0 638114059 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21303] ppid=21298 vsize=891596 CPUtime=4.27
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 18999 0 -1 64 55735 0 0 0 404 23 0 0 17 0 12 0 638114060 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=891596 CPUtime=5.88
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 18999 0 -1 64 85125 0 0 0 553 35 0 0 16 0 12 0 638114060 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=891596 CPUtime=13.38
/proc/21300/task/21305/stat : 21305 (java) R 21298 21300 18999 0 -1 64 69143 0 0 0 1308 30 0 0 25 0 12 0 638114062 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 105852578 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21306] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 18999 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638114062 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21307] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 18999 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638114062 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21308] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 18999 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21309] ppid=21298 vsize=891596 CPUtime=0.82
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 18999 0 -1 64 1974 0 0 0 82 0 0 0 16 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=891596 CPUtime=0.94
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 18999 0 -1 64 4672 0 0 0 92 2 0 0 18 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21300/tid=21312] ppid=21298 vsize=891596 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 18999 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638114067 912994304 190519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.77
Current children cumulated vsize (KiB) 891596

[startup+34.2027 s]
/proc/loadavg: 2.29 2.08 2.00 3/95 21313
/proc/meminfo: memFree=130080/2055920 swapFree=4176960/4192956
[pid=21300] ppid=21298 vsize=0 CPUtime=36.17
/proc/21300/stat : 21300 (java) Z 21298 21300 18999 0 -1 1036 255105 0 1 0 3496 121 0 0 16 0 2 0 638114058 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 34.2273
CPU time (s): 36.2055
CPU user time (s): 34.9677
CPU system time (s): 1.23781
CPU usage (%): 105.78
Max. virtual memory (cumulated for all children) (KiB): 923600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.9677
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= 255105
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= 1719
involuntary context switches= 1981

runsolver used 0.041993 second user time and 0.136979 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-04 08:12:19
IDJOB=1067966
IDBENCH=55464
IDSOLVER=344
FILE ID=node84/1067966-1215151939
PBS_JOBID= 7877406
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-03.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-1067966-1215151939/watcher-1067966-1215151939 -o /tmp/evaluation-result-1067966-1215151939/solver-1067966-1215151939 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067966-1215151939.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3c2779849935bf9ee26f9ef7af257926
RANDOM SEED=599083050

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        897512 kB
Buffers:         51216 kB
Cached:         285336 kB
SwapCached:      10384 kB
Active:         915220 kB
Inactive:       197928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        897512 kB
SwapTotal:     4192956 kB
SwapFree:      4176960 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:         791824 kB
Slab:            29020 kB
Committed_AS:  1894572 kB
PageTables:       3332 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= 66556 MiB
End job on node84 at 2008-07-04 08:12:53