Trace number 1074532

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) 45.6771 44.8346

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle20.xml
MD5SUM1939684b0167f45216127399dc1d7cf5
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.098984
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints92
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension68
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1074532-1215178873.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.68/0.74	c reading relations done.
1.67/1.70	c reading predicates  done.
1.76/1.89	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-1074532-1215178873/watcher-1074532-1215178873 -o /tmp/evaluation-result-1074532-1215178873/solver-1074532-1215178873 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074532-1215178873.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.99 4/81 13282
/proc/meminfo: memFree=1541536/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=1804 CPUtime=0
/proc/13282/stat : 13282 (java6) R 13280 13282 13245 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1547562395 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/13282/statm: 451 158 114 9 0 93 0

[startup+0.0746651 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 13282
/proc/meminfo: memFree=1541536/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=802236 CPUtime=0.05
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 2792 0 1 0 4 1 0 0 18 0 7 0 1547562395 821489664 2527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 200559 2527 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.102057 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 13282
/proc/meminfo: memFree=1541536/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=804612 CPUtime=0.09
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 3005 0 1 0 7 2 0 0 18 0 12 0 1547562395 823922688 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301076 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 13282
/proc/meminfo: memFree=1541536/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=808276 CPUtime=0.29
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 4972 0 1 0 26 3 0 0 18 0 12 0 1547562395 827674624 4299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 202069 4299 1298 9 0 199438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.701115 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 13282
/proc/meminfo: memFree=1541536/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=808304 CPUtime=0.68
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 6364 0 1 0 64 4 0 0 18 0 12 0 1547562395 827703296 5492 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 202076 5492 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.5012 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 13294
/proc/meminfo: memFree=1522432/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=811632 CPUtime=1.47
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 10090 0 1 0 141 6 0 0 18 0 12 0 1547562395 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 202908 8053 1349 9 0 200270 0
[pid=13282/tid=13284] ppid=13280 vsize=811632 CPUtime=0.65
/proc/13282/task/13284/stat : 13284 (java) R 13280 13282 13245 0 -1 64 5557 0 1 0 61 4 0 0 25 0 12 0 1547562396 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13285] ppid=13280 vsize=811632 CPUtime=0
/proc/13282/task/13285/stat : 13285 (java) S 13280 13282 13245 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1547562397 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13286] ppid=13280 vsize=811632 CPUtime=0
/proc/13282/task/13286/stat : 13286 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1547562397 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13287] ppid=13280 vsize=811632 CPUtime=0
/proc/13282/task/13287/stat : 13287 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1547562399 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13288] ppid=13280 vsize=811632 CPUtime=0
/proc/13282/task/13288/stat : 13288 (java) S 13280 13282 13245 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1547562399 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13289] ppid=13280 vsize=811632 CPUtime=0
/proc/13282/task/13289/stat : 13289 (java) S 13280 13282 13245 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1547562399 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13290] ppid=13280 vsize=811632 CPUtime=0
/proc/13282/task/13290/stat : 13290 (java) S 13280 13282 13245 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1547562404 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13291] ppid=13280 vsize=811632 CPUtime=0.24
/proc/13282/task/13291/stat : 13291 (java) S 13280 13282 13245 0 -1 64 653 0 0 0 24 0 0 0 16 0 12 0 1547562404 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13292] ppid=13280 vsize=811632 CPUtime=0.55
/proc/13282/task/13292/stat : 13292 (java) R 13280 13282 13245 0 -1 64 3118 0 0 0 54 1 0 0 16 0 12 0 1547562404 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 103787848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13293] ppid=13280 vsize=811632 CPUtime=0
/proc/13282/task/13293/stat : 13293 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1547562404 831111168 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13294] ppid=13280 vsize=811632 CPUtime=0
/proc/13282/task/13294/stat : 13294 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547562404 831111168 8053 996147200 134512640 134550740 4294956016 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) 811632

