Trace number 1079470

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) 31.6662 30.4782

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-8_ext.xml
MD5SUMeb78565b2c1c549f39d6f29bd7fb9161
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.0468
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1079470-1215209804.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.67/0.73	c reading relations done.
1.47/1.51	c reading constraints
31.48/30.32	c starts		: 0
31.48/30.32	c conflicts		: 0
31.48/30.32	c decisions		: 0
31.48/30.32	c propagations		: 0
31.48/30.32	c inspects		: 0
31.48/30.32	c learnt literals	: 0
31.48/30.32	c learnt binary clauses	: 0
31.48/30.32	c learnt ternary clauses	: 0
31.48/30.32	c learnt clauses	: 0
31.48/30.32	c ignored clauses	: 0
31.48/30.32	c root simplifications	: 0
31.48/30.32	c removed literals (reason simplification)	: 0
31.48/30.32	c reason swapping (by a shorter reason)	: 0
31.48/30.32	c Calls to reduceDB	: 0
31.48/30.32	c speed (assignments/second)	: 0.0
31.48/30.32	c non guided choices	0
31.48/30.32	s UNKNOWN
31.48/30.32	c Total wall clock time (in seconds) : 29.916

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1079470-1215209804/watcher-1079470-1215209804 -o /tmp/evaluation-result-1079470-1215209804/solver-1079470-1215209804 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079470-1215209804.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.05 2.00 2.00 4/72 25267
/proc/meminfo: memFree=1715872/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=1472 CPUtime=0
/proc/25267/stat : 25267 (java6) R 25265 25267 23359 0 -1 0 96 0 0 0 0 0 0 0 18 0 1 0 1999955728 1507328 70 996147200 134512640 134550740 4294956176 18446744073709551615 2653856 0 0 4096 0 0 0 0 17 0 0 0
/proc/25267/statm: 368 78 58 9 0 10 0

[startup+0.0267829 s]
/proc/loadavg: 2.05 2.00 2.00 4/72 25267
/proc/meminfo: memFree=1715872/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=801432 CPUtime=0.02
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 2465 0 1 0 1 1 0 0 18 0 5 0 1999955728 820666368 2203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 200358 2203 936 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.116802 s]
/proc/loadavg: 2.05 2.00 2.00 4/72 25267
/proc/meminfo: memFree=1715872/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=805076 CPUtime=0.1
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 3323 0 1 0 8 2 0 0 18 0 12 0 1999955728 824397824 3054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 201269 3054 1249 9 0 198638 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 805076

[startup+0.301839 s]
/proc/loadavg: 2.05 2.00 2.00 4/72 25267
/proc/meminfo: memFree=1715872/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=808276 CPUtime=0.28
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 4973 0 1 0 25 3 0 0 18 0 12 0 1999955728 827674624 4300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 202069 4300 1298 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701918 s]
/proc/loadavg: 2.05 2.00 2.00 4/72 25267
/proc/meminfo: memFree=1715872/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=808304 CPUtime=0.67
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 6360 0 1 0 62 5 0 0 18 0 12 0 1999955728 827703296 5488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 202076 5488 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50207 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 25279
/proc/meminfo: memFree=1696640/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=812152 CPUtime=1.47
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 10517 0 1 0 140 7 0 0 18 0 12 0 1999955728 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 203038 8546 1349 9 0 200400 0
[pid=25267/tid=25269] ppid=25265 vsize=812152 CPUtime=0.67
/proc/25267/task/25269/stat : 25269 (java) R 25265 25267 23359 0 -1 64 5915 0 1 0 62 5 0 0 25 0 12 0 1999955730 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4109600094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25270] ppid=25265 vsize=812152 CPUtime=0
/proc/25267/task/25270/stat : 25270 (java) S 25265 25267 23359 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1999955731 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25271] ppid=25265 vsize=812152 CPUtime=0
/proc/25267/task/25271/stat : 25271 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1999955731 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25272] ppid=25265 vsize=812152 CPUtime=0
/proc/25267/task/25272/stat : 25272 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1999955733 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25273] ppid=25265 vsize=812152 CPUtime=0
/proc/25267/task/25273/stat : 25273 (java) S 25265 25267 23359 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1999955733 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25274] ppid=25265 vsize=812152 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25265 25267 23359 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999955733 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25275] ppid=25265 vsize=812152 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25265 25267 23359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999955737 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25276] ppid=25265 vsize=812152 CPUtime=0.35
/proc/25267/task/25276/stat : 25276 (java) S 25265 25267 23359 0 -1 64 727 0 0 0 35 0 0 0 16 0 12 0 1999955737 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25277] ppid=25265 vsize=812152 CPUtime=0.43
/proc/25267/task/25277/stat : 25277 (java) S 25265 25267 23359 0 -1 64 3114 0 0 0 42 1 0 0 16 0 12 0 1999955737 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25278] ppid=25265 vsize=812152 CPUtime=0
/proc/25267/task/25278/stat : 25278 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999955737 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25279] ppid=25265 vsize=812152 CPUtime=0
/proc/25267/task/25279/stat : 25279 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999955737 831643648 8546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812152

