Trace number 1067777

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) 32.1411 29.9278

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-10.xml
MD5SUM1f87e4292cfe73339ea9f9057c89531b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark372.809
Satisfiable
(Un)Satisfiability was proved
Number of variables383
Number of constraints1869
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension1735
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1067777-1215151257.xml
0.29/0.39	c reading problem ... 
0.58/0.65	c reading problem named null
0.58/0.65	c reading domains done.
0.58/0.65	c reading variables done.
0.97/1.07	c reading relations done.
1.96/2.07	c reading predicates  done.
2.16/2.26	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-1067777-1215151257/watcher-1067777-1215151257 -o /tmp/evaluation-result-1067777-1215151257/solver-1067777-1215151257 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067777-1215151257.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.06 2.02 4/82 12525
/proc/meminfo: memFree=1639760/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=18572 CPUtime=0
/proc/12525/stat : 12525 (runsolver) R 12523 12525 9200 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 256068471 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12525/statm: 4643 292 257 25 0 2626 0

[startup+0.0686839 s]
/proc/loadavg: 2.03 2.06 2.02 4/82 12525
/proc/meminfo: memFree=1639760/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=802236 CPUtime=0.05
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 2756 0 1 0 3 2 0 0 20 0 7 0 256068471 821489664 2491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 200559 2491 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.10269 s]
/proc/loadavg: 2.03 2.06 2.02 4/82 12525
/proc/meminfo: memFree=1639760/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=804612 CPUtime=0.08
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 3008 0 1 0 6 2 0 0 20 0 12 0 256068471 823922688 2741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302729 s]
/proc/loadavg: 2.03 2.06 2.02 4/82 12525
/proc/meminfo: memFree=1639760/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=808080 CPUtime=0.29
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 4985 0 1 0 26 3 0 0 20 0 12 0 256068471 827473920 4314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 202020 4314 1307 9 0 199389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808080

[startup+0.701806 s]
/proc/loadavg: 2.03 2.06 2.02 4/82 12525
/proc/meminfo: memFree=1639760/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=808108 CPUtime=0.68
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 6320 0 1 0 64 4 0 0 20 0 12 0 256068471 827502592 5469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 202027 5469 1336 9 0 199389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808108

[startup+1.50196 s]
/proc/loadavg: 2.02 2.06 2.02 4/94 12537
/proc/meminfo: memFree=1620592/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=812544 CPUtime=1.47
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 9947 0 1 0 142 5 0 0 20 0 12 0 256068471 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 203136 7523 1352 9 0 200498 0
[pid=12525/tid=12527] ppid=12523 vsize=812544 CPUtime=0.6
/proc/12525/task/12527/stat : 12527 (java) R 12523 12525 9200 0 -1 64 4989 0 1 0 57 3 0 0 25 0 12 0 256068473 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12528] ppid=12523 vsize=812544 CPUtime=0
/proc/12525/task/12528/stat : 12528 (java) S 12523 12525 9200 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 256068474 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12529] ppid=12523 vsize=812544 CPUtime=0
/proc/12525/task/12529/stat : 12529 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 256068474 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12530] ppid=12523 vsize=812544 CPUtime=0
/proc/12525/task/12530/stat : 12530 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 256068475 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12531] ppid=12523 vsize=812544 CPUtime=0
/proc/12525/task/12531/stat : 12531 (java) S 12523 12525 9200 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 256068476 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12532] ppid=12523 vsize=812544 CPUtime=0
/proc/12525/task/12532/stat : 12532 (java) S 12523 12525 9200 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 256068476 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12533] ppid=12523 vsize=812544 CPUtime=0
/proc/12525/task/12533/stat : 12533 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12534] ppid=12523 vsize=812544 CPUtime=0.3
/proc/12525/task/12534/stat : 12534 (java) S 12523 12525 9200 0 -1 64 710 0 0 0 30 0 0 0 16 0 12 0 256068480 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12535] ppid=12523 vsize=812544 CPUtime=0.54
/proc/12525/task/12535/stat : 12535 (java) R 12523 12525 9200 0 -1 64 3483 0 0 0 54 0 0 0 17 0 12 0 256068480 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 102280033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12536] ppid=12523 vsize=812544 CPUtime=0
/proc/12525/task/12536/stat : 12536 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12537] ppid=12523 vsize=812544 CPUtime=0
/proc/12525/task/12537/stat : 12537 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 256068480 832045056 7523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812544

