Trace number 1067987

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) 33.9308 32.3429

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-03.xml
MD5SUM575ffad3d2c09aae350b50b610fe8377
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 benchmark0.216966
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints1001
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension923
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.42	c c --- Begin Solver configuration ---
0.38/0.42	c Stops conflict analysis at the first Unique Implication Point
0.38/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.42	c Learn all clauses as in MiniSAT
0.38/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.42	c Expensive reason simplification
0.38/0.42	c MiniSAT restarts strategy
0.38/0.42	c timeout=2147483s
0.38/0.42	c DB Simplification allowed=false
0.38/0.42	c --- End Solver configuration ---
0.38/0.42	c solving HOME/instance-1067987-1215152017.xml
0.38/0.42	c reading problem ... 
0.68/0.70	c reading problem named null
0.68/0.70	c reading domains done.
0.68/0.71	c reading variables done.
0.88/0.95	c reading relations done.
1.97/2.00	c reading predicates  done.
2.06/2.20	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-1067987-1215152017/watcher-1067987-1215152017 -o /tmp/evaluation-result-1067987-1215152017/solver-1067987-1215152017 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067987-1215152017.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.92 1.99 1.96 3/74 26155
/proc/meminfo: memFree=1618560/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=18572 CPUtime=0
/proc/26155/stat : 26155 (runsolver) R 26153 26155 22148 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1994174165 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26155/statm: 4643 292 257 25 0 2626 0

[startup+0.081814 s]
/proc/loadavg: 1.92 1.99 1.96 3/74 26155
/proc/meminfo: memFree=1618560/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=802236 CPUtime=0.06
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 2788 0 1 0 4 2 0 0 18 0 7 0 1994174165 821489664 2523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 200559 2523 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102818 s]
/proc/loadavg: 1.92 1.99 1.96 3/74 26155
/proc/meminfo: memFree=1618560/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=804612 CPUtime=0.09
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 2977 0 1 0 6 3 0 0 18 0 12 0 1994174165 823922688 2710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 201153 2710 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302842 s]
/proc/loadavg: 1.92 1.99 1.96 3/74 26155
/proc/meminfo: memFree=1618560/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=808244 CPUtime=0.28
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 4872 0 1 0 24 4 0 0 18 0 12 0 1994174165 827641856 4199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 202061 4199 1296 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.702886 s]
/proc/loadavg: 1.92 1.99 1.96 3/74 26155
/proc/meminfo: memFree=1618560/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=808272 CPUtime=0.68
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 6350 0 1 0 62 6 0 0 18 0 12 0 1994174165 827670528 5478 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 202068 5478 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50198 s]
/proc/loadavg: 1.92 1.99 1.96 4/86 26167
/proc/meminfo: memFree=1599968/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=811796 CPUtime=1.46
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 9588 0 1 0 138 8 0 0 18 0 12 0 1994174165 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 202949 7057 1352 9 0 200311 0
[pid=26155/tid=26157] ppid=26153 vsize=811796 CPUtime=0.63
/proc/26155/task/26157/stat : 26157 (java) R 26153 26155 22148 0 -1 64 4643 0 1 0 58 5 0 0 21 0 12 0 1994174166 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26158] ppid=26153 vsize=811796 CPUtime=0
/proc/26155/task/26158/stat : 26158 (java) S 26153 26155 22148 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1994174167 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26159] ppid=26153 vsize=811796 CPUtime=0
/proc/26155/task/26159/stat : 26159 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1994174167 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26160] ppid=26153 vsize=811796 CPUtime=0
/proc/26155/task/26160/stat : 26160 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1994174169 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26161] ppid=26153 vsize=811796 CPUtime=0
/proc/26155/task/26161/stat : 26161 (java) S 26153 26155 22148 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1994174170 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26162] ppid=26153 vsize=811796 CPUtime=0
/proc/26155/task/26162/stat : 26162 (java) S 26153 26155 22148 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1994174170 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26163] ppid=26153 vsize=811796 CPUtime=0
/proc/26155/task/26163/stat : 26163 (java) S 26153 26155 22148 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994174174 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26164] ppid=26153 vsize=811796 CPUtime=0.29
/proc/26155/task/26164/stat : 26164 (java) R 26153 26155 22148 0 -1 64 2080 0 0 0 29 0 0 0 16 0 12 0 1994174174 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 103336636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26165] ppid=26153 vsize=811796 CPUtime=0.51
/proc/26155/task/26165/stat : 26165 (java) S 26153 26155 22148 0 -1 64 2104 0 0 0 50 1 0 0 16 0 12 0 1994174174 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26166] ppid=26153 vsize=811796 CPUtime=0
/proc/26155/task/26166/stat : 26166 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994174174 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26167] ppid=26153 vsize=811796 CPUtime=0
/proc/26155/task/26167/stat : 26167 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994174174 831279104 7057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 811796