[startup+3.10235 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 13294
/proc/meminfo: memFree=1505728/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=817124 CPUtime=3.1
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 19227 0 1 0 299 11 0 0 18 0 12 0 1547562395 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 204281 15153 1378 9 0 201643 0
[pid=13282/tid=13284] ppid=13280 vsize=817124 CPUtime=1.32
/proc/13282/task/13284/stat : 13284 (java) R 13280 13282 13245 0 -1 64 11135 0 1 0 126 6 0 0 25 0 12 0 1547562396 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4109877580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13285] ppid=13280 vsize=817124 CPUtime=0
/proc/13282/task/13285/stat : 13285 (java) S 13280 13282 13245 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1547562397 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13286] ppid=13280 vsize=817124 CPUtime=0
/proc/13282/task/13286/stat : 13286 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1547562397 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13287] ppid=13280 vsize=817124 CPUtime=0
/proc/13282/task/13287/stat : 13287 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1547562399 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13288] ppid=13280 vsize=817124 CPUtime=0
/proc/13282/task/13288/stat : 13288 (java) S 13280 13282 13245 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1547562399 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13289] ppid=13280 vsize=817124 CPUtime=0
/proc/13282/task/13289/stat : 13289 (java) S 13280 13282 13245 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1547562399 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13290] ppid=13280 vsize=817124 CPUtime=0
/proc/13282/task/13290/stat : 13290 (java) S 13280 13282 13245 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1547562404 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13291] ppid=13280 vsize=817124 CPUtime=0.86
/proc/13282/task/13291/stat : 13291 (java) S 13280 13282 13245 0 -1 64 3313 0 0 0 85 1 0 0 16 0 12 0 1547562404 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13292] ppid=13280 vsize=817124 CPUtime=0.88
/proc/13282/task/13292/stat : 13292 (java) S 13280 13282 13245 0 -1 64 4016 0 0 0 86 2 0 0 16 0 12 0 1547562404 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13293] ppid=13280 vsize=817124 CPUtime=0
/proc/13282/task/13293/stat : 13293 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1547562404 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13294] ppid=13280 vsize=817124 CPUtime=0
/proc/13282/task/13294/stat : 13294 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547562404 836734976 15153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 817124

[startup+6.30267 s]
/proc/loadavg: 2.09 2.02 2.01 3/93 13294
/proc/meminfo: memFree=1364096/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=824244 CPUtime=6.72
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 60985 0 1 0 643 29 0 0 18 0 12 0 1547562395 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 206061 51999 1383 9 0 203423 0
[pid=13282/tid=13284] ppid=13280 vsize=824244 CPUtime=3.37
/proc/13282/task/13284/stat : 13284 (java) R 13280 13282 13245 0 -1 64 17239 0 1 0 327 10 0 0 25 0 12 0 1547562396 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4109752649 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13282/tid=13285] ppid=13280 vsize=824244 CPUtime=0.77
/proc/13282/task/13285/stat : 13285 (java) S 13280 13282 13245 0 -1 64 17917 0 0 0 69 8 0 0 16 0 12 0 1547562397 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13286] ppid=13280 vsize=824244 CPUtime=0.77
/proc/13282/task/13286/stat : 13286 (java) S 13280 13282 13245 0 -1 64 17706 0 0 0 71 6 0 0 17 0 12 0 1547562397 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13282/tid=13287] ppid=13280 vsize=824244 CPUtime=0
/proc/13282/task/13287/stat : 13287 (java) S 13280 13282 13245 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1547562399 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13282/tid=13288] ppid=13280 vsize=824244 CPUtime=0
/proc/13282/task/13288/stat : 13288 (java) S 13280 13282 13245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1547562399 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13289] ppid=13280 vsize=824244 CPUtime=0
/proc/13282/task/13289/stat : 13289 (java) S 13280 13282 13245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1547562399 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13290] ppid=13280 vsize=824244 CPUtime=0
/proc/13282/task/13290/stat : 13290 (java) S 13280 13282 13245 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1547562404 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13291] ppid=13280 vsize=824244 CPUtime=0.87
/proc/13282/task/13291/stat : 13291 (java) S 13280 13282 13245 0 -1 64 3313 0 0 0 86 1 0 0 16 0 12 0 1547562404 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13292] ppid=13280 vsize=824244 CPUtime=0.88
/proc/13282/task/13292/stat : 13292 (java) S 13280 13282 13245 0 -1 64 4016 0 0 0 86 2 0 0 16 0 12 0 1547562404 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13293] ppid=13280 vsize=824244 CPUtime=0
/proc/13282/task/13293/stat : 13293 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1547562404 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13294] ppid=13280 vsize=824244 CPUtime=0
/proc/13282/task/13294/stat : 13294 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547562404 844025856 51999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 824244