[startup+3.10227 s]
/proc/loadavg: 2.02 2.06 2.02 3/94 12537
/proc/meminfo: memFree=1594416/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=813592 CPUtime=3.13
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 29485 0 1 0 300 13 0 0 20 0 12 0 256068471 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 203398 25785 1368 9 0 200760 0
[pid=12525/tid=12527] ppid=12523 vsize=813592 CPUtime=1.54
/proc/12525/task/12527/stat : 12527 (java) R 12523 12525 9200 0 -1 64 17249 0 1 0 146 8 0 0 24 0 12 0 256068473 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4109572748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12528] ppid=12523 vsize=813592 CPUtime=0.08
/proc/12525/task/12528/stat : 12528 (java) S 12523 12525 9200 0 -1 64 3271 0 0 0 7 1 0 0 17 0 12 0 256068474 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12529] ppid=12523 vsize=813592 CPUtime=0.11
/proc/12525/task/12529/stat : 12529 (java) S 12523 12525 9200 0 -1 64 3452 0 0 0 10 1 0 0 18 0 12 0 256068474 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12530] ppid=12523 vsize=813592 CPUtime=0
/proc/12525/task/12530/stat : 12530 (java) S 12523 12525 9200 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 256068475 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12531] ppid=12523 vsize=813592 CPUtime=0
/proc/12525/task/12531/stat : 12531 (java) S 12523 12525 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 256068476 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12532] ppid=12523 vsize=813592 CPUtime=0
/proc/12525/task/12532/stat : 12532 (java) S 12523 12525 9200 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 256068476 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12533] ppid=12523 vsize=813592 CPUtime=0
/proc/12525/task/12533/stat : 12533 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12534] ppid=12523 vsize=813592 CPUtime=0.44
/proc/12525/task/12534/stat : 12534 (java) S 12523 12525 9200 0 -1 64 725 0 0 0 44 0 0 0 16 0 12 0 256068480 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12535] ppid=12523 vsize=813592 CPUtime=0.92
/proc/12525/task/12535/stat : 12535 (java) S 12523 12525 9200 0 -1 64 3996 0 0 0 91 1 0 0 16 0 12 0 256068480 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12536] ppid=12523 vsize=813592 CPUtime=0
/proc/12525/task/12536/stat : 12536 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12537] ppid=12523 vsize=813592 CPUtime=0
/proc/12525/task/12537/stat : 12537 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 256068480 833118208 25785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 813592