[startup+3.10239 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 25279
/proc/meminfo: memFree=1668352/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=817280 CPUtime=3.15
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 39360 0 1 0 296 19 0 0 18 0 12 0 1999955728 836894720 35089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 204320 35092 1360 9 0 201682 0
[pid=25267/tid=25269] ppid=25265 vsize=817280 CPUtime=1.5
/proc/25267/task/25269/stat : 25269 (java) R 25265 25267 23359 0 -1 64 16972 0 1 0 142 8 0 0 19 0 12 0 1999955730 836894720 35094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25270] ppid=25265 vsize=817280 CPUtime=0.24
/proc/25267/task/25270/stat : 25270 (java) R 25265 25267 23359 0 -1 64 9028 0 0 0 21 3 0 0 16 0 12 0 1999955731 836894720 35096 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25271] ppid=25265 vsize=817280 CPUtime=0.23
/proc/25267/task/25271/stat : 25271 (java) R 25265 25267 23359 0 -1 64 7892 0 0 0 21 2 0 0 16 0 12 0 1999955731 836894720 35098 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25272] ppid=25265 vsize=817280 CPUtime=0
/proc/25267/task/25272/stat : 25272 (java) S 25265 25267 23359 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999955733 836894720 35100 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25273] ppid=25265 vsize=817280 CPUtime=0
/proc/25267/task/25273/stat : 25273 (java) S 25265 25267 23359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999955733 836894720 35102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25274] ppid=25265 vsize=817280 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25265 25267 23359 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999955733 836894720 35104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25275] ppid=25265 vsize=817280 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25265 25267 23359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999955737 836894720 35106 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25276] ppid=25265 vsize=817280 CPUtime=0.59
/proc/25267/task/25276/stat : 25276 (java) S 25265 25267 23359 0 -1 64 1566 0 0 0 59 0 0 0 16 0 12 0 1999955737 836894720 35108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25277] ppid=25265 vsize=817280 CPUtime=0.51
/proc/25267/task/25277/stat : 25277 (java) S 25265 25267 23359 0 -1 64 3122 0 0 0 50 1 0 0 16 0 12 0 1999955737 836894720 35110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25278] ppid=25265 vsize=817280 CPUtime=0
/proc/25267/task/25278/stat : 25278 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999955737 836894720 35114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25279] ppid=25265 vsize=817280 CPUtime=0
/proc/25267/task/25279/stat : 25279 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999955737 836894720 35120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 817280

