Trace number 1070916

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) 57.7122 56.341

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle16.xml
MD5SUM67f615d3f1a75bb28d34b19fc2db7306
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.283955
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints802
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension68
Number of constraints which are defined in intension734
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.36	c version 9.9.9.token
0.29/0.36	c sun.arch.data.model	32
0.29/0.36	c java.version	1.6.0_06
0.29/0.36	c os.name	Linux
0.29/0.36	c os.version	2.6.9-22.EL.rootsmp
0.29/0.36	c os.arch	i386
0.29/0.36	c Free memory 669864272
0.29/0.36	c Max memory 672137216
0.29/0.36	c Total memory 672137216
0.29/0.36	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-1070916-1215167511.xml
0.38/0.40	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.67	c reading domains done.
0.58/0.67	c reading variables done.
0.69/0.76	c reading relations done.
2.17/2.22	c reading predicates  done.
2.37/2.40	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-1070916-1215167511/watcher-1070916-1215167511 -o /tmp/evaluation-result-1070916-1215167511/solver-1070916-1215167511 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1070916-1215167511.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.81 1.91 1.96 3/83 26466
/proc/meminfo: memFree=931576/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=152 CPUtime=0
/proc/26466/stat : 26466 (java) R 26464 26466 25048 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1546423291 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 9274148 0 0 4096 0 0 0 0 17 0 0 0
/proc/26466/statm: 38 26 19 9 0 4 0

[startup+0.0844881 s]
/proc/loadavg: 1.81 1.91 1.96 3/83 26466
/proc/meminfo: memFree=931576/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=803076 CPUtime=0.07
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 2901 0 1 0 5 2 0 0 18 0 9 0 1546423291 822349824 2635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 200769 2636 1025 9 0 198152 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803076

[startup+0.101488 s]
/proc/loadavg: 1.81 1.91 1.96 3/83 26466
/proc/meminfo: memFree=931576/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=804756 CPUtime=0.09
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 3142 0 1 0 7 2 0 0 18 0 12 0 1546423291 824070144 2873 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 201189 2882 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301511 s]
/proc/loadavg: 1.81 1.91 1.96 3/83 26466
/proc/meminfo: memFree=931576/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=808072 CPUtime=0.29
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 4935 0 1 0 25 4 0 0 18 0 12 0 1546423291 827465728 4262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 202018 4262 1299 9 0 199387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808072

[startup+0.701549 s]
/proc/loadavg: 1.81 1.91 1.96 3/83 26466
/proc/meminfo: memFree=931576/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=808100 CPUtime=0.69
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 6342 0 1 0 62 7 0 0 18 0 12 0 1546423291 827494400 5470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 202025 5470 1335 9 0 199387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808100

[startup+1.50264 s]
/proc/loadavg: 1.81 1.91 1.96 4/95 26478
/proc/meminfo: memFree=912536/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=811556 CPUtime=1.48
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 10921 0 1 0 139 9 0 0 18 0 12 0 1546423291 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 202889 8888 1349 9 0 200251 0
[pid=26466/tid=26468] ppid=26464 vsize=811556 CPUtime=0.7
/proc/26466/task/26468/stat : 26468 (java) R 26464 26466 25048 0 -1 64 6430 0 1 0 63 7 0 0 25 0 12 0 1546423292 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4109671004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26469] ppid=26464 vsize=811556 CPUtime=0
/proc/26466/task/26469/stat : 26469 (java) S 26464 26466 25048 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1546423293 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26470] ppid=26464 vsize=811556 CPUtime=0
/proc/26466/task/26470/stat : 26470 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1546423293 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26471] ppid=26464 vsize=811556 CPUtime=0
/proc/26466/task/26471/stat : 26471 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1546423295 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26472] ppid=26464 vsize=811556 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1546423295 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26473] ppid=26464 vsize=811556 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1546423295 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26474] ppid=26464 vsize=811556 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1546423299 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26475] ppid=26464 vsize=811556 CPUtime=0.48
/proc/26466/task/26475/stat : 26475 (java) S 26464 26466 25048 0 -1 64 2679 0 0 0 47 1 0 0 16 0 12 0 1546423299 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26476] ppid=26464 vsize=811556 CPUtime=0.28
/proc/26466/task/26476/stat : 26476 (java) S 26464 26466 25048 0 -1 64 1050 0 0 0 28 0 0 0 16 0 12 0 1546423299 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26477] ppid=26464 vsize=811556 CPUtime=0
/proc/26466/task/26477/stat : 26477 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1546423299 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26478] ppid=26464 vsize=811556 CPUtime=0
/proc/26466/task/26478/stat : 26478 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1546423299 831033344 8888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811556