[startup+3.10215 s]
/proc/loadavg: 1.92 1.99 1.96 3/86 26167
/proc/meminfo: memFree=1578848/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=812980 CPUtime=3.13
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 30701 0 1 0 293 20 0 0 18 0 12 0 1994174165 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 203245 26599 1367 9 0 200607 0
[pid=26155/tid=26157] ppid=26153 vsize=812980 CPUtime=1.5
/proc/26155/task/26157/stat : 26157 (java) R 26153 26155 22148 0 -1 64 17227 0 1 0 138 12 0 0 22 0 12 0 1994174166 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4109578870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26158] ppid=26153 vsize=812980 CPUtime=0.12
/proc/26155/task/26158/stat : 26158 (java) S 26153 26155 22148 0 -1 64 5224 0 0 0 10 2 0 0 18 0 12 0 1994174167 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26159] ppid=26153 vsize=812980 CPUtime=0.1
/proc/26155/task/26159/stat : 26159 (java) S 26153 26155 22148 0 -1 64 2567 0 0 0 8 2 0 0 17 0 12 0 1994174167 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26160] ppid=26153 vsize=812980 CPUtime=0
/proc/26155/task/26160/stat : 26160 (java) S 26153 26155 22148 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994174169 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26161] ppid=26153 vsize=812980 CPUtime=0
/proc/26155/task/26161/stat : 26161 (java) S 26153 26155 22148 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994174170 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26162] ppid=26153 vsize=812980 CPUtime=0
/proc/26155/task/26162/stat : 26162 (java) S 26153 26155 22148 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1994174170 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26163] ppid=26153 vsize=812980 CPUtime=0
/proc/26155/task/26163/stat : 26163 (java) S 26153 26155 22148 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994174174 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26164] ppid=26153 vsize=812980 CPUtime=0.62
/proc/26155/task/26164/stat : 26164 (java) S 26153 26155 22148 0 -1 64 2717 0 0 0 61 1 0 0 16 0 12 0 1994174174 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26165] ppid=26153 vsize=812980 CPUtime=0.76
/proc/26155/task/26165/stat : 26165 (java) S 26153 26155 22148 0 -1 64 2179 0 0 0 75 1 0 0 16 0 12 0 1994174174 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26166] ppid=26153 vsize=812980 CPUtime=0
/proc/26155/task/26166/stat : 26166 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994174174 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26167] ppid=26153 vsize=812980 CPUtime=0
/proc/26155/task/26167/stat : 26167 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994174174 832491520 26599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 812980