[startup+12.7023 s]
/proc/loadavg: 2.16 2.04 2.01 4/93 13294
/proc/meminfo: memFree=1135944/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=837044 CPUtime=13.62
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 119009 0 1 0 1309 53 0 0 18 0 12 0 1547562395 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 209261 105263 1383 9 0 206623 0
[pid=13282/tid=13284] ppid=13280 vsize=837044 CPUtime=6.57
/proc/13282/task/13284/stat : 13284 (java) R 13280 13282 13245 0 -1 64 23394 0 1 0 645 12 0 0 16 0 12 0 1547562396 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4109739942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13285] ppid=13280 vsize=837044 CPUtime=3.66
/proc/13282/task/13285/stat : 13285 (java) S 13280 13282 13245 0 -1 64 56624 0 0 0 343 23 0 0 16 0 12 0 1547562397 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13286] ppid=13280 vsize=837044 CPUtime=1.57
/proc/13282/task/13286/stat : 13286 (java) R 13280 13282 13245 0 -1 64 30868 0 0 0 145 12 0 0 20 0 12 0 1547562397 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13287] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13287/stat : 13287 (java) S 13280 13282 13245 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1547562399 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13288] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13288/stat : 13288 (java) S 13280 13282 13245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1547562399 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13289] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13289/stat : 13289 (java) S 13280 13282 13245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1547562399 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13290] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13290/stat : 13290 (java) S 13280 13282 13245 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1547562404 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13291] ppid=13280 vsize=837044 CPUtime=0.87
/proc/13282/task/13291/stat : 13291 (java) S 13280 13282 13245 0 -1 64 3313 0 0 0 86 1 0 0 16 0 12 0 1547562404 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13292] ppid=13280 vsize=837044 CPUtime=0.88
/proc/13282/task/13292/stat : 13292 (java) S 13280 13282 13245 0 -1 64 4016 0 0 0 86 2 0 0 16 0 12 0 1547562404 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13293] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13293/stat : 13293 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1547562404 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13294] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13294/stat : 13294 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547562404 857133056 105263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.62
Current children cumulated vsize (KiB) 837044

