Trace number 1067840

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) 30.6023 29.9454

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-05-01.xml
MD5SUM8841c2d81814f40e14090f85b18780af
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.417935
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints55
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension45
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.28	c See www.sat4j.org for details.
0.19/0.28	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1067840-1215151625.xml
0.29/0.37	c reading problem ... 
0.59/0.62	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
0.59/0.66	c reading relations done.
1.19/1.28	c reading predicates  done.
1.39/1.45	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-1067840-1215151625/watcher-1067840-1215151625 -o /tmp/evaluation-result-1067840-1215151625/solver-1067840-1215151625 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067840-1215151625.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.06 2.08 2.02 4/72 21754
/proc/meminfo: memFree=1818888/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=152 CPUtime=0
/proc/21754/stat : 21754 (java) R 21752 21754 16538 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1994137139 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 0 0 0
/proc/21754/statm: 38 26 19 9 0 4 0

[startup+0.00911205 s]
/proc/loadavg: 2.06 2.08 2.02 4/72 21754
/proc/meminfo: memFree=1818888/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=13012 CPUtime=0
/proc/21754/stat : 21754 (java) R 21752 21754 16538 0 -1 0 569 0 0 0 0 0 0 0 18 0 1 0 1994137139 13324288 370 996147200 134512640 134550740 4294956032 18446744073709551615 7484202 0 0 4096 0 0 0 0 17 0 0 0
/proc/21754/statm: 3253 376 138 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101118 s]
/proc/loadavg: 2.06 2.08 2.02 4/72 21754
/proc/meminfo: memFree=1818888/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=804756 CPUtime=0.08
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 3192 0 1 0 7 1 0 0 18 0 12 0 1994137139 824070144 2923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21754/statm: 201189 2928 1197 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301136 s]
/proc/loadavg: 2.06 2.08 2.02 4/72 21754
/proc/meminfo: memFree=1818888/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=807856 CPUtime=0.29
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 4981 0 1 0 26 3 0 0 18 0 12 0 1994137139 827244544 4327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21754/statm: 201964 4327 1310 9 0 199333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807856

[startup+0.701171 s]
/proc/loadavg: 2.06 2.08 2.02 4/72 21754
/proc/meminfo: memFree=1818888/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=807884 CPUtime=0.69
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 6147 0 1 0 65 4 0 0 18 0 12 0 1994137139 827273216 5491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21754/statm: 201971 5491 1335 9 0 199333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807884

[startup+1.50224 s]
/proc/loadavg: 2.06 2.08 2.02 3/84 21766
/proc/meminfo: memFree=1799912/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=812232 CPUtime=1.5
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 9864 0 1 0 143 7 0 0 18 0 12 0 1994137139 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21754/statm: 203058 8200 1358 9 0 200420 0
[pid=21754/tid=21756] ppid=21752 vsize=812232 CPUtime=0.75
/proc/21754/task/21756/stat : 21756 (java) R 21752 21754 16538 0 -1 64 5603 0 1 0 70 5 0 0 25 0 12 0 1994137140 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21757] ppid=21752 vsize=812232 CPUtime=0
/proc/21754/task/21757/stat : 21757 (java) S 21752 21754 16538 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1994137141 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21758] ppid=21752 vsize=812232 CPUtime=0
/proc/21754/task/21758/stat : 21758 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1994137141 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21759] ppid=21752 vsize=812232 CPUtime=0
/proc/21754/task/21759/stat : 21759 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1994137142 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21760] ppid=21752 vsize=812232 CPUtime=0
/proc/21754/task/21760/stat : 21760 (java) S 21752 21754 16538 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1994137143 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21761] ppid=21752 vsize=812232 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21752 21754 16538 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994137143 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21762] ppid=21752 vsize=812232 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21752 21754 16538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994137147 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21763] ppid=21752 vsize=812232 CPUtime=0.25
/proc/21754/task/21763/stat : 21763 (java) S 21752 21754 16538 0 -1 64 595 0 0 0 25 0 0 0 16 0 12 0 1994137147 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21764] ppid=21752 vsize=812232 CPUtime=0.47
/proc/21754/task/21764/stat : 21764 (java) R 21752 21754 16538 0 -1 64 2904 0 0 0 46 1 0 0 16 0 12 0 1994137147 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 106712577 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21765] ppid=21752 vsize=812232 CPUtime=0
/proc/21754/task/21765/stat : 21765 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994137147 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21766] ppid=21752 vsize=812232 CPUtime=0
/proc/21754/task/21766/stat : 21766 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994137147 831725568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 812232