[startup+3.10283 s]
/proc/loadavg: 1.81 1.91 1.96 5/95 26478
/proc/meminfo: memFree=858520/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=812840 CPUtime=3.12
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 30701 0 1 0 292 20 0 0 18 0 12 0 1546423291 832348160 27276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 203210 27278 1368 9 0 200572 0
[pid=26466/tid=26468] ppid=26464 vsize=812840 CPUtime=1.66
/proc/26466/task/26468/stat : 26468 (java) R 26464 26466 25048 0 -1 64 17259 0 1 0 152 14 0 0 25 0 12 0 1546423292 832348160 27279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26469] ppid=26464 vsize=812840 CPUtime=0.11
/proc/26466/task/26469/stat : 26469 (java) R 26464 26466 25048 0 -1 64 3896 0 0 0 10 1 0 0 17 0 12 0 1546423293 832348160 27281 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26470] ppid=26464 vsize=812840 CPUtime=0.09
/proc/26466/task/26470/stat : 26470 (java) R 26464 26466 25048 0 -1 64 4312 0 0 0 8 1 0 0 17 0 12 0 1546423293 832348160 27282 996147200 134512640 134550740 4294956016 18446744073709551615 106160151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26471] ppid=26464 vsize=812840 CPUtime=0
/proc/26466/task/26471/stat : 26471 (java) S 26464 26466 25048 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1546423295 832348160 27284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26472] ppid=26464 vsize=812840 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1546423295 832348160 27285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26473] ppid=26464 vsize=812840 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1546423295 832348160 27287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26474] ppid=26464 vsize=812840 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1546423299 832348160 27288 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26475] ppid=26464 vsize=812840 CPUtime=0.62
/proc/26466/task/26475/stat : 26475 (java) S 26464 26466 25048 0 -1 64 2689 0 0 0 61 1 0 0 16 0 12 0 1546423299 832348160 27290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26476] ppid=26464 vsize=812840 CPUtime=0.59
/proc/26466/task/26476/stat : 26476 (java) S 26464 26466 25048 0 -1 64 1758 0 0 0 59 0 0 0 16 0 12 0 1546423299 832348160 27292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26477] ppid=26464 vsize=812840 CPUtime=0
/proc/26466/task/26477/stat : 26477 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1546423299 832348160 27293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26478] ppid=26464 vsize=812840 CPUtime=0
/proc/26466/task/26478/stat : 26478 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1546423299 832348160 27294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 812840

[startup+6.30219 s]
/proc/loadavg: 1.91 1.93 1.97 4/95 26478
/proc/meminfo: memFree=712984/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=821804 CPUtime=6.73
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 71550 0 1 0 632 41 0 0 18 0 12 0 1546423291 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 205451 62161 1368 9 0 202813 0
[pid=26466/tid=26468] ppid=26464 vsize=821804 CPUtime=3.12
/proc/26466/task/26468/stat : 26468 (java) S 26464 26466 25048 0 -1 64 17263 0 1 0 298 14 0 0 18 0 12 0 1546423292 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26469] ppid=26464 vsize=821804 CPUtime=1.24
/proc/26466/task/26469/stat : 26469 (java) R 26464 26466 25048 0 -1 64 26423 0 0 0 110 14 0 0 20 0 12 0 1546423293 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26470] ppid=26464 vsize=821804 CPUtime=1.1
/proc/26466/task/26470/stat : 26470 (java) R 26464 26466 25048 0 -1 64 22599 0 0 0 100 10 0 0 17 0 12 0 1546423293 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26471] ppid=26464 vsize=821804 CPUtime=0
/proc/26466/task/26471/stat : 26471 (java) S 26464 26466 25048 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1546423295 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26472] ppid=26464 vsize=821804 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1546423295 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26473] ppid=26464 vsize=821804 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1546423295 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26474] ppid=26464 vsize=821804 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1546423299 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26475] ppid=26464 vsize=821804 CPUtime=0.62
/proc/26466/task/26475/stat : 26475 (java) S 26464 26466 25048 0 -1 64 2689 0 0 0 61 1 0 0 16 0 12 0 1546423299 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26476] ppid=26464 vsize=821804 CPUtime=0.59
/proc/26466/task/26476/stat : 26476 (java) S 26464 26466 25048 0 -1 64 1758 0 0 0 59 0 0 0 16 0 12 0 1546423299 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26477] ppid=26464 vsize=821804 CPUtime=0
/proc/26466/task/26477/stat : 26477 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1546423299 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26478] ppid=26464 vsize=821804 CPUtime=0
/proc/26466/task/26478/stat : 26478 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1546423299 841527296 62161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 821804