[startup+6.30302 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 25279
/proc/meminfo: memFree=1466688/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=827520 CPUtime=7.08
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 86851 0 1 0 666 42 0 0 18 0 12 0 1999955728 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 206880 75412 1360 9 0 204242 0
[pid=25267/tid=25269] ppid=25265 vsize=827520 CPUtime=2.91
/proc/25267/task/25269/stat : 25269 (java) R 25265 25267 23359 0 -1 64 16976 0 1 0 282 9 0 0 17 0 12 0 1999955730 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4109555251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25270] ppid=25265 vsize=827520 CPUtime=1.43
/proc/25267/task/25270/stat : 25270 (java) R 25265 25267 23359 0 -1 64 30939 0 0 0 129 14 0 0 20 0 12 0 1999955731 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25271] ppid=25265 vsize=827520 CPUtime=1.57
/proc/25267/task/25271/stat : 25271 (java) S 25265 25267 23359 0 -1 64 33460 0 0 0 143 14 0 0 19 0 12 0 1999955731 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25272] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25272/stat : 25272 (java) S 25265 25267 23359 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999955733 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25273] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25273/stat : 25273 (java) S 25265 25267 23359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999955733 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25274] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25265 25267 23359 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999955733 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25275] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25265 25267 23359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999955737 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25276] ppid=25265 vsize=827520 CPUtime=0.59
/proc/25267/task/25276/stat : 25276 (java) S 25265 25267 23359 0 -1 64 1566 0 0 0 59 0 0 0 16 0 12 0 1999955737 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25277] ppid=25265 vsize=827520 CPUtime=0.51
/proc/25267/task/25277/stat : 25277 (java) S 25265 25267 23359 0 -1 64 3122 0 0 0 50 1 0 0 16 0 12 0 1999955737 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25278] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25278/stat : 25278 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999955737 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25279] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25279/stat : 25279 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999955737 847380480 75412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 827520

[startup+12.7023 s]
/proc/loadavg: 2.20 2.03 2.01 4/84 25279
/proc/meminfo: memFree=1212160/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=827520 CPUtime=13.43
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 146192 0 1 0 1274 69 0 0 18 0 12 0 1999955728 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 206880 134743 1360 9 0 204242 0
[pid=25267/tid=25269] ppid=25265 vsize=827520 CPUtime=5.12
/proc/25267/task/25269/stat : 25269 (java) S 25265 25267 23359 0 -1 64 23130 0 1 0 500 12 0 0 16 0 12 0 1999955730 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25270] ppid=25265 vsize=827520 CPUtime=1.87
/proc/25267/task/25270/stat : 25270 (java) R 25265 25267 23359 0 -1 64 32367 0 0 0 172 15 0 0 23 0 12 0 1999955731 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25271] ppid=25265 vsize=827520 CPUtime=5.27
/proc/25267/task/25271/stat : 25271 (java) R 25265 25267 23359 0 -1 64 85219 0 0 0 490 37 0 0 17 0 12 0 1999955731 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25272] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25272/stat : 25272 (java) S 25265 25267 23359 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999955733 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25273] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25273/stat : 25273 (java) S 25265 25267 23359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999955733 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25274] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25265 25267 23359 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1999955733 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25275] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25265 25267 23359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999955737 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25276] ppid=25265 vsize=827520 CPUtime=0.59
/proc/25267/task/25276/stat : 25276 (java) S 25265 25267 23359 0 -1 64 1566 0 0 0 59 0 0 0 16 0 12 0 1999955737 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25277] ppid=25265 vsize=827520 CPUtime=0.51
/proc/25267/task/25277/stat : 25277 (java) S 25265 25267 23359 0 -1 64 3122 0 0 0 50 1 0 0 16 0 12 0 1999955737 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25278] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25278/stat : 25278 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999955737 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25279] ppid=25265 vsize=827520 CPUtime=0
/proc/25267/task/25279/stat : 25279 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999955737 847380480 134743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 827520

