Trace number 1722538

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-H 2009-03-22? (TO) 1200.07 601.413

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.643
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.09/0.15	c +------------------------------+
0.09/0.15	c | gNovelty+, version 2.0       |
0.09/0.15	c +------------------------------+
0.09/0.15	c gnovelty+ -h for help
0.09/0.15	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-1722538-1240676579/watcher-1722538-1240676579 -o /tmp/evaluation-result-1722538-1240676579/solver-1722538-1240676579 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1722538-1240676579.cnf 1917627341 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: 1.00 1.04 1.03 3/64 18934
/proc/meminfo: memFree=1773152/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=60996 CPUtime=0
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 167 0 0 0 0 0 0 0 18 0 1 0 95685910 62459904 152 1992294400 134512640 135730148 4294956192 18446744073709551615 134616494 0 0 4096 0 0 0 0 17 1 0 0
/proc/18934/statm: 15249 152 101 297 0 14949 0

[startup+0.052352 s]
/proc/loadavg: 1.00 1.04 1.03 3/64 18934
/proc/meminfo: memFree=1773152/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=60996 CPUtime=0.04
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 367 0 0 0 4 0 0 0 18 0 1 0 95685910 62459904 352 1992294400 134512640 135730148 4294956192 18446744073709551615 134550784 0 0 4096 0 0 0 0 17 1 0 0
/proc/18934/statm: 15249 352 101 297 0 14949 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 60996

[startup+0.101355 s]
/proc/loadavg: 1.00 1.04 1.03 3/64 18934
/proc/meminfo: memFree=1773152/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=64556 CPUtime=0.09
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1186 0 0 0 9 0 0 0 18 0 1 0 95685910 66105344 1170 1992294400 134512640 135730148 4294956192 18446744073709551615 134566554 0 0 4096 0 0 0 0 17 1 0 0
/proc/18934/statm: 16139 1170 104 297 0 15839 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64556

[startup+0.301381 s]
/proc/loadavg: 1.00 1.04 1.03 3/64 18934
/proc/meminfo: memFree=1773152/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=0.43
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1924 0 0 0 43 0 0 0 20 0 2 0 95685910 80019456 1862 1992294400 134512640 135730148 4294956192 18446744073709551615 134518465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1862 111 297 0 19236 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 78144

[startup+0.701417 s]
/proc/loadavg: 1.00 1.04 1.03 3/64 18934
/proc/meminfo: memFree=1773152/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=1.23
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1926 0 0 0 123 0 0 0 18 0 2 0 95685910 80019456 1864 1992294400 134512640 135730148 4294956192 18446744073709551615 134527855 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1864 111 297 0 19236 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 78144

[startup+1.50149 s]
/proc/loadavg: 1.00 1.04 1.03 3/66 18936
/proc/meminfo: memFree=1766096/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=2.84
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1929 0 0 0 283 1 0 0 25 0 2 0 95685910 80019456 1867 1992294400 134512640 135730148 4294956192 18446744073709551615 134529839 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1867 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=1.33
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 293 0 0 0 133 0 0 0 25 0 2 0 95685926 80019456 1867 1992294400 134512640 135730148 4294956192 18446744073709551615 134527855 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 78144

[startup+3.10263 s]
/proc/loadavg: 1.00 1.04 1.03 3/66 18936
/proc/meminfo: memFree=1765904/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=6.03
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1933 0 0 0 602 1 0 0 21 0 2 0 95685910 80019456 1871 1992294400 134512640 135730148 4294956192 18446744073709551615 134529844 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1871 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=2.92
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 295 0 0 0 292 0 0 0 25 0 2 0 95685926 80019456 1871 1992294400 134512640 135730148 4294956192 18446744073709551615 134518449 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 78144

[startup+6.30192 s]
/proc/loadavg: 1.08 1.05 1.04 3/66 18936
/proc/meminfo: memFree=1765712/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=12.42
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1934 0 0 0 1240 2 0 0 19 0 2 0 95685910 80019456 1872 1992294400 134512640 135730148 4294956192 18446744073709551615 134518022 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1872 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=6.12
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 611 1 0 0 25 0 2 0 95685926 80019456 1872 1992294400 134512640 135730148 4294956192 18446744073709551615 134527849 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 78144

[startup+12.7015 s]
/proc/loadavg: 1.15 1.07 1.04 3/66 18936
/proc/meminfo: memFree=1765648/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=25.19
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1934 0 0 0 2516 3 0 0 25 0 2 0 95685910 80019456 1872 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1872 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=12.48
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 1247 1 0 0 19 0 2 0 95685926 80019456 1872 1992294400 134512640 135730148 4294956192 18446744073709551615 134527752 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 78144

[startup+25.5016 s]
/proc/loadavg: 1.34 1.12 1.06 3/66 18936
/proc/meminfo: memFree=1765648/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=50.73
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 5067 6 0 0 25 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134517616 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=25.24
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 2521 3 0 0 25 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134529832 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 78144