[startup+12.7019 s]
/proc/loadavg: 1.99 1.95 1.97 5/95 26478
/proc/meminfo: memFree=467160/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=832572 CPUtime=13.6
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 130348 0 1 0 1284 76 0 0 18 0 12 0 1546423291 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 208143 117886 1384 9 0 205505 0
[pid=26466/tid=26468] ppid=26464 vsize=832572 CPUtime=5.64
/proc/26466/task/26468/stat : 26468 (java) R 26464 26466 25048 0 -1 64 23425 0 1 0 546 18 0 0 22 0 12 0 1546423292 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4109612385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26469] ppid=26464 vsize=832572 CPUtime=1.81
/proc/26466/task/26469/stat : 26469 (java) S 26464 26466 25048 0 -1 64 33017 0 0 0 164 17 0 0 25 0 12 0 1546423293 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26470] ppid=26464 vsize=832572 CPUtime=4.2
/proc/26466/task/26470/stat : 26470 (java) S 26464 26466 25048 0 -1 64 65667 0 0 0 384 36 0 0 16 0 12 0 1546423293 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26471] ppid=26464 vsize=832572 CPUtime=0
/proc/26466/task/26471/stat : 26471 (java) S 26464 26466 25048 0 -1 64 56 0 0 0 0 0 0 0 17 0 12 0 1546423295 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26472] ppid=26464 vsize=832572 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1546423295 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26473] ppid=26464 vsize=832572 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1546423295 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26474] ppid=26464 vsize=832572 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1546423299 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26475] ppid=26464 vsize=832572 CPUtime=1
/proc/26466/task/26475/stat : 26475 (java) S 26464 26466 25048 0 -1 64 5414 0 0 0 98 2 0 0 19 0 12 0 1546423299 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26476] ppid=26464 vsize=832572 CPUtime=0.89
/proc/26466/task/26476/stat : 26476 (java) S 26464 26466 25048 0 -1 64 2007 0 0 0 89 0 0 0 18 0 12 0 1546423299 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26477] ppid=26464 vsize=832572 CPUtime=0
/proc/26466/task/26477/stat : 26477 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1546423299 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26478] ppid=26464 vsize=832572 CPUtime=0
/proc/26466/task/26478/stat : 26478 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1546423299 852553728 117886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.6
Current children cumulated vsize (KiB) 832572