[startup+25.5016 s]
/proc/loadavg: 2.27 2.07 2.02 3/93 13294
/proc/meminfo: memFree=851720/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=837044 CPUtime=26.53
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 202030 0 1 0 2566 87 0 0 18 0 12 0 1547562395 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 209261 173266 1387 9 0 206623 0
[pid=13282/tid=13284] ppid=13280 vsize=837044 CPUtime=9.58
/proc/13282/task/13284/stat : 13284 (java) S 13280 13282 13245 0 -1 64 35696 0 1 0 941 17 0 0 18 0 12 0 1547562396 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13285] ppid=13280 vsize=837044 CPUtime=7.64
/proc/13282/task/13285/stat : 13285 (java) S 13280 13282 13245 0 -1 64 109420 0 0 0 720 44 0 0 16 0 12 0 1547562397 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13286] ppid=13280 vsize=837044 CPUtime=1.97
/proc/13282/task/13286/stat : 13286 (java) S 13280 13282 13245 0 -1 64 30869 0 0 0 185 12 0 0 18 0 12 0 1547562397 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13287] ppid=13280 vsize=837044 CPUtime=5.51
/proc/13282/task/13287/stat : 13287 (java) R 13280 13282 13245 0 -1 64 17953 0 0 0 544 7 0 0 25 0 12 0 1547562399 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 104126442 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13288] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13288/stat : 13288 (java) S 13280 13282 13245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1547562399 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13289] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13289/stat : 13289 (java) S 13280 13282 13245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1547562399 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13290] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13290/stat : 13290 (java) S 13280 13282 13245 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1547562404 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13291] ppid=13280 vsize=837044 CPUtime=0.87
/proc/13282/task/13291/stat : 13291 (java) S 13280 13282 13245 0 -1 64 3313 0 0 0 86 1 0 0 16 0 12 0 1547562404 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13292] ppid=13280 vsize=837044 CPUtime=0.88
/proc/13282/task/13292/stat : 13292 (java) S 13280 13282 13245 0 -1 64 4016 0 0 0 86 2 0 0 16 0 12 0 1547562404 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13293] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13293/stat : 13293 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1547562404 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13294] ppid=13280 vsize=837044 CPUtime=0
/proc/13282/task/13294/stat : 13294 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547562404 857133056 173266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.53
Current children cumulated vsize (KiB) 837044



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+42.7013 s]
/proc/loadavg: 2.21 2.06 2.02 3/93 13294
/proc/meminfo: memFree=743304/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=933052 CPUtime=43.56
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 236116 0 1 0 4256 100 0 0 18 0 12 0 1547562395 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 233263 200343 1387 9 0 230625 0
[pid=13282/tid=13284] ppid=13280 vsize=933052 CPUtime=10.13
/proc/13282/task/13284/stat : 13284 (java) S 13280 13282 13245 0 -1 64 36086 0 1 0 996 17 0 0 17 0 12 0 1547562396 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13285] ppid=13280 vsize=933052 CPUtime=7.64
/proc/13282/task/13285/stat : 13285 (java) S 13280 13282 13245 0 -1 64 109420 0 0 0 720 44 0 0 16 0 12 0 1547562397 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13286] ppid=13280 vsize=933052 CPUtime=1.97
/proc/13282/task/13286/stat : 13286 (java) S 13280 13282 13245 0 -1 64 30869 0 0 0 185 12 0 0 18 0 12 0 1547562397 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13287] ppid=13280 vsize=933052 CPUtime=22.01
/proc/13282/task/13287/stat : 13287 (java) R 13280 13282 13245 0 -1 64 51649 0 0 0 2180 21 0 0 25 0 12 0 1547562399 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 103550894 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13288] ppid=13280 vsize=933052 CPUtime=0
/proc/13282/task/13288/stat : 13288 (java) S 13280 13282 13245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1547562399 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13289] ppid=13280 vsize=933052 CPUtime=0
/proc/13282/task/13289/stat : 13289 (java) S 13280 13282 13245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1547562399 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13290] ppid=13280 vsize=933052 CPUtime=0
/proc/13282/task/13290/stat : 13290 (java) S 13280 13282 13245 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1547562404 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13291] ppid=13280 vsize=933052 CPUtime=0.87
/proc/13282/task/13291/stat : 13291 (java) S 13280 13282 13245 0 -1 64 3313 0 0 0 86 1 0 0 16 0 12 0 1547562404 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13292] ppid=13280 vsize=933052 CPUtime=0.88
/proc/13282/task/13292/stat : 13292 (java) S 13280 13282 13245 0 -1 64 4016 0 0 0 86 2 0 0 16 0 12 0 1547562404 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13293] ppid=13280 vsize=933052 CPUtime=0
/proc/13282/task/13293/stat : 13293 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1547562404 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13294] ppid=13280 vsize=933052 CPUtime=0
/proc/13282/task/13294/stat : 13294 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547562404 955445248 200343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.56
Current children cumulated vsize (KiB) 933052

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+43.0013 s]
/proc/loadavg: 2.21 2.06 2.02 3/94 13295
/proc/meminfo: memFree=765056/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=901048 CPUtime=43.85
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 238612 0 1 0 4283 102 0 0 16 0 12 0 1547562395 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 225262 194837 1387 9 0 222624 0
[pid=13282/tid=13284] ppid=13280 vsize=901048 CPUtime=10.13
/proc/13282/task/13284/stat : 13284 (java) S 13280 13282 13245 0 -1 64 36086 0 1 0 996 17 0 0 17 0 12 0 1547562396 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13285] ppid=13280 vsize=901048 CPUtime=7.64
/proc/13282/task/13285/stat : 13285 (java) S 13280 13282 13245 0 -1 64 109420 0 0 0 720 44 0 0 16 0 12 0 1547562397 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13286] ppid=13280 vsize=901048 CPUtime=1.97
/proc/13282/task/13286/stat : 13286 (java) S 13280 13282 13245 0 -1 64 30869 0 0 0 185 12 0 0 18 0 12 0 1547562397 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13287] ppid=13280 vsize=901048 CPUtime=22.3
/proc/13282/task/13287/stat : 13287 (java) R 13280 13282 13245 0 -1 64 54144 0 0 0 2207 23 0 0 25 0 12 0 1547562399 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13288] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13288/stat : 13288 (java) S 13280 13282 13245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1547562399 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13289] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13289/stat : 13289 (java) S 13280 13282 13245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1547562399 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13290] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13290/stat : 13290 (java) S 13280 13282 13245 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13291] ppid=13280 vsize=901048 CPUtime=0.87
/proc/13282/task/13291/stat : 13291 (java) S 13280 13282 13245 0 -1 64 3313 0 0 0 86 1 0 0 16 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13292] ppid=13280 vsize=901048 CPUtime=0.88
/proc/13282/task/13292/stat : 13292 (java) S 13280 13282 13245 0 -1 64 4016 0 0 0 86 2 0 0 16 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13293] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13293/stat : 13293 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13294] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13294/stat : 13294 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.85
Current children cumulated vsize (KiB) 901048

