Trace number 1721688

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.12 601.722

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.69/0.71	c +------------------------------+
0.69/0.71	c | gNovelty+, version 2.0       |
0.69/0.71	c +------------------------------+
0.69/0.71	c gnovelty+ -h for help
0.69/0.71	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-1721688-1240668559/watcher-1721688-1240668559 -o /tmp/evaluation-result-1721688-1240668559/solver-1721688-1240668559 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1721688-1240668559.cnf 1352337933 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.92 0.97 0.99 3/64 4194
/proc/meminfo: memFree=1764832/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=61768 CPUtime=0
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 94882860 63250432 169 1992294400 134512640 135730148 4294956192 18446744073709551615 134549833 0 0 4096 0 0 0 0 17 1 0 0
/proc/4194/statm: 15442 169 102 297 0 15142 0

[startup+0.104666 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 4194
/proc/meminfo: memFree=1764832/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=62552 CPUtime=0.09
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 584 0 0 0 9 0 0 0 18 0 1 0 94882860 64053248 569 1992294400 134512640 135730148 4294956192 18446744073709551615 134550784 0 0 4096 0 0 0 0 17 1 0 0
/proc/4194/statm: 15638 569 102 297 0 15338 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62552

[startup+0.201675 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 4194
/proc/meminfo: memFree=1764832/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=63336 CPUtime=0.19
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 977 0 0 0 19 0 0 0 18 0 1 0 94882860 64856064 962 1992294400 134512640 135730148 4294956192 18446744073709551615 134616494 0 0 4096 0 0 0 0 17 1 0 0
/proc/4194/statm: 15834 962 102 297 0 15534 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 63336

[startup+0.301685 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 4194
/proc/meminfo: memFree=1764832/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=64904 CPUtime=0.29
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 1368 0 0 0 29 0 0 0 19 0 1 0 94882860 66461696 1353 1992294400 134512640 135730148 4294956192 18446744073709551615 134616494 0 0 4096 0 0 0 0 17 1 0 0
/proc/4194/statm: 16226 1353 102 297 0 15926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64904

[startup+0.701729 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 4194
/proc/meminfo: memFree=1764832/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=76560 CPUtime=0.69
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 4583 0 0 0 67 2 0 0 22 0 1 0 94882860 78397440 4567 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/4194/statm: 19140 4567 107 297 0 18840 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76560

[startup+1.50182 s]
/proc/loadavg: 0.92 0.97 0.99 3/66 4196
/proc/meminfo: memFree=1740176/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=2.28
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6429 0 0 0 225 3 0 0 25 0 2 0 94882860 100610048 6313 1992294400 134512640 135730148 4294956192 18446744073709551615 134529803 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6313 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=0.77
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 902 0 0 0 77 0 0 0 25 0 2 0 94882931 100610048 6313 1992294400 134512640 135730148 4294956192 18446744073709551615 134527855 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 98252

[startup+3.102 s]
/proc/loadavg: 0.92 0.97 0.99 3/66 4196
/proc/meminfo: memFree=1739472/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=5.46
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6543 0 0 0 543 3 0 0 25 0 2 0 94882860 100610048 6427 1992294400 134512640 135730148 4294956192 18446744073709551615 134529812 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6427 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=2.37
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 968 0 0 0 237 0 0 0 25 0 2 0 94882931 100610048 6427 1992294400 134512640 135730148 4294956192 18446744073709551615 134518818 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 98252

[startup+6.30135 s]
/proc/loadavg: 1.01 0.99 0.99 3/66 4196
/proc/meminfo: memFree=1739024/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=11.86
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6595 0 0 0 1182 4 0 0 25 0 2 0 94882860 100610048 6479 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6479 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=5.55
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 989 0 0 0 555 0 0 0 25 0 2 0 94882931 100610048 6479 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 98252

[startup+12.702 s]
/proc/loadavg: 1.09 1.00 1.00 3/66 4196
/proc/meminfo: memFree=1738832/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=24.63
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6634 0 0 0 2459 4 0 0 25 0 2 0 94882860 100610048 6518 1992294400 134512640 135730148 4294956192 18446744073709551615 134527861 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6518 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=11.93
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1004 0 0 0 1193 0 0 0 25 0 2 0 94882931 100610048 6518 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 98252

[startup+25.5014 s]
/proc/loadavg: 1.29 1.05 1.02 3/66 4196
/proc/meminfo: memFree=1738896/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=50.16
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6654 0 0 0 5012 4 0 0 25 0 2 0 94882860 100610048 6538 1992294400 134512640 135730148 4294956192 18446744073709551615 134518039 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6538 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=24.68
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1012 0 0 0 2467 1 0 0 25 0 2 0 94882931 100610048 6538 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 98252

[startup+51.1012 s]
/proc/loadavg: 1.53 1.13 1.04 3/66 4196
/proc/meminfo: memFree=1738832/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=101.25
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6670 0 0 0 10120 5 0 0 25 0 2 0 94882860 100610048 6554 1992294400 134512640 135730148 4294956192 18446744073709551615 134527849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6554 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=50.17
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1018 0 0 0 5016 1 0 0 25 0 2 0 94882931 100610048 6554 1992294400 134512640 135730148 4294956192 18446744073709551615 134529819 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 98252

[startup+102.302 s]
/proc/loadavg: 1.79 1.26 1.09 3/66 4196
/proc/meminfo: memFree=1738768/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=203.44
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6685 0 0 0 20336 8 0 0 25 0 2 0 94882860 100610048 6569 1992294400 134512640 135730148 4294956192 18446744073709551615 134529846 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6569 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=101.16
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1028 0 0 0 10114 2 0 0 25 0 2 0 94882931 100610048 6569 1992294400 134512640 135730148 4294956192 18446744073709551615 134527858 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.44
Current children cumulated vsize (KiB) 98252

[startup+162.301 s]
/proc/loadavg: 1.92 1.39 1.14 3/66 4196
/proc/meminfo: memFree=1738704/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=323.17
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6695 0 0 0 32307 10 0 0 25 0 2 0 94882860 100610048 6579 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6579 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=160.92
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1031 0 0 0 16089 3 0 0 25 0 2 0 94882931 100610048 6579 1992294400 134512640 135730148 4294956192 18446744073709551615 134527863 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.17
Current children cumulated vsize (KiB) 98252

[startup+222.306 s]
/proc/loadavg: 1.97 1.50 1.19 3/66 4196
/proc/meminfo: memFree=1738640/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=442.92
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6700 0 0 0 44279 13 0 0 25 0 2 0 94882860 100610048 6584 1992294400 134512640 135730148 4294956192 18446744073709551615 134518724 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4194/statm: 24563 6584 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=220.71
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1035 0 0 0 22067 4 0 0 25 0 2 0 94882931 100610048 6584 1992294400 134512640 135730148 4294956192 18446744073709551615 134529842 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 442.92
Current children cumulated vsize (KiB) 98252

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.24 3/66 4196
/proc/meminfo: memFree=1738576/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=562.66
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6706 0 0 0 56250 16 0 0 25 0 2 0 94882860 100610048 6590 1992294400 134512640 135730148 4294956192 18446744073709551615 134518015 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4194/statm: 24563 6590 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=280.69
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1039 0 0 0 28063 6 0 0 19 0 2 0 94882931 100610048 6590 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.66
Current children cumulated vsize (KiB) 98252

[startup+342.302 s]
/proc/loadavg: 1.99 1.66 1.29 3/66 4196
/proc/meminfo: memFree=1738576/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=682.39
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6707 0 0 0 68222 17 0 0 25 0 2 0 94882860 100610048 6591 1992294400 134512640 135730148 4294956192 18446744073709551615 134518427 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4194/statm: 24563 6591 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=340.68
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1040 0 0 0 34061 7 0 0 25 0 2 0 94882931 100610048 6591 1992294400 134512640 135730148 4294956192 18446744073709551615 134518465 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.39
Current children cumulated vsize (KiB) 98252

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.33 3/66 4196
/proc/meminfo: memFree=1738512/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=802.15
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6709 0 0 0 80194 21 0 0 25 0 2 0 94882860 100610048 6593 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4194/statm: 24563 6593 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=400.65
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1042 0 0 0 40057 8 0 0 25 0 2 0 94882931 100610048 6593 1992294400 134512640 135730148 4294956192 18446744073709551615 134517996 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.15
Current children cumulated vsize (KiB) 98252

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/66 4196
/proc/meminfo: memFree=1738512/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=921.88
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6710 0 0 0 92164 24 0 0 25 0 2 0 94882860 100610048 6594 1992294400 134512640 135730148 4294956192 18446744073709551615 134527851 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4194/statm: 24563 6594 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=460.64
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1043 0 0 0 46054 10 0 0 23 0 2 0 94882931 100610048 6594 1992294400 134512640 135730148 4294956192 18446744073709551615 134529842 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.88
Current children cumulated vsize (KiB) 98252

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.40 3/66 4196
/proc/meminfo: memFree=1738512/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=1041.62
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6711 0 0 0 104136 26 0 0 25 0 2 0 94882860 100610048 6595 1992294400 134512640 135730148 4294956192 18446744073709551615 134527863 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6595 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=520.59
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1044 0 0 0 52048 11 0 0 25 0 2 0 94882931 100610048 6595 1992294400 134512640 135730148 4294956192 18446744073709551615 134527861 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.62
Current children cumulated vsize (KiB) 98252

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.44 3/66 4196
/proc/meminfo: memFree=1738448/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=1161.36
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6711 0 0 0 116107 29 0 0 25 0 2 0 94882860 100610048 6595 1992294400 134512640 135730148 4294956192 18446744073709551615 134529844 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6595 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=580.35
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1044 0 0 0 58022 13 0 0 25 0 2 0 94882931 100610048 6595 1992294400 134512640 135730148 4294956192 18446744073709551615 134518447 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.36
Current children cumulated vsize (KiB) 98252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.702 s]
/proc/loadavg: 1.99 1.85 1.45 3/66 4196
/proc/meminfo: memFree=1738448/2055920 swapFree=4191900/4192956
[pid=4194] ppid=4192 vsize=98252 CPUtime=1200.09
/proc/4194/stat : 4194 (gnovelty+) R 4192 4194 4093 0 -1 4194304 6712 0 0 0 119979 30 0 0 25 0 2 0 94882860 100610048 6596 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4194/statm: 24563 6596 111 297 0 24263 0
[pid=4194/tid=4196] ppid=4192 vsize=98252 CPUtime=599.67
/proc/4194/task/4196/stat : 4196 (gnovelty+) R 4192 4194 4093 0 -1 4194368 1045 0 0 0 59954 13 0 0 25 0 2 0 94882931 100610048 6596 1992294400 134512640 135730148 4294956192 18446744073709551615 134516174 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 98252

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.722
CPU time (s): 1200.12
CPU user time (s): 1199.81
CPU system time (s): 0.304953
CPU usage (%): 199.447
Max. virtual memory (cumulated for all children) (KiB): 98252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.81
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6712
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= 140
involuntary context switches= 9020

runsolver used 0.541917 second user time and 1.65875 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-25 16:09:20
IDJOB=1721688
IDBENCH=71074
IDSOLVER=551
FILE ID=node64/1721688-1240668559
PBS_JOBID= 9186628
Free space on /tmp= 66164 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=1352337933

node64.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.218
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.218
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:       1765312 kB
Buffers:         22768 kB
Cached:         199208 kB
SwapCached:        384 kB
Active:          72908 kB
Inactive:       162876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765312 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4968 kB
Writeback:           0 kB
Mapped:          22256 kB
Slab:            40564 kB
Committed_AS:   259864 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66164 MiB
End job on node64 at 2009-04-25 16:19:23