[startup+25.5024 s]
/proc/loadavg: 2.06 1.97 1.98 3/94 26478
/proc/meminfo: memFree=260056/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=832348 CPUtime=27.03
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 188284 0 1 0 2594 109 0 0 18 0 12 0 1546423291 852324352 173114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 208087 173114 1387 9 0 205449 0
[pid=26466/tid=26468] ppid=26464 vsize=832348 CPUtime=8.46
/proc/26466/task/26468/stat : 26468 (java) S 26464 26466 25048 0 -1 64 35725 0 1 0 820 26 0 0 17 0 12 0 1546423292 852324352 173114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26469] ppid=26464 vsize=832348 CPUtime=3.82
/proc/26466/task/26469/stat : 26469 (java) S 26464 26466 25048 0 -1 64 57982 0 0 0 352 30 0 0 17 0 12 0 1546423293 852324352 173114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26470] ppid=26464 vsize=832348 CPUtime=5.94
/proc/26466/task/26470/stat : 26470 (java) S 26464 26466 25048 0 -1 64 81882 0 0 0 548 46 0 0 16 0 12 0 1546423293 852324352 173114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26471] ppid=26464 vsize=832348 CPUtime=6.85
/proc/26466/task/26471/stat : 26471 (java) R 26464 26466 25048 0 -1 64 4512 0 0 0 683 2 0 0 21 0 12 0 1546423295 852324352 173114 996147200 134512640 134550740 4294956016 18446744073709551615 105678353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26472] ppid=26464 vsize=832348 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1546423295 852324352 173114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26473] ppid=26464 vsize=832348 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1546423295 852324352 173114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26474] ppid=26464 vsize=832348 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1546423299 852324352 173114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 222615 0 1 0 5127 123 0 0 18 0 12 0 1546423291 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 208087 177428 1387 9 0 205449 0
[pid=26466/tid=26468] ppid=26464 vsize=832348 CPUtime=10.94
/proc/26466/task/26468/stat : 26468 (java) S 26464 26466 25048 0 -1 64 35734 0 1 0 1068 26 0 0 17 0 12 0 1546423292 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26469] ppid=26464 vsize=832348 CPUtime=3.94
/proc/26466/task/26469/stat : 26469 (java) S 26464 26466 25048 0 -1 64 57982 0 0 0 364 30 0 0 16 0 12 0 1546423293 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26470] ppid=26464 vsize=832348 CPUtime=6.08
/proc/26466/task/26470/stat : 26470 (java) S 26464 26466 25048 0 -1 64 81882 0 0 0 562 46 0 0 17 0 12 0 1546423293 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26471] ppid=26464 vsize=832348 CPUtime=29.59
/proc/26466/task/26471/stat : 26471 (java) R 26464 26466 25048 0 -1 64 38834 0 0 0 2943 16 0 0 25 0 12 0 1546423295 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 105677441 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26472] ppid=26464 vsize=832348 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1546423295 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26473] ppid=26464 vsize=832348 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1546423295 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26474] ppid=26464 vsize=832348 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1546423299 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26475] ppid=26464 vsize=832348 CPUtime=1
/proc/26466/task/26475/stat : 26475 (java) S 26464 26466 25048 0 -1 64 5414 0 0 0 98 2 0 0 19 0 12 0 1546423299 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26476] ppid=26464 vsize=832348 CPUtime=0.89
/proc/26466/task/26476/stat : 26476 (java) S 26464 26466 25048 0 -1 64 2007 0 0 0 89 0 0 0 18 0 12 0 1546423299 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26477] ppid=26464 vsize=832348 CPUtime=0
/proc/26466/task/26477/stat : 26477 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1546423299 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26478] ppid=26464 vsize=832348 CPUtime=0
/proc/26466/task/26478/stat : 26478 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1546423299 852324352 177428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.5
Current children cumulated vsize (KiB) 832348



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+54.2026 s]
/proc/loadavg: 2.09 1.98 1.98 3/95 26479
/proc/meminfo: memFree=161488/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=928356 CPUtime=55.58
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 245300 0 1 0 5426 132 0 0 18 0 12 0 1546423291 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26466/statm: 232089 193109 1387 9 0 229451 0
[pid=26466/tid=26468] ppid=26464 vsize=928356 CPUtime=10.95
/proc/26466/task/26468/stat : 26468 (java) S 26464 26466 25048 0 -1 64 35735 0 1 0 1069 26 0 0 17 0 12 0 1546423292 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26469] ppid=26464 vsize=928356 CPUtime=3.94
/proc/26466/task/26469/stat : 26469 (java) S 26464 26466 25048 0 -1 64 57982 0 0 0 364 30 0 0 16 0 12 0 1546423293 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26470] ppid=26464 vsize=928356 CPUtime=6.08
/proc/26466/task/26470/stat : 26470 (java) S 26464 26466 25048 0 -1 64 81882 0 0 0 562 46 0 0 17 0 12 0 1546423293 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26471] ppid=26464 vsize=928356 CPUtime=32.67
/proc/26466/task/26471/stat : 26471 (java) R 26464 26466 25048 0 -1 64 61518 0 0 0 3242 25 0 0 25 0 12 0 1546423295 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26472] ppid=26464 vsize=928356 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1546423295 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26473] ppid=26464 vsize=928356 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1546423295 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26474] ppid=26464 vsize=928356 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1546423299 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26475] ppid=26464 vsize=928356 CPUtime=1
/proc/26466/task/26475/stat : 26475 (java) S 26464 26466 25048 0 -1 64 5414 0 0 0 98 2 0 0 19 0 12 0 1546423299 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26476] ppid=26464 vsize=928356 CPUtime=0.89
/proc/26466/task/26476/stat : 26476 (java) S 26464 26466 25048 0 -1 64 2007 0 0 0 89 0 0 0 18 0 12 0 1546423299 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26477] ppid=26464 vsize=928356 CPUtime=0
/proc/26466/task/26477/stat : 26477 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1546423299 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26478] ppid=26464 vsize=928356 CPUtime=0
/proc/26466/task/26478/stat : 26478 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1546423299 950636544 193109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.58
Current children cumulated vsize (KiB) 928356

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+55.0077 s]
/proc/loadavg: 2.09 1.98 1.98 3/96 26480
/proc/meminfo: memFree=159944/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=896352 CPUtime=56.38
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 253622 0 1 0 5502 136 0 0 16 0 12 0 1546423291 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26466/statm: 224088 193429 1387 9 0 221450 0
[pid=26466/tid=26468] ppid=26464 vsize=896352 CPUtime=10.95
/proc/26466/task/26468/stat : 26468 (java) S 26464 26466 25048 0 -1 64 35735 0 1 0 1069 26 0 0 17 0 12 0 1546423292 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26469] ppid=26464 vsize=896352 CPUtime=3.94
/proc/26466/task/26469/stat : 26469 (java) S 26464 26466 25048 0 -1 64 57982 0 0 0 364 30 0 0 16 0 12 0 1546423293 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26470] ppid=26464 vsize=896352 CPUtime=6.08
/proc/26466/task/26470/stat : 26470 (java) S 26464 26466 25048 0 -1 64 81882 0 0 0 562 46 0 0 17 0 12 0 1546423293 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26471] ppid=26464 vsize=896352 CPUtime=33.47
/proc/26466/task/26471/stat : 26471 (java) R 26464 26466 25048 0 -1 64 69839 0 0 0 3318 29 0 0 25 0 12 0 1546423295 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 106122249 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26472] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1546423295 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26473] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1546423295 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26474] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26475] ppid=26464 vsize=896352 CPUtime=1
/proc/26466/task/26475/stat : 26475 (java) S 26464 26466 25048 0 -1 64 5414 0 0 0 98 2 0 0 19 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26476] ppid=26464 vsize=896352 CPUtime=0.89
/proc/26466/task/26476/stat : 26476 (java) S 26464 26466 25048 0 -1 64 2007 0 0 0 89 0 0 0 18 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26477] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26477/stat : 26477 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26478] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26478/stat : 26478 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.38
Current children cumulated vsize (KiB) 896352