[startup+6.3019 s]
/proc/loadavg: 2.10 2.08 2.02 3/94 12543
/proc/meminfo: memFree=1410672/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=827452 CPUtime=6.85
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 78386 0 1 0 651 34 0 0 20 0 12 0 256068471 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 206863 70110 1368 9 0 204225 0
[pid=12525/tid=12527] ppid=12523 vsize=827452 CPUtime=2.98
/proc/12525/task/12527/stat : 12527 (java) R 12523 12525 9200 0 -1 64 17254 0 1 0 290 8 0 0 25 0 12 0 256068473 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4109806003 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12528] ppid=12523 vsize=827452 CPUtime=1.24
/proc/12525/task/12528/stat : 12528 (java) S 12523 12525 9200 0 -1 64 30003 0 0 0 112 12 0 0 19 0 12 0 256068474 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12529] ppid=12523 vsize=827452 CPUtime=1.22
/proc/12525/task/12529/stat : 12529 (java) S 12523 12525 9200 0 -1 64 25616 0 0 0 111 11 0 0 17 0 12 0 256068474 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12530] ppid=12523 vsize=827452 CPUtime=0
/proc/12525/task/12530/stat : 12530 (java) S 12523 12525 9200 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 256068475 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12531] ppid=12523 vsize=827452 CPUtime=0
/proc/12525/task/12531/stat : 12531 (java) S 12523 12525 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 256068476 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12532] ppid=12523 vsize=827452 CPUtime=0
/proc/12525/task/12532/stat : 12532 (java) S 12523 12525 9200 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 256068476 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12533] ppid=12523 vsize=827452 CPUtime=0
/proc/12525/task/12533/stat : 12533 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12534] ppid=12523 vsize=827452 CPUtime=0.44
/proc/12525/task/12534/stat : 12534 (java) S 12523 12525 9200 0 -1 64 725 0 0 0 44 0 0 0 16 0 12 0 256068480 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12535] ppid=12523 vsize=827452 CPUtime=0.92
/proc/12525/task/12535/stat : 12535 (java) S 12523 12525 9200 0 -1 64 3996 0 0 0 91 1 0 0 16 0 12 0 256068480 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12536] ppid=12523 vsize=827452 CPUtime=0
/proc/12525/task/12536/stat : 12536 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12537] ppid=12523 vsize=827452 CPUtime=0
/proc/12525/task/12537/stat : 12537 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 256068480 847310848 70110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 827452

[startup+12.7211 s]
/proc/loadavg: 2.25 2.11 2.03 5/94 12543
/proc/meminfo: memFree=1126968/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=832572 CPUtime=14.76
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 145783 0 1 0 1412 64 0 0 20 0 12 0 256068471 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 208143 133833 1368 9 0 205505 0
[pid=12525/tid=12527] ppid=12523 vsize=832572 CPUtime=5.05
/proc/12525/task/12527/stat : 12527 (java) R 12523 12525 9200 0 -1 64 23411 0 1 0 495 10 0 0 25 0 12 0 256068473 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12528] ppid=12523 vsize=832572 CPUtime=4.15
/proc/12525/task/12528/stat : 12528 (java) R 12523 12525 9200 0 -1 64 55071 0 0 0 392 23 0 0 16 0 12 0 256068474 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 105852863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12529] ppid=12523 vsize=832572 CPUtime=4.14
/proc/12525/task/12529/stat : 12529 (java) R 12523 12525 9200 0 -1 64 61788 0 0 0 387 27 0 0 16 0 12 0 256068474 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12530] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12530/stat : 12530 (java) R 12523 12525 9200 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 256068475 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12531] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12531/stat : 12531 (java) S 12523 12525 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 256068476 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12532] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12532/stat : 12532 (java) S 12523 12525 9200 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 256068476 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12533] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12533/stat : 12533 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12534] ppid=12523 vsize=832572 CPUtime=0.44
/proc/12525/task/12534/stat : 12534 (java) S 12523 12525 9200 0 -1 64 725 0 0 0 44 0 0 0 16 0 12 0 256068480 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12535] ppid=12523 vsize=832572 CPUtime=0.92
/proc/12525/task/12535/stat : 12535 (java) S 12523 12525 9200 0 -1 64 3996 0 0 0 91 1 0 0 16 0 12 0 256068480 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12536] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12536/stat : 12536 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12537] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12537/stat : 12537 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 256068480 852553728 133833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 832572