[startup+3.10238 s]
/proc/loadavg: 2.06 2.08 2.02 3/84 21766
/proc/meminfo: memFree=1763112/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=817360 CPUtime=3.09
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 44198 0 1 0 288 21 0 0 18 0 12 0 1994137139 836976640 40854 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21754/statm: 204340 40856 1367 9 0 201702 0
[pid=21754/tid=21756] ppid=21752 vsize=817360 CPUtime=1.53
/proc/21754/task/21756/stat : 21756 (java) S 21752 21754 16538 0 -1 64 17237 0 1 0 142 11 0 0 19 0 12 0 1994137140 836976640 40857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21757] ppid=21752 vsize=817360 CPUtime=0.27
/proc/21754/task/21757/stat : 21757 (java) R 21752 21754 16538 0 -1 64 12593 0 0 0 23 4 0 0 17 0 12 0 1994137141 836976640 40859 996147200 134512640 134550740 4294956032 18446744073709551615 106158547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21758] ppid=21752 vsize=817360 CPUtime=0.22
/proc/21754/task/21758/stat : 21758 (java) R 21752 21754 16538 0 -1 64 9447 0 0 0 19 3 0 0 17 0 12 0 1994137141 836976640 40861 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21759] ppid=21752 vsize=817360 CPUtime=0
/proc/21754/task/21759/stat : 21759 (java) S 21752 21754 16538 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994137142 836976640 40863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21760] ppid=21752 vsize=817360 CPUtime=0
/proc/21754/task/21760/stat : 21760 (java) S 21752 21754 16538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994137143 836976640 40865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21761] ppid=21752 vsize=817360 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21752 21754 16538 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994137143 836976640 40867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21762] ppid=21752 vsize=817360 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21752 21754 16538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994137147 836976640 40869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21763] ppid=21752 vsize=817360 CPUtime=0.48
/proc/21754/task/21763/stat : 21763 (java) S 21752 21754 16538 0 -1 64 1226 0 0 0 48 0 0 0 16 0 12 0 1994137147 836976640 40871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21764] ppid=21752 vsize=817360 CPUtime=0.55
/proc/21754/task/21764/stat : 21764 (java) S 21752 21754 16538 0 -1 64 2914 0 0 0 54 1 0 0 16 0 12 0 1994137147 836976640 40873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21765] ppid=21752 vsize=817360 CPUtime=0
/proc/21754/task/21765/stat : 21765 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994137147 836976640 40874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21766] ppid=21752 vsize=817360 CPUtime=0
/proc/21754/task/21766/stat : 21766 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994137147 836976640 40876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 817360