[startup+43.8014 s]
/proc/loadavg: 2.21 2.06 2.02 3/94 13295
/proc/meminfo: memFree=765056/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=901048 CPUtime=44.65
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 238612 0 1 0 4363 102 0 0 16 0 12 0 1547562395 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 225262 194837 1387 9 0 222624 0
[pid=13282/tid=13284] ppid=13280 vsize=901048 CPUtime=10.13
/proc/13282/task/13284/stat : 13284 (java) S 13280 13282 13245 0 -1 64 36086 0 1 0 996 17 0 0 17 0 12 0 1547562396 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13285] ppid=13280 vsize=901048 CPUtime=7.64
/proc/13282/task/13285/stat : 13285 (java) S 13280 13282 13245 0 -1 64 109420 0 0 0 720 44 0 0 16 0 12 0 1547562397 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13286] ppid=13280 vsize=901048 CPUtime=1.97
/proc/13282/task/13286/stat : 13286 (java) S 13280 13282 13245 0 -1 64 30869 0 0 0 185 12 0 0 18 0 12 0 1547562397 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13287] ppid=13280 vsize=901048 CPUtime=23.09
/proc/13282/task/13287/stat : 13287 (java) R 13280 13282 13245 0 -1 64 54144 0 0 0 2286 23 0 0 25 0 12 0 1547562399 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 104136330 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13288] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13288/stat : 13288 (java) S 13280 13282 13245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1547562399 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13289] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13289/stat : 13289 (java) S 13280 13282 13245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1547562399 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13290] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13290/stat : 13290 (java) S 13280 13282 13245 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13291] ppid=13280 vsize=901048 CPUtime=0.87
/proc/13282/task/13291/stat : 13291 (java) S 13280 13282 13245 0 -1 64 3313 0 0 0 86 1 0 0 16 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13292] ppid=13280 vsize=901048 CPUtime=0.88
/proc/13282/task/13292/stat : 13292 (java) S 13280 13282 13245 0 -1 64 4016 0 0 0 86 2 0 0 16 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13293] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13293/stat : 13293 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13294] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13294/stat : 13294 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.65
Current children cumulated vsize (KiB) 901048