[startup+51.1019 s]
/proc/loadavg: 1.56 1.19 1.08 3/66 18936
/proc/meminfo: memFree=1765584/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=101.82
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 10171 11 0 0 25 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134518329 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=50.73
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 5068 5 0 0 25 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134529844 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 78144

[startup+102.306 s]
/proc/loadavg: 1.81 1.31 1.13 3/66 18936
/proc/meminfo: memFree=1765584/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=204
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 20379 21 0 0 17 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134529828 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=101.73
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 10162 11 0 0 25 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134527855 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 78144

[startup+162.301 s]
/proc/loadavg: 1.93 1.43 1.18 2/66 18936
/proc/meminfo: memFree=1765584/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=323.74
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 32340 34 0 0 21 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134529842 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=161.5
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 16132 18 0 0 23 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134529832 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.74
Current children cumulated vsize (KiB) 78144

[startup+222.301 s]
/proc/loadavg: 1.97 1.53 1.23 3/66 18936
/proc/meminfo: memFree=1765520/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=443.47
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 44303 44 0 0 17 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134517929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=221.26
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 22102 24 0 0 25 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134527858 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.47
Current children cumulated vsize (KiB) 78144

[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.27 3/66 18936
/proc/meminfo: memFree=1765520/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=563.22
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 56268 54 0 0 25 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=281.06
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 28077 29 0 0 17 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134517616 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.22
Current children cumulated vsize (KiB) 78144

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.32 3/66 18936
/proc/meminfo: memFree=1765520/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=682.96
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 68230 66 0 0 25 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134518437 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=341.04
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 34070 34 0 0 17 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134518378 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.96
Current children cumulated vsize (KiB) 78144

[startup+402.302 s]
/proc/loadavg: 1.99 1.74 1.36 3/66 18936
/proc/meminfo: memFree=1765520/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=802.7
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 80191 79 0 0 25 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=401.02
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 40061 41 0 0 18 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134518456 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.7
Current children cumulated vsize (KiB) 78144

[startup+462.302 s]
/proc/loadavg: 1.99 1.78 1.39 3/66 18936
/proc/meminfo: memFree=1765456/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=922.45
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 92154 91 0 0 24 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134529842 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=461
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 46053 47 0 0 16 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.45
Current children cumulated vsize (KiB) 78144

[startup+522.301 s]
/proc/loadavg: 1.99 1.82 1.43 3/66 18936
/proc/meminfo: memFree=1765456/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=1042.19
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 104115 104 0 0 25 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134529793 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=520.98
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 52044 54 0 0 20 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1042.19
Current children cumulated vsize (KiB) 78144

[startup+582.302 s]
/proc/loadavg: 1.99 1.85 1.46 3/66 18936
/proc/meminfo: memFree=1765456/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=1161.92
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 116076 116 0 0 21 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134529819 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=580.76
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 58016 60 0 0 25 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.92
Current children cumulated vsize (KiB) 78144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.402 s]
/proc/loadavg: 1.99 1.86 1.47 3/66 18936
/proc/meminfo: memFree=1765456/2055920 swapFree=4192812/4192956
[pid=18934] ppid=18932 vsize=78144 CPUtime=1200.04
/proc/18934/stat : 18934 (gnovelty+) R 18932 18934 18210 0 -1 4194304 1935 0 0 0 119884 120 0 0 20 0 2 0 95685910 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134529839 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18934/statm: 19536 1873 111 297 0 19236 0
[pid=18934/tid=18936] ppid=18932 vsize=78144 CPUtime=599.85
/proc/18934/task/18936/stat : 18936 (gnovelty+) R 18932 18934 18210 0 -1 4194368 296 0 0 0 59922 63 0 0 25 0 2 0 95685926 80019456 1873 1992294400 134512640 135730148 4294956192 18446744073709551615 134527863 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 78144

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.413
CPU time (s): 1200.07
CPU user time (s): 1198.86
CPU system time (s): 1.21081
CPU usage (%): 199.541
Max. virtual memory (cumulated for all children) (KiB): 78144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.86
system time used= 1.21081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1935
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= 1508
involuntary context switches= 9021

runsolver used 0.659899 second user time and 1.53677 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-25 18:22:59
IDJOB=1722538
IDBENCH=71091
IDSOLVER=551
FILE ID=node43/1722538-1240676579
PBS_JOBID= 9186610
Free space on /tmp= 66404 MiB

SOLVER NAME= gNovelty+-V.2-T-H 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1722538-1240676579/watcher-1722538-1240676579 -o /tmp/evaluation-result-1722538-1240676579/solver-1722538-1240676579 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1722538-1240676579.cnf 1917627341 2

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=1917627341

node43.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.237
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.237
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:       1773568 kB
Buffers:         23468 kB
Cached:         185700 kB
SwapCached:          0 kB
Active:          87068 kB
Inactive:       136032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            45196 kB
Committed_AS:   375240 kB
PageTables:       1444 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= 66400 MiB
End job on node43 at 2009-04-25 18:33:02