Trace number 1721687

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+-T 2009-03-22? (TO) 1200.07 602.731

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.49/0.55	c +------------------------------+
0.49/0.55	c | gNovelty+, version 1.0       |
0.49/0.55	c +------------------------------+
0.49/0.55	c gnovelty+ -h for help
0.49/0.55	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-1721687-1240668551/watcher-1721687-1240668551 -o /tmp/evaluation-result-1721687-1240668551/solver-1721687-1240668551 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1721687-1240668551.cnf 1432572015 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.98 0.99 3/64 19182
/proc/meminfo: memFree=1657344/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=509152 CPUtime=0
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 1035 0 0 0 0 0 0 0 18 0 1 0 94888453 521371648 1021 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 1 0 0
/proc/19182/statm: 127288 1028 102 285 0 127000 0

[startup+0.105916 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19182
/proc/meminfo: memFree=1657344/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=516968 CPUtime=0.1
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 10075 0 0 0 6 4 0 0 18 0 1 0 94888453 529375232 10060 1992294400 134512640 135680988 4294956192 18446744073709551615 134537493 0 0 4096 0 0 0 0 17 1 0 0
/proc/19182/statm: 129242 10060 102 285 0 128954 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 516968

[startup+0.202933 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19182
/proc/meminfo: memFree=1657344/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=516968 CPUtime=0.19
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 10358 0 0 0 15 4 0 0 18 0 1 0 94888453 529375232 10343 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/19182/statm: 129242 10343 102 285 0 128954 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 516968

[startup+0.302963 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19182
/proc/meminfo: memFree=1657344/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=516968 CPUtime=0.29
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 10652 0 0 0 25 4 0 0 19 0 1 0 94888453 529375232 10637 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/19182/statm: 129242 10637 102 285 0 128954 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 516968

[startup+0.701044 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19182
/proc/meminfo: memFree=1657344/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=0.83
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 73 10 0 0 24 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134535076 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 544428

[startup+1.5012 s]
/proc/loadavg: 0.92 0.98 0.99 3/66 19184
/proc/meminfo: memFree=1560624/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=2.43
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 233 10 0 0 25 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533428 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=0.92
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 92 0 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 544428

[startup+3.10151 s]
/proc/loadavg: 0.92 0.98 0.99 3/66 19184
/proc/meminfo: memFree=1560432/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=5.03
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 493 10 0 0 18 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=2.53
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 252 1 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533475 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 544428

[startup+6.30132 s]
/proc/loadavg: 1.25 1.05 1.02 3/66 19184
/proc/meminfo: memFree=1560304/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=10.15
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 1004 11 0 0 24 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=5.72
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 571 1 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 544428

[startup+12.7016 s]
/proc/loadavg: 1.31 1.07 1.02 3/66 19184
/proc/meminfo: memFree=1560240/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=22.92
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 2280 12 0 0 25 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533047 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=12.12
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 1210 2 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.92
Current children cumulated vsize (KiB) 544428

[startup+25.5011 s]
/proc/loadavg: 1.46 1.11 1.04 3/66 19184
/proc/meminfo: memFree=1560304/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=48.43
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 4828 15 0 0 25 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533004 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=24.89
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 2486 3 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534670 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.43
Current children cumulated vsize (KiB) 544428

[startup+51.102 s]
/proc/loadavg: 1.64 1.18 1.06 3/66 19184
/proc/meminfo: memFree=1560304/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=99.49
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 9930 19 0 0 23 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134532950 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=50.45
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 5040 5 0 0 22 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534001 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.49
Current children cumulated vsize (KiB) 544428

[startup+102.307 s]
/proc/loadavg: 1.84 1.30 1.11 3/66 19184
/proc/meminfo: memFree=1560240/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=201.65
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 20140 25 0 0 25 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=101.63
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 10155 8 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534551 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 201.65
Current children cumulated vsize (KiB) 544428

[startup+162.302 s]
/proc/loadavg: 1.94 1.43 1.16 3/66 19184
/proc/meminfo: memFree=1560176/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=321.35
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 32100 35 0 0 19 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=161.59
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 16147 12 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.35
Current children cumulated vsize (KiB) 544428

[startup+222.302 s]
/proc/loadavg: 1.98 1.53 1.21 3/66 19184
/proc/meminfo: memFree=1560240/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=441.06
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 44064 42 0 0 18 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=221.55
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 22140 15 0 0 22 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534199 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 441.06
Current children cumulated vsize (KiB) 544428

[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.26 3/66 19184
/proc/meminfo: memFree=1560176/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=560.77
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 56027 50 0 0 25 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134535206 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=281.52
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 28134 18 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134532950 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 560.77
Current children cumulated vsize (KiB) 544428

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.30 3/66 19184
/proc/meminfo: memFree=1560176/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=680.48
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 67990 58 0 0 17 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134535056 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=341.46
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 34124 22 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 680.48
Current children cumulated vsize (KiB) 544428

[startup+402.301 s]
/proc/loadavg: 1.99 1.74 1.34 3/66 19184
/proc/meminfo: memFree=1560176/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=800.19
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 79952 67 0 0 25 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=401.2
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 40093 27 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534699 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 800.19
Current children cumulated vsize (KiB) 544428

[startup+462.303 s]
/proc/loadavg: 1.99 1.78 1.38 3/66 19184
/proc/meminfo: memFree=1560176/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=919.9
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 91915 75 0 0 25 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=460.94
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 46063 31 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 919.9
Current children cumulated vsize (KiB) 544428

[startup+522.302 s]
/proc/loadavg: 1.99 1.82 1.41 3/66 19184
/proc/meminfo: memFree=1560112/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=1039.63
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 103879 84 0 0 19 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=520.69
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 52034 35 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533492 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1039.63
Current children cumulated vsize (KiB) 544428

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.45 3/66 19184
/proc/meminfo: memFree=1560112/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=1159.33
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 115840 93 0 0 23 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=580.43
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 58003 40 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1159.33
Current children cumulated vsize (KiB) 544428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.701 s]
/proc/loadavg: 1.99 1.86 1.46 3/66 19184
/proc/meminfo: memFree=1560112/2055920 swapFree=4180280/4192956
[pid=19182] ppid=19180 vsize=544428 CPUtime=1200.04
/proc/19182/stat : 19182 (gnovelty+) R 19180 19182 19013 0 -1 4194304 24253 0 0 0 119908 96 0 0 18 0 2 0 94888453 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533442 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19182/statm: 136107 24237 106 285 0 135819 0
[pid=19182/tid=19184] ppid=19180 vsize=544428 CPUtime=600.74
/proc/19182/task/19184/stat : 19184 (gnovelty+) R 19180 19182 19013 0 -1 4194368 1296 0 0 0 60032 42 0 0 25 0 2 0 94888509 557494272 24237 1992294400 134512640 135680988 4294956192 18446744073709551615 134533056 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 544428

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): 602.731
CPU time (s): 1200.07
CPU user time (s): 1199.09
CPU system time (s): 0.979851
CPU usage (%): 199.106
Max. virtual memory (cumulated for all children) (KiB): 544428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.09
system time used= 0.979851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24253
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= 466
involuntary context switches= 8981

runsolver used 0.614906 second user time and 1.72674 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-25 16:09:11
IDJOB=1721687
IDBENCH=71074
IDSOLVER=550
FILE ID=node28/1721687-1240668551
PBS_JOBID= 9186596
Free space on /tmp= 66240 MiB

SOLVER NAME= gNovelty+-T 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-1721687-1240668551/watcher-1721687-1240668551 -o /tmp/evaluation-result-1721687-1240668551/solver-1721687-1240668551 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1721687-1240668551.cnf 1432572015 2

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=1432572015

node28.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.261
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.261
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:       1657824 kB
Buffers:         30152 kB
Cached:         313580 kB
SwapCached:       5856 kB
Active:         129152 kB
Inactive:       223096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657824 kB
SwapTotal:     4192956 kB
SwapFree:      4180280 kB
Dirty:            4908 kB
Writeback:           0 kB
Mapped:          13748 kB
Slab:            31688 kB
Committed_AS:   379428 kB
PageTables:       1420 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= 66240 MiB
End job on node28 at 2009-04-25 16:19:16