[startup+6.30252 s]
/proc/loadavg: 2.01 2.00 1.97 4/86 26167
/proc/meminfo: memFree=1388000/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=832120 CPUtime=7.16
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 77040 0 1 0 673 43 0 0 18 0 12 0 1994174165 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 208030 65370 1367 9 0 205392 0
[pid=26155/tid=26157] ppid=26153 vsize=832120 CPUtime=2.84
/proc/26155/task/26157/stat : 26157 (java) R 26153 26155 22148 0 -1 64 17235 0 1 0 271 13 0 0 19 0 12 0 1994174166 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26158] ppid=26153 vsize=832120 CPUtime=1.3
/proc/26155/task/26158/stat : 26158 (java) R 26153 26155 22148 0 -1 64 22406 0 0 0 119 11 0 0 19 0 12 0 1994174167 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26159] ppid=26153 vsize=832120 CPUtime=1.59
/proc/26155/task/26159/stat : 26159 (java) R 26153 26155 22148 0 -1 64 31716 0 0 0 144 15 0 0 18 0 12 0 1994174167 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26160] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26160/stat : 26160 (java) S 26153 26155 22148 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994174169 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26161] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26161/stat : 26161 (java) S 26153 26155 22148 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994174170 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26162] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26162/stat : 26162 (java) S 26153 26155 22148 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1994174170 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26163] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26163/stat : 26163 (java) S 26153 26155 22148 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994174174 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26164] ppid=26153 vsize=832120 CPUtime=0.62
/proc/26155/task/26164/stat : 26164 (java) S 26153 26155 22148 0 -1 64 2717 0 0 0 61 1 0 0 17 0 12 0 1994174174 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26165] ppid=26153 vsize=832120 CPUtime=0.76
/proc/26155/task/26165/stat : 26165 (java) S 26153 26155 22148 0 -1 64 2179 0 0 0 75 1 0 0 16 0 12 0 1994174174 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26166] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26166/stat : 26166 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994174174 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26167] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26167/stat : 26167 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994174174 852090880 65370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 832120

[startup+12.7022 s]
/proc/loadavg: 2.09 2.02 1.97 4/86 26167
/proc/meminfo: memFree=1113120/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=832120 CPUtime=14.21
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 144053 0 1 0 1346 75 0 0 18 0 12 0 1994174165 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 208030 131098 1367 9 0 205392 0
[pid=26155/tid=26157] ppid=26153 vsize=832120 CPUtime=4.94
/proc/26155/task/26157/stat : 26157 (java) S 26153 26155 22148 0 -1 64 23390 0 1 0 479 15 0 0 17 0 12 0 1994174166 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26158] ppid=26153 vsize=832120 CPUtime=2.4
/proc/26155/task/26158/stat : 26158 (java) R 26153 26155 22148 0 -1 64 34160 0 0 0 222 18 0 0 23 0 12 0 1994174167 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26159] ppid=26153 vsize=832120 CPUtime=5.44
/proc/26155/task/26159/stat : 26159 (java) R 26153 26155 22148 0 -1 64 80820 0 0 0 507 37 0 0 17 0 12 0 1994174167 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26160] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26160/stat : 26160 (java) S 26153 26155 22148 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994174169 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26161] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26161/stat : 26161 (java) S 26153 26155 22148 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994174170 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26162] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26162/stat : 26162 (java) S 26153 26155 22148 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1994174170 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26163] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26163/stat : 26163 (java) S 26153 26155 22148 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994174174 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26164] ppid=26153 vsize=832120 CPUtime=0.62
/proc/26155/task/26164/stat : 26164 (java) S 26153 26155 22148 0 -1 64 2717 0 0 0 61 1 0 0 17 0 12 0 1994174174 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26165] ppid=26153 vsize=832120 CPUtime=0.76
/proc/26155/task/26165/stat : 26165 (java) S 26153 26155 22148 0 -1 64 2179 0 0 0 75 1 0 0 16 0 12 0 1994174174 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26166] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26166/stat : 26166 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994174174 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26167] ppid=26153 vsize=832120 CPUtime=0
/proc/26155/task/26167/stat : 26167 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994174174 852090880 131098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 832120

