Trace number 1733639

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
gNovelty+-V.2-T 2009-03-22? (TO) 1200.11 601.514

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_10gates_u2_autoenc.cnf
MD5SUMa4aa05bad2a3138b013cb1793208898f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.93249
Satisfiable
(Un)Satisfiability was proved
Number of variables479
Number of clauses123509
Sum of the clauses size724108
Maximum clause length13
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21999
Number of clauses of size 30
Number of clauses of size 41026
Number of clauses of size 56642
Number of clauses of size over 5113778

Solver Data

0.29/0.32	c +------------------------------+
0.29/0.32	c | gNovelty+, version 2.0       |
0.29/0.32	c +------------------------------+
0.29/0.32	c gnovelty+ -h for help
0.29/0.32	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1733639-1240790848/watcher-1733639-1240790848 -o /tmp/evaluation-result-1733639-1240790848/solver-1733639-1240790848 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1733639-1240790848.cnf 1794695321 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 0.85 0.97 1.08 3/64 28077
/proc/meminfo: memFree=1506912/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=61248 CPUtime=0
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 107111955 62717952 146 1992294400 134512640 135728688 4294956192 18446744073709551615 134549956 0 0 4096 0 0 0 0 17 1 0 0
/proc/28077/statm: 15312 146 100 296 0 15013 0