[startup+25.5018 s]
/proc/loadavg: 2.38 2.08 2.03 3/84 25279
/proc/meminfo: memFree=1017664/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=829524 CPUtime=26.68
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 204306 0 1 0 2577 91 0 0 18 0 12 0 1999955728 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 207381 175337 1365 9 0 204743 0
[pid=25267/tid=25269] ppid=25265 vsize=829524 CPUtime=7.07
/proc/25267/task/25269/stat : 25269 (java) S 25265 25267 23359 0 -1 64 35427 0 1 0 691 16 0 0 18 0 12 0 1999955730 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25270] ppid=25265 vsize=829524 CPUtime=2.62
/proc/25267/task/25270/stat : 25270 (java) S 25265 25267 23359 0 -1 64 32367 0 0 0 247 15 0 0 19 0 12 0 1999955731 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25271] ppid=25265 vsize=829524 CPUtime=7.45
/proc/25267/task/25271/stat : 25271 (java) S 25265 25267 23359 0 -1 64 106323 0 0 0 700 45 0 0 16 0 12 0 1999955731 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25272] ppid=25265 vsize=829524 CPUtime=8.36
/proc/25267/task/25272/stat : 25272 (java) R 25265 25267 23359 0 -1 64 24740 0 0 0 827 9 0 0 25 0 12 0 1999955733 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 106122257 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25273] ppid=25265 vsize=829524 CPUtime=0
/proc/25267/task/25273/stat : 25273 (java) S 25265 25267 23359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999955733 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25274] ppid=25265 vsize=829524 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25265 25267 23359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999955733 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25275] ppid=25265 vsize=829524 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25265 25267 23359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999955737 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25276] ppid=25265 vsize=829524 CPUtime=0.59
/proc/25267/task/25276/stat : 25276 (java) S 25265 25267 23359 0 -1 64 1566 0 0 0 59 0 0 0 16 0 12 0 1999955737 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25277] ppid=25265 vsize=829524 CPUtime=0.51
/proc/25267/task/25277/stat : 25277 (java) S 25265 25267 23359 0 -1 64 3122 0 0 0 50 1 0 0 16 0 12 0 1999955737 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25278] ppid=25265 vsize=829524 CPUtime=0
/proc/25267/task/25278/stat : 25278 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999955737 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25279] ppid=25265 vsize=829524 CPUtime=0
/proc/25267/task/25279/stat : 25279 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999955737 849432576 175337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.68
Current children cumulated vsize (KiB) 829524



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+28.4024 s]
/proc/loadavg: 2.38 2.08 2.03 3/84 25279
/proc/meminfo: memFree=934016/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=891524 CPUtime=29.59
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 236064 0 1 0 2857 102 0 0 18 0 12 0 1999955728 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 222881 190837 1365 9 0 220243 0
[pid=25267/tid=25269] ppid=25265 vsize=891524 CPUtime=7.26
/proc/25267/task/25269/stat : 25269 (java) S 25265 25267 23359 0 -1 64 35428 0 1 0 710 16 0 0 18 0 12 0 1999955730 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25270] ppid=25265 vsize=891524 CPUtime=2.62
/proc/25267/task/25270/stat : 25270 (java) S 25265 25267 23359 0 -1 64 32367 0 0 0 247 15 0 0 19 0 12 0 1999955731 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25271] ppid=25265 vsize=891524 CPUtime=7.45
/proc/25267/task/25271/stat : 25271 (java) S 25265 25267 23359 0 -1 64 106323 0 0 0 700 45 0 0 16 0 12 0 1999955731 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25272] ppid=25265 vsize=891524 CPUtime=11.08
/proc/25267/task/25272/stat : 25272 (java) R 25265 25267 23359 0 -1 64 56497 0 0 0 1088 20 0 0 25 0 12 0 1999955733 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 105677195 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25273] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25273/stat : 25273 (java) S 25265 25267 23359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999955733 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25274] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25265 25267 23359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999955733 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25275] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25265 25267 23359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25276] ppid=25265 vsize=891524 CPUtime=0.59
/proc/25267/task/25276/stat : 25276 (java) S 25265 25267 23359 0 -1 64 1566 0 0 0 59 0 0 0 16 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25277] ppid=25265 vsize=891524 CPUtime=0.51
/proc/25267/task/25277/stat : 25277 (java) S 25265 25267 23359 0 -1 64 3122 0 0 0 50 1 0 0 16 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25278] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25278/stat : 25278 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25279] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25279/stat : 25279 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.59
Current children cumulated vsize (KiB) 891524

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.6074 s]
/proc/loadavg: 2.38 2.08 2.03 3/85 25280
/proc/meminfo: memFree=955512/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=891524 CPUtime=29.79
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 236065 0 1 0 2877 102 0 0 16 0 12 0 1999955728 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 222881 190837 1365 9 0 220243 0
[pid=25267/tid=25269] ppid=25265 vsize=891524 CPUtime=7.26
/proc/25267/task/25269/stat : 25269 (java) S 25265 25267 23359 0 -1 64 35428 0 1 0 710 16 0 0 18 0 12 0 1999955730 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25270] ppid=25265 vsize=891524 CPUtime=2.62
/proc/25267/task/25270/stat : 25270 (java) S 25265 25267 23359 0 -1 64 32367 0 0 0 247 15 0 0 19 0 12 0 1999955731 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25271] ppid=25265 vsize=891524 CPUtime=7.45
/proc/25267/task/25271/stat : 25271 (java) S 25265 25267 23359 0 -1 64 106323 0 0 0 700 45 0 0 16 0 12 0 1999955731 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25272] ppid=25265 vsize=891524 CPUtime=11.28
/proc/25267/task/25272/stat : 25272 (java) R 25265 25267 23359 0 -1 64 56497 0 0 0 1108 20 0 0 25 0 12 0 1999955733 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25273] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25273/stat : 25273 (java) S 25265 25267 23359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999955733 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25274] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25265 25267 23359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999955733 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25275] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25265 25267 23359 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25276] ppid=25265 vsize=891524 CPUtime=0.59
/proc/25267/task/25276/stat : 25276 (java) S 25265 25267 23359 0 -1 64 1566 0 0 0 59 0 0 0 16 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25277] ppid=25265 vsize=891524 CPUtime=0.51
/proc/25267/task/25277/stat : 25277 (java) S 25265 25267 23359 0 -1 64 3122 0 0 0 50 1 0 0 16 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25278] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25278/stat : 25278 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25279] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25279/stat : 25279 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.79
Current children cumulated vsize (KiB) 891524