[startup+25.5026 s]
/proc/loadavg: 2.13 2.03 1.98 4/86 26167
/proc/meminfo: memFree=911648/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=840124 CPUtime=27.08
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 239553 0 1 0 2588 120 0 0 18 0 12 0 1994174165 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 210031 178573 1372 9 0 207393 0
[pid=26155/tid=26157] ppid=26153 vsize=840124 CPUtime=6.51
/proc/26155/task/26157/stat : 26157 (java) S 26153 26155 22148 0 -1 64 35686 0 1 0 629 22 0 0 18 0 12 0 1994174166 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26158] ppid=26153 vsize=840124 CPUtime=2.52
/proc/26155/task/26158/stat : 26158 (java) S 26153 26155 22148 0 -1 64 34472 0 0 0 234 18 0 0 16 0 12 0 1994174167 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26159] ppid=26153 vsize=840124 CPUtime=7.5
/proc/26155/task/26159/stat : 26159 (java) S 26153 26155 22148 0 -1 64 106739 0 0 0 700 50 0 0 19 0 12 0 1994174167 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26160] ppid=26153 vsize=840124 CPUtime=9.12
/proc/26155/task/26160/stat : 26160 (java) R 26153 26155 22148 0 -1 64 57000 0 0 0 887 25 0 0 25 0 12 0 1994174169 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 104126320 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26161] ppid=26153 vsize=840124 CPUtime=0
/proc/26155/task/26161/stat : 26161 (java) S 26153 26155 22148 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994174170 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26162] ppid=26153 vsize=840124 CPUtime=0
/proc/26155/task/26162/stat : 26162 (java) S 26153 26155 22148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994174170 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26163] ppid=26153 vsize=840124 CPUtime=0
/proc/26155/task/26163/stat : 26163 (java) S 26153 26155 22148 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994174174 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26164] ppid=26153 vsize=840124 CPUtime=0.62
/proc/26155/task/26164/stat : 26164 (java) S 26153 26155 22148 0 -1 64 2717 0 0 0 61 1 0 0 17 0 12 0 1994174174 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26165] ppid=26153 vsize=840124 CPUtime=0.76
/proc/26155/task/26165/stat : 26165 (java) S 26153 26155 22148 0 -1 64 2179 0 0 0 75 1 0 0 16 0 12 0 1994174174 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26166] ppid=26153 vsize=840124 CPUtime=0
/proc/26155/task/26166/stat : 26166 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994174174 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26167] ppid=26153 vsize=840124 CPUtime=0
/proc/26155/task/26167/stat : 26167 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994174174 860286976 178573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.08
Current children cumulated vsize (KiB) 840124



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+30.2022 s]
/proc/loadavg: 2.12 2.03 1.98 3/86 26167
/proc/meminfo: memFree=850080/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=928128 CPUtime=31.79
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 275096 0 1 0 3043 136 0 0 18 0 12 0 1994174165 950403072 192608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 232032 192615 1372 9 0 229394 0
[pid=26155/tid=26157] ppid=26153 vsize=928128 CPUtime=6.67
/proc/26155/task/26157/stat : 26157 (java) S 26153 26155 22148 0 -1 64 35687 0 1 0 645 22 0 0 17 0 12 0 1994174166 950403072 192635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26158] ppid=26153 vsize=928128 CPUtime=2.52
/proc/26155/task/26158/stat : 26158 (java) S 26153 26155 22148 0 -1 64 34472 0 0 0 234 18 0 0 16 0 12 0 1994174167 950403072 192643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26159] ppid=26153 vsize=928128 CPUtime=7.5
/proc/26155/task/26159/stat : 26159 (java) S 26153 26155 22148 0 -1 64 106739 0 0 0 700 50 0 0 19 0 12 0 1994174167 950403072 192652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26160] ppid=26153 vsize=928128 CPUtime=13.67
/proc/26155/task/26160/stat : 26160 (java) R 26153 26155 22148 0 -1 64 92595 0 0 0 1326 41 0 0 25 0 12 0 1994174169 950403072 192661 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26161] ppid=26153 vsize=928128 CPUtime=0
/proc/26155/task/26161/stat : 26161 (java) S 26153 26155 22148 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994174170 950403072 192670 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26162] ppid=26153 vsize=928128 CPUtime=0
/proc/26155/task/26162/stat : 26162 (java) S 26153 26155 22148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994174170 950403072 192680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26163] ppid=26153 vsize=928128 CPUtime=0
/proc/26155/task/26163/stat : 26163 (java) S 26153 26155 22148 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994174174 950403072 192690 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26164] ppid=26153 vsize=928128 CPUtime=0.62
/proc/26155/task/26164/stat : 26164 (java) S 26153 26155 22148 0 -1 64 2717 0 0 0 61 1 0 0 17 0 12 0 1994174174 950403072 192700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26165] ppid=26153 vsize=928128 CPUtime=0.76
/proc/26155/task/26165/stat : 26165 (java) S 26153 26155 22148 0 -1 64 2179 0 0 0 75 1 0 0 16 0 12 0 1994174174 950403072 192708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26166] ppid=26153 vsize=928128 CPUtime=0
/proc/26155/task/26166/stat : 26166 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994174174 950403072 192718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26167] ppid=26153 vsize=928128 CPUtime=0
/proc/26155/task/26167/stat : 26167 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994174174 950403072 192727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.79
Current children cumulated vsize (KiB) 928128

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+31.0023 s]
/proc/loadavg: 2.12 2.03 1.98 3/87 26168
/proc/meminfo: memFree=846552/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=896124 CPUtime=32.59
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 283063 0 1 0 3119 140 0 0 16 0 12 0 1994174165 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 224031 192573 1372 9 0 221393 0
[pid=26155/tid=26157] ppid=26153 vsize=896124 CPUtime=6.67
/proc/26155/task/26157/stat : 26157 (java) S 26153 26155 22148 0 -1 64 35687 0 1 0 645 22 0 0 17 0 12 0 1994174166 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26158] ppid=26153 vsize=896124 CPUtime=2.52
/proc/26155/task/26158/stat : 26158 (java) S 26153 26155 22148 0 -1 64 34472 0 0 0 234 18 0 0 16 0 12 0 1994174167 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26159] ppid=26153 vsize=896124 CPUtime=7.5
/proc/26155/task/26159/stat : 26159 (java) S 26153 26155 22148 0 -1 64 106739 0 0 0 700 50 0 0 19 0 12 0 1994174167 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26160] ppid=26153 vsize=896124 CPUtime=14.46
/proc/26155/task/26160/stat : 26160 (java) R 26153 26155 22148 0 -1 64 100508 0 0 0 1401 45 0 0 25 0 12 0 1994174169 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 106122257 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26161] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26161/stat : 26161 (java) S 26153 26155 22148 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994174170 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26162] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26162/stat : 26162 (java) S 26153 26155 22148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994174170 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26163] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26163/stat : 26163 (java) S 26153 26155 22148 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26164] ppid=26153 vsize=896124 CPUtime=0.62
/proc/26155/task/26164/stat : 26164 (java) S 26153 26155 22148 0 -1 64 2717 0 0 0 61 1 0 0 17 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26165] ppid=26153 vsize=896124 CPUtime=0.76
/proc/26155/task/26165/stat : 26165 (java) S 26153 26155 22148 0 -1 64 2179 0 0 0 75 1 0 0 16 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26166] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26166/stat : 26166 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26167] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26167/stat : 26167 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.59
Current children cumulated vsize (KiB) 896124