[startup+6.30166 s]
/proc/loadavg: 2.14 2.09 2.03 5/84 21766
/proc/meminfo: memFree=1546920/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=832688 CPUtime=6.53
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 90311 0 1 0 614 39 0 0 18 0 12 0 1994137139 852672512 81320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21754/statm: 208172 81322 1367 9 0 205534 0
[pid=21754/tid=21756] ppid=21752 vsize=832688 CPUtime=2.93
/proc/21754/task/21756/stat : 21756 (java) S 21752 21754 16538 0 -1 64 17241 0 1 0 282 11 0 0 18 0 12 0 1994137140 852672512 81323 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21757] ppid=21752 vsize=832688 CPUtime=1.13
/proc/21754/task/21757/stat : 21757 (java) R 21752 21754 16538 0 -1 64 33235 0 0 0 101 12 0 0 20 0 12 0 1994137141 852672512 81325 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21758] ppid=21752 vsize=832688 CPUtime=1.38
/proc/21754/task/21758/stat : 21758 (java) R 21752 21754 16538 0 -1 64 34914 0 0 0 125 13 0 0 18 0 12 0 1994137141 852672512 81327 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21759] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21759/stat : 21759 (java) S 21752 21754 16538 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994137142 852672512 81329 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21760] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21760/stat : 21760 (java) S 21752 21754 16538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994137143 852672512 81331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21761] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21752 21754 16538 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994137143 852672512 81333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21762] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21752 21754 16538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994137147 852672512 81335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21763] ppid=21752 vsize=832688 CPUtime=0.48
/proc/21754/task/21763/stat : 21763 (java) S 21752 21754 16538 0 -1 64 1226 0 0 0 48 0 0 0 16 0 12 0 1994137147 852672512 81337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21764] ppid=21752 vsize=832688 CPUtime=0.55
/proc/21754/task/21764/stat : 21764 (java) S 21752 21754 16538 0 -1 64 2914 0 0 0 54 1 0 0 16 0 12 0 1994137147 852672512 81339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21765] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21765/stat : 21765 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994137147 852672512 81341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21766] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21766/stat : 21766 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994137147 852672512 81343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 832688

[startup+12.7022 s]
/proc/loadavg: 2.20 2.11 2.03 4/84 21766
/proc/meminfo: memFree=1267240/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=832688 CPUtime=12.93
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 157749 0 1 0 1227 66 0 0 18 0 12 0 1994137139 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21754/statm: 208172 148746 1367 9 0 205534 0
[pid=21754/tid=21756] ppid=21752 vsize=832688 CPUtime=5.1
/proc/21754/task/21756/stat : 21756 (java) R 21752 21754 16538 0 -1 64 23397 0 1 0 496 14 0 0 16 0 12 0 1994137140 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4109318634 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21757] ppid=21752 vsize=832688 CPUtime=2.94
/proc/21754/task/21757/stat : 21757 (java) R 21752 21754 16538 0 -1 64 68185 0 0 0 268 26 0 0 19 0 12 0 1994137141 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21758] ppid=21752 vsize=832688 CPUtime=3.82
/proc/21754/task/21758/stat : 21758 (java) R 21752 21754 16538 0 -1 64 61239 0 0 0 359 23 0 0 23 0 12 0 1994137141 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21759] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21759/stat : 21759 (java) S 21752 21754 16538 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994137142 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21760] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21760/stat : 21760 (java) S 21752 21754 16538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1994137143 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21761] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21752 21754 16538 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994137143 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21762] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21752 21754 16538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994137147 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21763] ppid=21752 vsize=832688 CPUtime=0.48
/proc/21754/task/21763/stat : 21763 (java) S 21752 21754 16538 0 -1 64 1226 0 0 0 48 0 0 0 16 0 12 0 1994137147 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21764] ppid=21752 vsize=832688 CPUtime=0.55
/proc/21754/task/21764/stat : 21764 (java) S 21752 21754 16538 0 -1 64 2914 0 0 0 54 1 0 0 16 0 12 0 1994137147 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21765] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21765/stat : 21765 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994137147 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21766] ppid=21752 vsize=832688 CPUtime=0
/proc/21754/task/21766/stat : 21766 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994137147 852672512 148746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 832688