[startup+55.8018 s]
/proc/loadavg: 2.09 1.98 1.98 3/96 26480
/proc/meminfo: memFree=159944/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=896352 CPUtime=57.17
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 253622 0 1 0 5581 136 0 0 16 0 12 0 1546423291 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26466/statm: 224088 193429 1387 9 0 221450 0
[pid=26466/tid=26468] ppid=26464 vsize=896352 CPUtime=10.95
/proc/26466/task/26468/stat : 26468 (java) S 26464 26466 25048 0 -1 64 35735 0 1 0 1069 26 0 0 17 0 12 0 1546423292 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26469] ppid=26464 vsize=896352 CPUtime=3.94
/proc/26466/task/26469/stat : 26469 (java) S 26464 26466 25048 0 -1 64 57982 0 0 0 364 30 0 0 16 0 12 0 1546423293 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26470] ppid=26464 vsize=896352 CPUtime=6.08
/proc/26466/task/26470/stat : 26470 (java) S 26464 26466 25048 0 -1 64 81882 0 0 0 562 46 0 0 17 0 12 0 1546423293 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26471] ppid=26464 vsize=896352 CPUtime=34.26
/proc/26466/task/26471/stat : 26471 (java) R 26464 26466 25048 0 -1 64 69839 0 0 0 3397 29 0 0 25 0 12 0 1546423295 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26472] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1546423295 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26473] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1546423295 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26474] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26475] ppid=26464 vsize=896352 CPUtime=1
/proc/26466/task/26475/stat : 26475 (java) S 26464 26466 25048 0 -1 64 5414 0 0 0 98 2 0 0 19 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26476] ppid=26464 vsize=896352 CPUtime=0.89
/proc/26466/task/26476/stat : 26476 (java) S 26464 26466 25048 0 -1 64 2007 0 0 0 89 0 0 0 18 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26477] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26477/stat : 26477 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26478] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26478/stat : 26478 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.17
Current children cumulated vsize (KiB) 896352