[startup+31.8023 s]
/proc/loadavg: 2.12 2.03 1.98 3/87 26168
/proc/meminfo: memFree=846232/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=896124 CPUtime=33.39
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 283063 0 1 0 3199 140 0 0 16 0 12 0 1994174165 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 224031 192573 1372 9 0 221393 0
[pid=26155/tid=26157] ppid=26153 vsize=896124 CPUtime=6.67
/proc/26155/task/26157/stat : 26157 (java) S 26153 26155 22148 0 -1 64 35687 0 1 0 645 22 0 0 17 0 12 0 1994174166 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26158] ppid=26153 vsize=896124 CPUtime=2.52
/proc/26155/task/26158/stat : 26158 (java) S 26153 26155 22148 0 -1 64 34472 0 0 0 234 18 0 0 16 0 12 0 1994174167 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26159] ppid=26153 vsize=896124 CPUtime=7.5
/proc/26155/task/26159/stat : 26159 (java) S 26153 26155 22148 0 -1 64 106739 0 0 0 700 50 0 0 19 0 12 0 1994174167 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26160] ppid=26153 vsize=896124 CPUtime=15.27
/proc/26155/task/26160/stat : 26160 (java) R 26153 26155 22148 0 -1 64 100508 0 0 0 1482 45 0 0 25 0 12 0 1994174169 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 106123411 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26161] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26161/stat : 26161 (java) S 26153 26155 22148 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994174170 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26162] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26162/stat : 26162 (java) S 26153 26155 22148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994174170 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26163] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26163/stat : 26163 (java) S 26153 26155 22148 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26164] ppid=26153 vsize=896124 CPUtime=0.62
/proc/26155/task/26164/stat : 26164 (java) S 26153 26155 22148 0 -1 64 2717 0 0 0 61 1 0 0 17 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26165] ppid=26153 vsize=896124 CPUtime=0.76
/proc/26155/task/26165/stat : 26165 (java) S 26153 26155 22148 0 -1 64 2179 0 0 0 75 1 0 0 16 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26166] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26166/stat : 26166 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26167] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26167/stat : 26167 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.39
Current children cumulated vsize (KiB) 896124