[startup+29.4025 s]
/proc/loadavg: 2.38 2.08 2.03 3/85 25280
/proc/meminfo: memFree=955512/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=891524 CPUtime=30.58
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 236065 0 1 0 2956 102 0 0 16 0 12 0 1999955728 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 222881 190837 1365 9 0 220243 0
[pid=25267/tid=25269] ppid=25265 vsize=891524 CPUtime=7.26
/proc/25267/task/25269/stat : 25269 (java) S 25265 25267 23359 0 -1 64 35428 0 1 0 710 16 0 0 18 0 12 0 1999955730 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25270] ppid=25265 vsize=891524 CPUtime=2.62
/proc/25267/task/25270/stat : 25270 (java) S 25265 25267 23359 0 -1 64 32367 0 0 0 247 15 0 0 19 0 12 0 1999955731 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25271] ppid=25265 vsize=891524 CPUtime=7.45
/proc/25267/task/25271/stat : 25271 (java) S 25265 25267 23359 0 -1 64 106323 0 0 0 700 45 0 0 16 0 12 0 1999955731 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25272] ppid=25265 vsize=891524 CPUtime=12.09
/proc/25267/task/25272/stat : 25272 (java) R 25265 25267 23359 0 -1 64 56497 0 0 0 1188 21 0 0 25 0 12 0 1999955733 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 104136387 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25273] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25273/stat : 25273 (java) S 25265 25267 23359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999955733 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25274] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25265 25267 23359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999955733 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25275] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25265 25267 23359 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25276] ppid=25265 vsize=891524 CPUtime=0.59
/proc/25267/task/25276/stat : 25276 (java) S 25265 25267 23359 0 -1 64 1566 0 0 0 59 0 0 0 16 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25277] ppid=25265 vsize=891524 CPUtime=0.51
/proc/25267/task/25277/stat : 25277 (java) S 25265 25267 23359 0 -1 64 3122 0 0 0 50 1 0 0 16 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25278] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25278/stat : 25278 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25279] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25279/stat : 25279 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999955737 912920576 190837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.58
Current children cumulated vsize (KiB) 891524