[startup+0.0466781 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 28077
/proc/meminfo: memFree=1506912/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=61248 CPUtime=0.04
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 313 0 0 0 4 0 0 0 18 0 1 0 107111955 62717952 298 1992294400 134512640 135728688 4294956192 18446744073709551615 134615006 0 0 4096 0 0 0 0 17 1 0 0
/proc/28077/statm: 15312 298 100 296 0 15013 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 61248

[startup+0.101682 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 28077
/proc/meminfo: memFree=1506912/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=62032 CPUtime=0.09
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 516 0 0 0 9 0 0 0 18 0 1 0 107111955 63520768 501 1992294400 134512640 135728688 4294956192 18446744073709551615 134615006 0 0 4096 0 0 0 0 17 1 0 0
/proc/28077/statm: 15508 501 100 296 0 15209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62032

[startup+0.301705 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 28077
/proc/meminfo: memFree=1506912/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=64384 CPUtime=0.29
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 1197 0 0 0 29 0 0 0 20 0 1 0 107111955 65929216 1182 1992294400 134512640 135728688 4294956192 18446744073709551615 134615006 0 0 4096 0 0 0 0 17 1 0 0
/proc/28077/statm: 16096 1182 100 296 0 15797 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64384

[startup+0.701752 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 28077
/proc/meminfo: memFree=1506912/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=1.07
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3033 0 0 0 106 1 0 0 17 0 2 0 107111955 86327296 3017 1992294400 134512640 135728688 4294956192 18446744073709551615 134612145 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3017 104 296 0 20777 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 84304

[startup+1.50184 s]
/proc/loadavg: 0.85 0.97 1.08 3/66 28079
/proc/meminfo: memFree=1495184/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=2.66
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 265 1 0 0 18 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517099 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=1.17
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 117 0 0 0 17 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517881 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 84304

[startup+3.10202 s]
/proc/loadavg: 0.85 0.97 1.08 3/66 28079
/proc/meminfo: memFree=1494992/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=5.86
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 584 2 0 0 25 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134612145 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=2.76
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 276 0 0 0 19 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517856 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 84304

[startup+6.30137 s]
/proc/loadavg: 0.94 0.98 1.08 3/66 28079
/proc/meminfo: memFree=1494808/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=12.25
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 1222 3 0 0 24 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517104 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=5.94
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 594 0 0 0 25 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517868 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 84304

[startup+12.7021 s]
/proc/loadavg: 1.02 1.00 1.09 3/66 28079
/proc/meminfo: memFree=1494760/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=25.02
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 2498 4 0 0 25 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517099 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=12.32
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 1231 1 0 0 20 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517659 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 84304

[startup+25.5015 s]
/proc/loadavg: 1.24 1.05 1.10 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=50.57
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 5051 6 0 0 25 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134612145 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=25.07
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 2505 2 0 0 17 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517846 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 84304

[startup+51.1013 s]
/proc/loadavg: 1.50 1.12 1.12 2/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=101.65
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 10156 9 0 0 20 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=50.57
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 5053 4 0 0 24 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517851 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 84304

[startup+102.306 s]
/proc/loadavg: 1.78 1.26 1.17 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=203.84
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 20370 14 0 0 25 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134553194 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=101.75
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 10169 6 0 0 25 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517373 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 84304

[startup+162.302 s]
/proc/loadavg: 1.92 1.39 1.22 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=323.56
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 32337 19 0 0 25 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517102 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=161.73
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 16164 9 0 0 22 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517872 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.56
Current children cumulated vsize (KiB) 84304

[startup+222.301 s]
/proc/loadavg: 1.97 1.50 1.26 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=443.3
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 44305 25 0 0 19 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517818 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=221.57
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 22144 13 0 0 17 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517846 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.3
Current children cumulated vsize (KiB) 84304

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.31 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=563.05
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 56274 31 0 0 22 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517404 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=281.34
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 28118 16 0 0 24 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517099 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.05
Current children cumulated vsize (KiB) 84304

[startup+342.302 s]
/proc/loadavg: 1.99 1.66 1.35 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=682.8
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 68244 36 0 0 18 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517072 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=341.09
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 34091 18 0 0 25 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517088 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.8
Current children cumulated vsize (KiB) 84304

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.38 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=802.53
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 80211 42 0 0 22 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517099 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=400.86
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 40064 22 0 0 25 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134553261 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.53
Current children cumulated vsize (KiB) 84304

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.42 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=922.28
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 92179 49 0 0 25 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=460.62
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 46037 25 0 0 25 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517881 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.28
Current children cumulated vsize (KiB) 84304

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.45 3/66 28079
/proc/meminfo: memFree=1494888/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=1042.03
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 104149 54 0 0 24 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134553202 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=520.39
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 52012 27 0 0 25 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517374 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.03
Current children cumulated vsize (KiB) 84304

[startup+582.301 s]
/proc/loadavg: 1.99 1.84 1.48 3/66 28079
/proc/meminfo: memFree=1494888/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=1161.76
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 116117 59 0 0 18 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134612145 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=580.14
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 57984 30 0 0 25 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517370 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.76
Current children cumulated vsize (KiB) 84304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.501 s]
/proc/loadavg: 1.99 1.85 1.49 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=1200.09
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 119947 62 0 0 25 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517069 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=599.27
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 59896 31 0 0 25 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134553285 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 84304

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+601.501 s]
/proc/loadavg: 1.99 1.85 1.49 3/66 28079
/proc/meminfo: memFree=1494824/2055920 swapFree=4192812/4192956
[pid=28077] ppid=28075 vsize=84304 CPUtime=1200.09
/proc/28077/stat : 28077 (gnovelty+) R 28075 28077 28040 0 -1 4194304 3036 0 0 0 119947 62 0 0 25 0 2 0 107111955 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134517069 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28077/statm: 21076 3020 104 296 0 20777 0
[pid=28077/tid=28079] ppid=28075 vsize=84304 CPUtime=599.27
/proc/28077/task/28079/stat : 28079 (gnovelty+) R 28075 28077 28040 0 -1 4194368 483 0 0 0 59896 31 0 0 25 0 2 0 107111987 86327296 3020 1992294400 134512640 135728688 4294956192 18446744073709551615 134553285 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 84304

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.514
CPU time (s): 1200.11
CPU user time (s): 1199.49
CPU system time (s): 0.624905
CPU usage (%): 199.515
Max. virtual memory (cumulated for all children) (KiB): 84304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.49
system time used= 0.624905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3036
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 813
involuntary context switches= 8986

runsolver used 0.632903 second user time and 1.56776 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-27 02:07:28
IDJOB=1733639
IDBENCH=71144
IDSOLVER=552
FILE ID=node59/1733639-1240790848
PBS_JOBID= 9187331
Free space on /tmp= 66396 MiB

SOLVER NAME= gNovelty+-V.2-T 2009-03-22
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_10gates_u2_autoenc.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733639-1240790848/watcher-1733639-1240790848 -o /tmp/evaluation-result-1733639-1240790848/solver-1733639-1240790848 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1733639-1240790848.cnf 1794695321 2

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= a4aa05bad2a3138b013cb1793208898f
RANDOM SEED=1794695321

node59.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.240
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.240
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:       1507392 kB
Buffers:         67508 kB
Cached:         399788 kB
SwapCached:          0 kB
Active:         275376 kB
Inactive:       205708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5116 kB
Writeback:           0 kB
Mapped:          23572 kB
Slab:            53424 kB
Committed_AS:   478828 kB
PageTables:       1456 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= 66392 MiB
End job on node59 at 2009-04-27 02:17:31