[startup+25.5014 s]
/proc/loadavg: 2.23 2.12 2.04 3/84 21766
/proc/meminfo: memFree=1082024/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=864692 CPUtime=26.2
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 248996 0 1 0 2517 103 0 0 18 0 12 0 1994137139 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21754/statm: 216173 184964 1372 9 0 213535 0
[pid=21754/tid=21756] ppid=21752 vsize=864692 CPUtime=6.48
/proc/21754/task/21756/stat : 21756 (java) S 21752 21754 16538 0 -1 64 35691 0 1 0 629 19 0 0 18 0 12 0 1994137140 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21757] ppid=21752 vsize=864692 CPUtime=4.35
/proc/21754/task/21757/stat : 21757 (java) S 21752 21754 16538 0 -1 64 72665 0 0 0 407 28 0 0 17 0 12 0 1994137141 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21758] ppid=21752 vsize=864692 CPUtime=4.66
/proc/21754/task/21758/stat : 21758 (java) S 21752 21754 16538 0 -1 64 65879 0 0 0 442 24 0 0 16 0 12 0 1994137141 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21759] ppid=21752 vsize=864692 CPUtime=9.63
/proc/21754/task/21759/stat : 21759 (java) R 21752 21754 16538 0 -1 64 69859 0 0 0 935 28 0 0 25 0 12 0 1994137142 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 104136409 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21760] ppid=21752 vsize=864692 CPUtime=0
/proc/21754/task/21760/stat : 21760 (java) S 21752 21754 16538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994137143 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21761] ppid=21752 vsize=864692 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21752 21754 16538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994137143 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21762] ppid=21752 vsize=864692 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21752 21754 16538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994137147 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21763] ppid=21752 vsize=864692 CPUtime=0.48
/proc/21754/task/21763/stat : 21763 (java) S 21752 21754 16538 0 -1 64 1226 0 0 0 48 0 0 0 16 0 12 0 1994137147 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21764] ppid=21752 vsize=864692 CPUtime=0.55
/proc/21754/task/21764/stat : 21764 (java) S 21752 21754 16538 0 -1 64 2914 0 0 0 54 1 0 0 16 0 12 0 1994137147 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21765] ppid=21752 vsize=864692 CPUtime=0
/proc/21754/task/21765/stat : 21765 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994137147 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21766] ppid=21752 vsize=864692 CPUtime=0
/proc/21754/task/21766/stat : 21766 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994137147 885444608 184964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.2
Current children cumulated vsize (KiB) 864692



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+27.8026 s]
/proc/loadavg: 2.23 2.12 2.04 3/84 21766
/proc/meminfo: memFree=1069160/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=928696 CPUtime=28.47
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 267989 0 1 0 2736 111 0 0 18 0 12 0 1994137139 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21754/statm: 232174 188200 1372 9 0 229536 0
[pid=21754/tid=21756] ppid=21752 vsize=928696 CPUtime=6.68
/proc/21754/task/21756/stat : 21756 (java) S 21752 21754 16538 0 -1 64 35692 0 1 0 649 19 0 0 18 0 12 0 1994137140 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21757] ppid=21752 vsize=928696 CPUtime=4.35
/proc/21754/task/21757/stat : 21757 (java) S 21752 21754 16538 0 -1 64 72665 0 0 0 407 28 0 0 17 0 12 0 1994137141 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21758] ppid=21752 vsize=928696 CPUtime=4.66
/proc/21754/task/21758/stat : 21758 (java) S 21752 21754 16538 0 -1 64 65879 0 0 0 442 24 0 0 16 0 12 0 1994137141 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21759] ppid=21752 vsize=928696 CPUtime=11.71
/proc/21754/task/21759/stat : 21759 (java) R 21752 21754 16538 0 -1 64 88851 0 0 0 1135 36 0 0 25 0 12 0 1994137142 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21760] ppid=21752 vsize=928696 CPUtime=0
/proc/21754/task/21760/stat : 21760 (java) S 21752 21754 16538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994137143 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21761] ppid=21752 vsize=928696 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21752 21754 16538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994137143 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21762] ppid=21752 vsize=928696 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21752 21754 16538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994137147 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21763] ppid=21752 vsize=928696 CPUtime=0.48
/proc/21754/task/21763/stat : 21763 (java) S 21752 21754 16538 0 -1 64 1226 0 0 0 48 0 0 0 16 0 12 0 1994137147 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21764] ppid=21752 vsize=928696 CPUtime=0.55
/proc/21754/task/21764/stat : 21764 (java) S 21752 21754 16538 0 -1 64 2914 0 0 0 54 1 0 0 16 0 12 0 1994137147 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21765] ppid=21752 vsize=928696 CPUtime=0
/proc/21754/task/21765/stat : 21765 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994137147 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21766] ppid=21752 vsize=928696 CPUtime=0
/proc/21754/task/21766/stat : 21766 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994137147 950984704 188200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.47
Current children cumulated vsize (KiB) 928696

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.6076 s]
/proc/loadavg: 2.23 2.12 2.04 3/85 21767
/proc/meminfo: memFree=1049824/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=896692 CPUtime=29.26
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 280755 0 1 0 2810 116 0 0 16 0 12 0 1994137139 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21754/statm: 224173 192964 1372 9 0 221535 0
[pid=21754/tid=21756] ppid=21752 vsize=896692 CPUtime=6.68
/proc/21754/task/21756/stat : 21756 (java) S 21752 21754 16538 0 -1 64 35692 0 1 0 649 19 0 0 18 0 12 0 1994137140 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21757] ppid=21752 vsize=896692 CPUtime=4.35
/proc/21754/task/21757/stat : 21757 (java) S 21752 21754 16538 0 -1 64 72665 0 0 0 407 28 0 0 17 0 12 0 1994137141 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21758] ppid=21752 vsize=896692 CPUtime=4.66
/proc/21754/task/21758/stat : 21758 (java) S 21752 21754 16538 0 -1 64 65879 0 0 0 442 24 0 0 16 0 12 0 1994137141 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21759] ppid=21752 vsize=896692 CPUtime=12.5
/proc/21754/task/21759/stat : 21759 (java) R 21752 21754 16538 0 -1 64 101616 0 0 0 1209 41 0 0 25 0 12 0 1994137142 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 106122531 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21760] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21760/stat : 21760 (java) S 21752 21754 16538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994137143 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21761] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21752 21754 16538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994137143 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21762] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21752 21754 16538 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21763] ppid=21752 vsize=896692 CPUtime=0.48
/proc/21754/task/21763/stat : 21763 (java) S 21752 21754 16538 0 -1 64 1226 0 0 0 48 0 0 0 16 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21764] ppid=21752 vsize=896692 CPUtime=0.55
/proc/21754/task/21764/stat : 21764 (java) S 21752 21754 16538 0 -1 64 2914 0 0 0 54 1 0 0 16 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21765] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21765/stat : 21765 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21766] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21766/stat : 21766 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.26
Current children cumulated vsize (KiB) 896692