[startup+32.2024 s]
/proc/loadavg: 2.12 2.03 1.98 3/87 26168
/proc/meminfo: memFree=846232/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=896124 CPUtime=33.79
/proc/26155/stat : 26155 (java) S 26153 26155 22148 0 -1 0 283063 0 1 0 3239 140 0 0 16 0 12 0 1994174165 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 224031 192573 1372 9 0 221393 0
[pid=26155/tid=26157] ppid=26153 vsize=896124 CPUtime=6.67
/proc/26155/task/26157/stat : 26157 (java) S 26153 26155 22148 0 -1 64 35687 0 1 0 645 22 0 0 17 0 12 0 1994174166 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26158] ppid=26153 vsize=896124 CPUtime=2.52
/proc/26155/task/26158/stat : 26158 (java) S 26153 26155 22148 0 -1 64 34472 0 0 0 234 18 0 0 16 0 12 0 1994174167 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26159] ppid=26153 vsize=896124 CPUtime=7.5
/proc/26155/task/26159/stat : 26159 (java) S 26153 26155 22148 0 -1 64 106739 0 0 0 700 50 0 0 19 0 12 0 1994174167 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26160] ppid=26153 vsize=896124 CPUtime=15.66
/proc/26155/task/26160/stat : 26160 (java) R 26153 26155 22148 0 -1 64 100508 0 0 0 1521 45 0 0 25 0 12 0 1994174169 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 105852578 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26161] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26161/stat : 26161 (java) S 26153 26155 22148 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994174170 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26162] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26162/stat : 26162 (java) S 26153 26155 22148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994174170 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26163] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26163/stat : 26163 (java) S 26153 26155 22148 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26164] ppid=26153 vsize=896124 CPUtime=0.62
/proc/26155/task/26164/stat : 26164 (java) S 26153 26155 22148 0 -1 64 2717 0 0 0 61 1 0 0 17 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26155/tid=26165] ppid=26153 vsize=896124 CPUtime=0.76
/proc/26155/task/26165/stat : 26165 (java) S 26153 26155 22148 0 -1 64 2179 0 0 0 75 1 0 0 16 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26166] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26166/stat : 26166 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26155/tid=26167] ppid=26153 vsize=896124 CPUtime=0
/proc/26155/task/26167/stat : 26167 (java) S 26153 26155 22148 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994174174 917630976 192573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.79
Current children cumulated vsize (KiB) 896124

[startup+32.3029 s]
/proc/loadavg: 2.12 2.03 1.98 3/87 26168
/proc/meminfo: memFree=846232/2055920 swapFree=4180096/4192956
[pid=26155] ppid=26153 vsize=0 CPUtime=33.89
/proc/26155/stat : 26155 (java) Z 26153 26155 22148 0 -1 1036 283063 0 1 0 3241 148 0 0 16 0 2 0 1994174165 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26155/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.89
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 32.3429
CPU time (s): 33.9308
CPU user time (s): 32.4101
CPU system time (s): 1.52077
CPU usage (%): 104.91
Max. virtual memory (cumulated for all children) (KiB): 928128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4101
system time used= 1.52077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283063
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= 1432
involuntary context switches= 1643

runsolver used 0.048992 second user time and 0.123981 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-04 08:13:37
IDJOB=1067987
IDBENCH=55465
IDSOLVER=344
FILE ID=node42/1067987-1215152017
PBS_JOBID= 7877298
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 575ffad3d2c09aae350b50b610fe8377
RANDOM SEED=1746061198

node42.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.214
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.214
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:       1619040 kB
Buffers:         46060 kB
Cached:         185432 kB
SwapCached:       6848 kB
Active:         297336 kB
Inactive:        78724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619040 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:         151704 kB
Slab:            45784 kB
Committed_AS:  3672208 kB
PageTables:       2152 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= 66512 MiB
End job on node42 at 2008-07-04 08:14:09