[startup+56.2018 s]
/proc/loadavg: 2.09 1.98 1.98 3/96 26480
/proc/meminfo: memFree=159944/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=896352 CPUtime=57.56
/proc/26466/stat : 26466 (java) S 26464 26466 25048 0 -1 0 253622 0 1 0 5620 136 0 0 16 0 12 0 1546423291 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26466/statm: 224088 193429 1387 9 0 221450 0
[pid=26466/tid=26468] ppid=26464 vsize=896352 CPUtime=10.95
/proc/26466/task/26468/stat : 26468 (java) S 26464 26466 25048 0 -1 64 35735 0 1 0 1069 26 0 0 17 0 12 0 1546423292 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26469] ppid=26464 vsize=896352 CPUtime=3.94
/proc/26466/task/26469/stat : 26469 (java) S 26464 26466 25048 0 -1 64 57982 0 0 0 364 30 0 0 16 0 12 0 1546423293 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26470] ppid=26464 vsize=896352 CPUtime=6.08
/proc/26466/task/26470/stat : 26470 (java) S 26464 26466 25048 0 -1 64 81882 0 0 0 562 46 0 0 17 0 12 0 1546423293 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26471] ppid=26464 vsize=896352 CPUtime=34.66
/proc/26466/task/26471/stat : 26471 (java) R 26464 26466 25048 0 -1 64 69839 0 0 0 3437 29 0 0 25 0 12 0 1546423295 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 104136469 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26472] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26472/stat : 26472 (java) S 26464 26466 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1546423295 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26473] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26473/stat : 26473 (java) S 26464 26466 25048 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1546423295 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26474] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26474/stat : 26474 (java) S 26464 26466 25048 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26475] ppid=26464 vsize=896352 CPUtime=1
/proc/26466/task/26475/stat : 26475 (java) S 26464 26466 25048 0 -1 64 5414 0 0 0 98 2 0 0 19 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26476] ppid=26464 vsize=896352 CPUtime=0.89
/proc/26466/task/26476/stat : 26476 (java) S 26464 26466 25048 0 -1 64 2007 0 0 0 89 0 0 0 18 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26466/tid=26477] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26477/stat : 26477 (java) S 26464 26466 25048 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26466/tid=26478] ppid=26464 vsize=896352 CPUtime=0
/proc/26466/task/26478/stat : 26478 (java) S 26464 26466 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1546423299 917864448 193429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.56
Current children cumulated vsize (KiB) 896352

[startup+56.3025 s]
/proc/loadavg: 2.09 1.98 1.98 3/96 26480
/proc/meminfo: memFree=159944/2055920 swapFree=4097924/4192956
[pid=26466] ppid=26464 vsize=0 CPUtime=57.67
/proc/26466/stat : 26466 (java) Z 26464 26466 25048 0 -1 1036 253622 0 1 0 5623 144 0 0 16 0 2 0 1546423291 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26466/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.67
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 56.341
CPU time (s): 57.7122
CPU user time (s): 56.2314
CPU system time (s): 1.48077
CPU usage (%): 102.434
Max. virtual memory (cumulated for all children) (KiB): 928356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.2315
system time used= 1.48077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253622
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= 1992
involuntary context switches= 2227

runsolver used 0.086986 second user time and 0.212967 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 12:31:51
IDJOB=1070916
IDBENCH=56004
IDSOLVER=344
FILE ID=node32/1070916-1215167511
PBS_JOBID= 7881417
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 67f615d3f1a75bb28d34b19fc2db7306
RANDOM SEED=1887374004

node32.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.218
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.218
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:        932056 kB
Buffers:         34676 kB
Cached:         114328 kB
SwapCached:      88316 kB
Active:        1019396 kB
Inactive:        50316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        932056 kB
SwapTotal:     4192956 kB
SwapFree:      4097924 kB
Dirty:            2456 kB
Writeback:           0 kB
Mapped:         936520 kB
Slab:            37348 kB
Committed_AS:  4068620 kB
PageTables:       3732 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node32 at 2008-07-04 12:32:47