[startup+30.2017 s]
/proc/loadavg: 2.35 2.08 2.02 3/85 25280
/proc/meminfo: memFree=955512/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=891524 CPUtime=31.37
/proc/25267/stat : 25267 (java) S 25265 25267 23359 0 -1 0 236929 0 1 0 3035 102 0 0 16 0 12 0 1999955728 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25267/statm: 222881 191701 1365 9 0 220243 0
[pid=25267/tid=25269] ppid=25265 vsize=891524 CPUtime=7.26
/proc/25267/task/25269/stat : 25269 (java) S 25265 25267 23359 0 -1 64 35428 0 1 0 710 16 0 0 18 0 12 0 1999955730 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25270] ppid=25265 vsize=891524 CPUtime=2.62
/proc/25267/task/25270/stat : 25270 (java) S 25265 25267 23359 0 -1 64 32367 0 0 0 247 15 0 0 19 0 12 0 1999955731 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25271] ppid=25265 vsize=891524 CPUtime=7.45
/proc/25267/task/25271/stat : 25271 (java) S 25265 25267 23359 0 -1 64 106323 0 0 0 700 45 0 0 16 0 12 0 1999955731 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25272] ppid=25265 vsize=891524 CPUtime=12.88
/proc/25267/task/25272/stat : 25272 (java) R 25265 25267 23359 0 -1 64 57361 0 0 0 1267 21 0 0 25 0 12 0 1999955733 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25273] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25273/stat : 25273 (java) S 25265 25267 23359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999955733 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25274] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25265 25267 23359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999955733 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25275] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25265 25267 23359 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1999955737 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25276] ppid=25265 vsize=891524 CPUtime=0.59
/proc/25267/task/25276/stat : 25276 (java) S 25265 25267 23359 0 -1 64 1566 0 0 0 59 0 0 0 16 0 12 0 1999955737 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25277] ppid=25265 vsize=891524 CPUtime=0.51
/proc/25267/task/25277/stat : 25277 (java) S 25265 25267 23359 0 -1 64 3122 0 0 0 50 1 0 0 16 0 12 0 1999955737 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25278] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25278/stat : 25278 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999955737 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25279] ppid=25265 vsize=891524 CPUtime=0
/proc/25267/task/25279/stat : 25279 (java) S 25265 25267 23359 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999955737 912920576 191701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.37
Current children cumulated vsize (KiB) 891524

[startup+30.4017 s]
/proc/loadavg: 2.35 2.08 2.02 3/85 25280
/proc/meminfo: memFree=955512/2055924 swapFree=4180432/4192956
[pid=25267] ppid=25265 vsize=0 CPUtime=31.58
/proc/25267/stat : 25267 (java) Z 25265 25267 23359 0 -1 1036 236946 0 1 0 3052 106 0 0 16 0 2 0 1999955728 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25267/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.58
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 30.4782
CPU time (s): 31.6662
CPU user time (s): 30.5234
CPU system time (s): 1.14283
CPU usage (%): 103.898
Max. virtual memory (cumulated for all children) (KiB): 923528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5234
system time used= 1.14283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236946
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= 1332
involuntary context switches= 1571

runsolver used 0.053991 second user time and 0.104984 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-05 00:16:44
IDJOB=1079470
IDBENCH=56885
IDSOLVER=344
FILE ID=node6/1079470-1215209804
PBS_JOBID= 7881645
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb78565b2c1c549f39d6f29bd7fb9161
RANDOM SEED=1663029710

node6.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.265
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.265
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:      2055924 kB
MemFree:       1716352 kB
Buffers:         56296 kB
Cached:         216448 kB
SwapCached:       6328 kB
Active:         213804 kB
Inactive:        71612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1716352 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1236 kB
Writeback:           0 kB
Mapped:          20124 kB
Slab:            39384 kB
Committed_AS:  3326836 kB
PageTables:       1860 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= 66488 MiB
End job on node6 at 2008-07-05 00:17:15