[startup+25.5026 s]
/proc/loadavg: 2.20 2.10 2.03 3/94 12543
/proc/meminfo: memFree=932152/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=832572 CPUtime=27.75
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 220906 0 1 0 2680 95 0 0 20 0 12 0 256068471 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 208143 177651 1372 9 0 205505 0
[pid=12525/tid=12527] ppid=12523 vsize=832572 CPUtime=6.57
/proc/12525/task/12527/stat : 12527 (java) S 12523 12525 9200 0 -1 64 35707 0 1 0 642 15 0 0 18 0 12 0 256068473 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12528] ppid=12523 vsize=832572 CPUtime=5.21
/proc/12525/task/12528/stat : 12528 (java) S 12523 12525 9200 0 -1 64 62964 0 0 0 494 27 0 0 16 0 12 0 256068474 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12529] ppid=12523 vsize=832572 CPUtime=5.22
/proc/12525/task/12529/stat : 12529 (java) S 12523 12525 9200 0 -1 64 78127 0 0 0 488 34 0 0 17 0 12 0 256068474 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12530] ppid=12523 vsize=832572 CPUtime=9.34
/proc/12525/task/12530/stat : 12530 (java) R 12523 12525 9200 0 -1 64 38624 0 0 0 918 16 0 0 25 0 12 0 256068475 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 106123392 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12531] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12531/stat : 12531 (java) S 12523 12525 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 256068476 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12532] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12532/stat : 12532 (java) S 12523 12525 9200 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 256068476 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12533] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12533/stat : 12533 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12534] ppid=12523 vsize=832572 CPUtime=0.44
/proc/12525/task/12534/stat : 12534 (java) S 12523 12525 9200 0 -1 64 725 0 0 0 44 0 0 0 16 0 12 0 256068480 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12535] ppid=12523 vsize=832572 CPUtime=0.92
/proc/12525/task/12535/stat : 12535 (java) S 12523 12525 9200 0 -1 64 3996 0 0 0 91 1 0 0 16 0 12 0 256068480 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12536] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12536/stat : 12536 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12537] ppid=12523 vsize=832572 CPUtime=0
/proc/12525/task/12537/stat : 12537 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 256068480 852553728 177651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.75
Current children cumulated vsize (KiB) 832572



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+27.8021 s]
/proc/loadavg: 2.20 2.10 2.03 3/94 12543
/proc/meminfo: memFree=893240/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=928580 CPUtime=30.04
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 238169 0 1 0 2901 103 0 0 20 0 12 0 256068471 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 232145 187409 1372 9 0 229507 0
[pid=12525/tid=12527] ppid=12523 vsize=928580 CPUtime=6.71
/proc/12525/task/12527/stat : 12527 (java) S 12523 12525 9200 0 -1 64 35708 0 1 0 656 15 0 0 18 0 12 0 256068473 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12528] ppid=12523 vsize=928580 CPUtime=5.21
/proc/12525/task/12528/stat : 12528 (java) S 12523 12525 9200 0 -1 64 62964 0 0 0 494 27 0 0 16 0 12 0 256068474 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12529] ppid=12523 vsize=928580 CPUtime=5.22
/proc/12525/task/12529/stat : 12529 (java) S 12523 12525 9200 0 -1 64 78127 0 0 0 488 34 0 0 17 0 12 0 256068474 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12530] ppid=12523 vsize=928580 CPUtime=11.48
/proc/12525/task/12530/stat : 12530 (java) R 12523 12525 9200 0 -1 64 55886 0 0 0 1125 23 0 0 25 0 12 0 256068475 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 103550850 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12531] ppid=12523 vsize=928580 CPUtime=0
/proc/12525/task/12531/stat : 12531 (java) S 12523 12525 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 256068476 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12532] ppid=12523 vsize=928580 CPUtime=0
/proc/12525/task/12532/stat : 12532 (java) S 12523 12525 9200 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 256068476 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12533] ppid=12523 vsize=928580 CPUtime=0
/proc/12525/task/12533/stat : 12533 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12534] ppid=12523 vsize=928580 CPUtime=0.44
/proc/12525/task/12534/stat : 12534 (java) S 12523 12525 9200 0 -1 64 725 0 0 0 44 0 0 0 16 0 12 0 256068480 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12535] ppid=12523 vsize=928580 CPUtime=0.92
/proc/12525/task/12535/stat : 12535 (java) S 12523 12525 9200 0 -1 64 3996 0 0 0 91 1 0 0 16 0 12 0 256068480 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12536] ppid=12523 vsize=928580 CPUtime=0
/proc/12525/task/12536/stat : 12536 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12537] ppid=12523 vsize=928580 CPUtime=0
/proc/12525/task/12537/stat : 12537 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 256068480 950865920 187409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.04
Current children cumulated vsize (KiB) 928580

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+28.6062 s]
/proc/loadavg: 2.20 2.10 2.03 3/95 12544
/proc/meminfo: memFree=867952/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=896576 CPUtime=30.82
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 252414 0 1 0 2974 108 0 0 16 0 12 0 256068471 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 224144 193652 1372 9 0 221506 0
[pid=12525/tid=12527] ppid=12523 vsize=896576 CPUtime=6.71
/proc/12525/task/12527/stat : 12527 (java) S 12523 12525 9200 0 -1 64 35708 0 1 0 656 15 0 0 18 0 12 0 256068473 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12528] ppid=12523 vsize=896576 CPUtime=5.21
/proc/12525/task/12528/stat : 12528 (java) S 12523 12525 9200 0 -1 64 62964 0 0 0 494 27 0 0 16 0 12 0 256068474 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12529] ppid=12523 vsize=896576 CPUtime=5.22
/proc/12525/task/12529/stat : 12529 (java) S 12523 12525 9200 0 -1 64 78127 0 0 0 488 34 0 0 17 0 12 0 256068474 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12530] ppid=12523 vsize=896576 CPUtime=12.27
/proc/12525/task/12530/stat : 12530 (java) R 12523 12525 9200 0 -1 64 70130 0 0 0 1199 28 0 0 25 0 12 0 256068475 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 106122382 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12531] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12531/stat : 12531 (java) S 12523 12525 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 256068476 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12532] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12532/stat : 12532 (java) S 12523 12525 9200 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 256068476 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12533] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12533/stat : 12533 (java) S 12523 12525 9200 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12534] ppid=12523 vsize=896576 CPUtime=0.44
/proc/12525/task/12534/stat : 12534 (java) S 12523 12525 9200 0 -1 64 725 0 0 0 44 0 0 0 16 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12535] ppid=12523 vsize=896576 CPUtime=0.92
/proc/12525/task/12535/stat : 12535 (java) S 12523 12525 9200 0 -1 64 3996 0 0 0 91 1 0 0 16 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12536] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12536/stat : 12536 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12537] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12537/stat : 12537 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.82
Current children cumulated vsize (KiB) 896576