[startup+44.6015 s]
/proc/loadavg: 2.21 2.06 2.02 3/94 13295
/proc/meminfo: memFree=765056/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=901048 CPUtime=45.44
/proc/13282/stat : 13282 (java) S 13280 13282 13245 0 -1 0 238612 0 1 0 4442 102 0 0 16 0 12 0 1547562395 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 225262 194837 1387 9 0 222624 0
[pid=13282/tid=13284] ppid=13280 vsize=901048 CPUtime=10.13
/proc/13282/task/13284/stat : 13284 (java) S 13280 13282 13245 0 -1 64 36086 0 1 0 996 17 0 0 17 0 12 0 1547562396 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13285] ppid=13280 vsize=901048 CPUtime=7.64
/proc/13282/task/13285/stat : 13285 (java) S 13280 13282 13245 0 -1 64 109420 0 0 0 720 44 0 0 16 0 12 0 1547562397 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13286] ppid=13280 vsize=901048 CPUtime=1.97
/proc/13282/task/13286/stat : 13286 (java) S 13280 13282 13245 0 -1 64 30869 0 0 0 185 12 0 0 18 0 12 0 1547562397 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13287] ppid=13280 vsize=901048 CPUtime=23.88
/proc/13282/task/13287/stat : 13287 (java) R 13280 13282 13245 0 -1 64 54144 0 0 0 2365 23 0 0 25 0 12 0 1547562399 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 105852561 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13288] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13288/stat : 13288 (java) S 13280 13282 13245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1547562399 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13289] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13289/stat : 13289 (java) S 13280 13282 13245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1547562399 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13290] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13290/stat : 13290 (java) S 13280 13282 13245 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13291] ppid=13280 vsize=901048 CPUtime=0.87
/proc/13282/task/13291/stat : 13291 (java) S 13280 13282 13245 0 -1 64 3313 0 0 0 86 1 0 0 16 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13292] ppid=13280 vsize=901048 CPUtime=0.88
/proc/13282/task/13292/stat : 13292 (java) S 13280 13282 13245 0 -1 64 4016 0 0 0 86 2 0 0 16 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13293] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13293/stat : 13293 (java) S 13280 13282 13245 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13282/tid=13294] ppid=13280 vsize=901048 CPUtime=0
/proc/13282/task/13294/stat : 13294 (java) S 13280 13282 13245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547562404 922673152 194837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.44
Current children cumulated vsize (KiB) 901048

[startup+44.8033 s]
/proc/loadavg: 2.21 2.06 2.02 3/94 13295
/proc/meminfo: memFree=765056/2055920 swapFree=4122724/4192956
[pid=13282] ppid=13280 vsize=0 CPUtime=45.64
/proc/13282/stat : 13282 (java) Z 13280 13282 13245 0 -1 1036 238615 0 1 0 4453 111 0 0 16 0 2 0 1547562395 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13282/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 45.64
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 44.8346
CPU time (s): 45.6771
CPU user time (s): 44.5302
CPU system time (s): 1.14682
CPU usage (%): 101.879
Max. virtual memory (cumulated for all children) (KiB): 933052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.5302
system time used= 1.14682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238615
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= 1824
involuntary context switches= 2895

runsolver used 0.068989 second user time and 0.154976 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 15:41:14
IDJOB=1074532
IDBENCH=56416
IDSOLVER=344
FILE ID=node12/1074532-1215178873
PBS_JOBID= 7881578
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1939684b0167f45216127399dc1d7cf5
RANDOM SEED=1032084896

node12.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.236
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.236
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:       1542016 kB
Buffers:         43412 kB
Cached:         144520 kB
SwapCached:      64280 kB
Active:         379096 kB
Inactive:        77200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542016 kB
SwapTotal:     4192956 kB
SwapFree:      4122724 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:         284568 kB
Slab:            42388 kB
Committed_AS:  3187316 kB
PageTables:       2360 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= 66544 MiB
End job on node12 at 2008-07-04 15:41:58