[startup+29.4027 s]
/proc/loadavg: 2.23 2.12 2.04 3/85 21767
/proc/meminfo: memFree=1049824/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=896692 CPUtime=30.05
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 280755 0 1 0 2889 116 0 0 16 0 12 0 1994137139 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21754/statm: 224173 192964 1372 9 0 221535 0
[pid=21754/tid=21756] ppid=21752 vsize=896692 CPUtime=6.68
/proc/21754/task/21756/stat : 21756 (java) S 21752 21754 16538 0 -1 64 35692 0 1 0 649 19 0 0 18 0 12 0 1994137140 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21757] ppid=21752 vsize=896692 CPUtime=4.35
/proc/21754/task/21757/stat : 21757 (java) S 21752 21754 16538 0 -1 64 72665 0 0 0 407 28 0 0 17 0 12 0 1994137141 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21758] ppid=21752 vsize=896692 CPUtime=4.66
/proc/21754/task/21758/stat : 21758 (java) S 21752 21754 16538 0 -1 64 65879 0 0 0 442 24 0 0 16 0 12 0 1994137141 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21759] ppid=21752 vsize=896692 CPUtime=13.29
/proc/21754/task/21759/stat : 21759 (java) R 21752 21754 16538 0 -1 64 101616 0 0 0 1288 41 0 0 25 0 12 0 1994137142 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 106123411 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21760] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21760/stat : 21760 (java) S 21752 21754 16538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994137143 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21761] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21752 21754 16538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994137143 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21762] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21752 21754 16538 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21763] ppid=21752 vsize=896692 CPUtime=0.48
/proc/21754/task/21763/stat : 21763 (java) S 21752 21754 16538 0 -1 64 1226 0 0 0 48 0 0 0 16 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21764] ppid=21752 vsize=896692 CPUtime=0.55
/proc/21754/task/21764/stat : 21764 (java) S 21752 21754 16538 0 -1 64 2914 0 0 0 54 1 0 0 16 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21765] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21765/stat : 21765 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21766] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21766/stat : 21766 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994137147 918212608 192964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.05
Current children cumulated vsize (KiB) 896692