[startup+29.4024 s]
/proc/loadavg: 2.20 2.10 2.03 3/95 12544
/proc/meminfo: memFree=867952/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=896576 CPUtime=31.62
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 252414 0 1 0 3054 108 0 0 16 0 12 0 256068471 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 224144 193652 1372 9 0 221506 0
[pid=12525/tid=12527] ppid=12523 vsize=896576 CPUtime=6.71
/proc/12525/task/12527/stat : 12527 (java) S 12523 12525 9200 0 -1 64 35708 0 1 0 656 15 0 0 18 0 12 0 256068473 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12528] ppid=12523 vsize=896576 CPUtime=5.21
/proc/12525/task/12528/stat : 12528 (java) S 12523 12525 9200 0 -1 64 62964 0 0 0 494 27 0 0 16 0 12 0 256068474 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12529] ppid=12523 vsize=896576 CPUtime=5.22
/proc/12525/task/12529/stat : 12529 (java) S 12523 12525 9200 0 -1 64 78127 0 0 0 488 34 0 0 17 0 12 0 256068474 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12530] ppid=12523 vsize=896576 CPUtime=13.06
/proc/12525/task/12530/stat : 12530 (java) R 12523 12525 9200 0 -1 64 70130 0 0 0 1278 28 0 0 25 0 12 0 256068475 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12531] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12531/stat : 12531 (java) S 12523 12525 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 256068476 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12532] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12532/stat : 12532 (java) S 12523 12525 9200 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 256068476 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12533] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12533/stat : 12533 (java) S 12523 12525 9200 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12534] ppid=12523 vsize=896576 CPUtime=0.44
/proc/12525/task/12534/stat : 12534 (java) S 12523 12525 9200 0 -1 64 725 0 0 0 44 0 0 0 16 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12535] ppid=12523 vsize=896576 CPUtime=0.92
/proc/12525/task/12535/stat : 12535 (java) S 12523 12525 9200 0 -1 64 3996 0 0 0 91 1 0 0 16 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12536] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12536/stat : 12536 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12537] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12537/stat : 12537 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.62
Current children cumulated vsize (KiB) 896576