[startup+29.8027 s]
/proc/loadavg: 2.21 2.12 2.03 3/85 21767
/proc/meminfo: memFree=1049824/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=896692 CPUtime=30.45
/proc/21754/stat : 21754 (java) S 21752 21754 16538 0 -1 0 281118 0 1 0 2929 116 0 0 16 0 12 0 1994137139 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21754/statm: 224173 193327 1372 9 0 221535 0
[pid=21754/tid=21756] ppid=21752 vsize=896692 CPUtime=6.68
/proc/21754/task/21756/stat : 21756 (java) S 21752 21754 16538 0 -1 64 35692 0 1 0 649 19 0 0 18 0 12 0 1994137140 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21757] ppid=21752 vsize=896692 CPUtime=4.35
/proc/21754/task/21757/stat : 21757 (java) S 21752 21754 16538 0 -1 64 72665 0 0 0 407 28 0 0 17 0 12 0 1994137141 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21758] ppid=21752 vsize=896692 CPUtime=4.66
/proc/21754/task/21758/stat : 21758 (java) S 21752 21754 16538 0 -1 64 65879 0 0 0 442 24 0 0 16 0 12 0 1994137141 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21759] ppid=21752 vsize=896692 CPUtime=13.68
/proc/21754/task/21759/stat : 21759 (java) R 21752 21754 16538 0 -1 64 101979 0 0 0 1327 41 0 0 25 0 12 0 1994137142 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21760] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21760/stat : 21760 (java) S 21752 21754 16538 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994137143 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21761] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21761/stat : 21761 (java) S 21752 21754 16538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994137143 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21762] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21762/stat : 21762 (java) S 21752 21754 16538 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994137147 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21754/tid=21763] ppid=21752 vsize=896692 CPUtime=0.48
/proc/21754/task/21763/stat : 21763 (java) S 21752 21754 16538 0 -1 64 1226 0 0 0 48 0 0 0 16 0 12 0 1994137147 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21764] ppid=21752 vsize=896692 CPUtime=0.55
/proc/21754/task/21764/stat : 21764 (java) S 21752 21754 16538 0 -1 64 2914 0 0 0 54 1 0 0 16 0 12 0 1994137147 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21765] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21765/stat : 21765 (java) S 21752 21754 16538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994137147 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21754/tid=21766] ppid=21752 vsize=896692 CPUtime=0
/proc/21754/task/21766/stat : 21766 (java) S 21752 21754 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994137147 918212608 193327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.45
Current children cumulated vsize (KiB) 896692

[startup+29.9029 s]
/proc/loadavg: 2.21 2.12 2.03 3/85 21767
/proc/meminfo: memFree=1049824/2055920 swapFree=4180972/4192956
[pid=21754] ppid=21752 vsize=0 CPUtime=30.55
/proc/21754/stat : 21754 (java) Z 21752 21754 16538 0 -1 1036 281118 0 1 0 2931 124 0 0 16 0 2 0 1994137139 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21754/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.55
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 29.9454
CPU time (s): 30.6023
CPU user time (s): 29.3135
CPU system time (s): 1.2888
CPU usage (%): 102.194
Max. virtual memory (cumulated for all children) (KiB): 928696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.3135
system time used= 1.2888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281118
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= 1190
involuntary context switches= 1440

runsolver used 0.044993 second user time and 0.108983 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 08:07:05
IDJOB=1067840
IDBENCH=55449
IDSOLVER=344
FILE ID=node15/1067840-1215151625
PBS_JOBID= 7877322
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8841c2d81814f40e14090f85b18780af
RANDOM SEED=1997246098

node15.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.229
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.229
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:       1819368 kB
Buffers:         30048 kB
Cached:         134476 kB
SwapCached:       6020 kB
Active:         120820 kB
Inactive:        55292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819368 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:          19124 kB
Slab:            45716 kB
Committed_AS:  3489624 kB
PageTables:       1868 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= 66560 MiB
End job on node15 at 2008-07-04 08:07:35