[startup+29.8025 s]
/proc/loadavg: 2.20 2.10 2.03 3/95 12544
/proc/meminfo: memFree=867952/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=896576 CPUtime=32.01
/proc/12525/stat : 12525 (java) S 12523 12525 9200 0 -1 0 252414 0 1 0 3093 108 0 0 16 0 12 0 256068471 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 224144 193652 1372 9 0 221506 0
[pid=12525/tid=12527] ppid=12523 vsize=896576 CPUtime=6.71
/proc/12525/task/12527/stat : 12527 (java) S 12523 12525 9200 0 -1 64 35708 0 1 0 656 15 0 0 18 0 12 0 256068473 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12528] ppid=12523 vsize=896576 CPUtime=5.21
/proc/12525/task/12528/stat : 12528 (java) S 12523 12525 9200 0 -1 64 62964 0 0 0 494 27 0 0 16 0 12 0 256068474 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12529] ppid=12523 vsize=896576 CPUtime=5.22
/proc/12525/task/12529/stat : 12529 (java) S 12523 12525 9200 0 -1 64 78127 0 0 0 488 34 0 0 17 0 12 0 256068474 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12530] ppid=12523 vsize=896576 CPUtime=13.45
/proc/12525/task/12530/stat : 12530 (java) R 12523 12525 9200 0 -1 64 70130 0 0 0 1317 28 0 0 25 0 12 0 256068475 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12531] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12531/stat : 12531 (java) S 12523 12525 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 256068476 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12532] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12532/stat : 12532 (java) S 12523 12525 9200 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 256068476 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12525/tid=12533] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12533/stat : 12533 (java) S 12523 12525 9200 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12534] ppid=12523 vsize=896576 CPUtime=0.44
/proc/12525/task/12534/stat : 12534 (java) S 12523 12525 9200 0 -1 64 725 0 0 0 44 0 0 0 16 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12535] ppid=12523 vsize=896576 CPUtime=0.92
/proc/12525/task/12535/stat : 12535 (java) S 12523 12525 9200 0 -1 64 3996 0 0 0 91 1 0 0 16 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12536] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12536/stat : 12536 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12525/tid=12537] ppid=12523 vsize=896576 CPUtime=0
/proc/12525/task/12537/stat : 12537 (java) S 12523 12525 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 256068480 918093824 193652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.01
Current children cumulated vsize (KiB) 896576

[startup+29.9029 s]
/proc/loadavg: 2.20 2.10 2.03 3/95 12544
/proc/meminfo: memFree=867952/2055920 swapFree=4180776/4192956
[pid=12525] ppid=12523 vsize=0 CPUtime=32.1
/proc/12525/stat : 12525 (java) Z 12523 12525 9200 0 -1 1036 252414 0 1 0 3094 116 0 0 16 0 2 0 256068471 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12525/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 32.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 29.9278
CPU time (s): 32.1411
CPU user time (s): 30.9473
CPU system time (s): 1.19382
CPU usage (%): 107.395
Max. virtual memory (cumulated for all children) (KiB): 928580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9473
system time used= 1.19382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252414
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= 1492
involuntary context switches= 2398

runsolver used 0.042993 second user time and 0.111982 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 08:00:57
IDJOB=1067777
IDBENCH=55443
IDSOLVER=344
FILE ID=node85/1067777-1215151257
PBS_JOBID= 7877304
Free space on /tmp= 126864 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f87e4292cfe73339ea9f9057c89531b
RANDOM SEED=735731513

node85.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.272
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.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1640240 kB
Buffers:         49784 kB
Cached:         287444 kB
SwapCached:       6988 kB
Active:         124600 kB
Inactive:       242828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640240 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:          46064 kB
Slab:            32812 kB
Committed_AS:   616472 kB
PageTables:       2484 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= 126864 MiB
End job on node85 at 2008-07-04 08:01:27