Trace number 1716663

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.22 613.933

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

24.37/24.43	c +------------------------------+
24.37/24.43	c | gNovelty+, version 1.0       |
24.37/24.43	c +------------------------------+
24.37/24.43	c gnovelty+ -h for help
24.37/24.43	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-1716663-1240618686/watcher-1716663-1240618686 -o /tmp/evaluation-result-1716663-1240618686/solver-1716663-1240618686 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1716663-1240618686.cnf 2077280504 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.69 1.79 1.44 3/64 1983
/proc/meminfo: memFree=907600/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=509796 CPUtime=0
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 1081 0 0 0 0 0 0 0 18 0 1 0 89896696 522031104 1067 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 0 0 0
/proc/1983/statm: 127449 1074 101 285 0 127161 0

[startup+0.023555 s]
/proc/loadavg: 1.69 1.79 1.44 3/64 1983
/proc/meminfo: memFree=907600/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=509796 CPUtime=0.02
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 5209 0 0 0 0 2 0 0 18 0 1 0 89896696 522031104 5195 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 0 0 0
/proc/1983/statm: 127449 5203 101 285 0 127161 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 509796

[startup+0.101561 s]
/proc/loadavg: 1.69 1.79 1.44 3/64 1983
/proc/meminfo: memFree=907600/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=517612 CPUtime=0.1
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 10090 0 0 0 6 4 0 0 18 0 1 0 89896696 530034688 10075 1992294400 134512640 135680988 4294956192 18446744073709551615 135278657 0 0 4096 0 0 0 0 17 0 0 0
/proc/1983/statm: 129403 10075 102 285 0 129115 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 517612

[startup+0.301584 s]
/proc/loadavg: 1.69 1.79 1.44 3/64 1983
/proc/meminfo: memFree=907600/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=517612 CPUtime=0.29
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 10729 0 0 0 25 4 0 0 20 0 1 0 89896696 530034688 10714 1992294400 134512640 135680988 4294956192 18446744073709551615 134537493 0 0 4096 0 0 0 0 17 0 0 0
/proc/1983/statm: 129403 10715 102 285 0 129115 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 517612

[startup+0.701631 s]
/proc/loadavg: 1.69 1.79 1.44 3/64 1983
/proc/meminfo: memFree=907600/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=517612 CPUtime=0.69
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 11926 0 0 0 64 5 0 0 24 0 1 0 89896696 530034688 11911 1992294400 134512640 135680988 4294956192 18446744073709551615 135277881 0 0 4096 0 0 0 0 17 0 0 0
/proc/1983/statm: 129403 11911 102 285 0 129115 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 517612

[startup+1.50172 s]
/proc/loadavg: 1.69 1.79 1.44 2/65 1984
/proc/meminfo: memFree=856584/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=525424 CPUtime=1.49
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 24598 0 0 0 139 10 0 0 25 0 1 0 89896696 538034176 24582 1992294400 134512640 135680988 4294956192 18446744073709551615 134538735 0 0 4096 0 0 0 0 17 0 0 0
/proc/1983/statm: 131356 24582 102 285 0 131068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 525424

[startup+3.10191 s]
/proc/loadavg: 1.69 1.79 1.44 2/65 1984
/proc/meminfo: memFree=808912/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=525424 CPUtime=3.09
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 24815 0 0 0 299 10 0 0 25 0 1 0 89896696 538034176 24799 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/1983/statm: 131356 24799 102 285 0 131068 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 525424

[startup+6.30129 s]
/proc/loadavg: 1.63 1.78 1.44 2/65 1984
/proc/meminfo: memFree=807120/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=533240 CPUtime=6.28
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 25232 0 0 0 618 10 0 0 25 0 1 0 89896696 546037760 25216 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/1983/statm: 133310 25216 102 285 0 133022 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 533240

[startup+12.701 s]
/proc/loadavg: 1.58 1.76 1.43 2/65 1984
/proc/meminfo: memFree=804880/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=533240 CPUtime=12.68
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 25764 0 0 0 1258 10 0 0 25 0 1 0 89896696 546037760 25748 1992294400 134512640 135680988 4294956192 18446744073709551615 134538735 0 0 4096 0 0 0 0 17 0 0 0
/proc/1983/statm: 133310 25748 102 285 0 133022 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 533240

[startup+25.5016 s]
/proc/loadavg: 1.45 1.72 1.43 3/66 1985
/proc/meminfo: memFree=761160/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=26.54
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 2621 33 0 0 24 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134541195 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=1.06
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 96 10 0 0 25 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134542839 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.54
Current children cumulated vsize (KiB) 605220

[startup+51.1016 s]
/proc/loadavg: 1.64 1.75 1.44 3/66 1985
/proc/meminfo: memFree=761032/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=77.62
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 7729 33 0 0 25 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=26.55
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 2645 10 0 0 25 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.62
Current children cumulated vsize (KiB) 605220

[startup+102.305 s]
/proc/loadavg: 1.80 1.77 1.46 3/66 1985
/proc/meminfo: memFree=761032/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=179.75
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 17650 325 0 0 16 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=77.6
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 7604 156 0 0 16 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134542026 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 179.75
Current children cumulated vsize (KiB) 605220

[startup+162.302 s]
/proc/loadavg: 1.92 1.81 1.49 3/66 1985
/proc/meminfo: memFree=761032/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=299.41
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 29165 776 0 0 16 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=137.46
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 13359 387 0 0 16 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.41
Current children cumulated vsize (KiB) 605220

[startup+222.302 s]
/proc/loadavg: 1.85 1.81 1.51 3/66 1985
/proc/meminfo: memFree=761032/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=419.08
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 40688 1220 0 0 17 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=197.25
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 19116 609 0 0 17 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134533468 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 419.08
Current children cumulated vsize (KiB) 605220

[startup+282.302 s]
/proc/loadavg: 1.94 1.84 1.54 3/66 1985
/proc/meminfo: memFree=761032/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=538.75
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 52210 1665 0 0 16 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=257.06
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 24869 837 0 0 16 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134532993 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 538.75
Current children cumulated vsize (KiB) 605220

[startup+342.302 s]
/proc/loadavg: 1.98 1.87 1.57 3/66 1985
/proc/meminfo: memFree=761032/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=658.41
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 63750 2091 0 0 16 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=316.9
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 30633 1057 0 0 17 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 658.41
Current children cumulated vsize (KiB) 605220

[startup+402.302 s]
/proc/loadavg: 2.07 1.91 1.59 3/66 1985
/proc/meminfo: memFree=761032/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=778.09
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 75272 2537 0 0 16 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134533545 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=376.74
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 36399 1275 0 0 16 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 778.09
Current children cumulated vsize (KiB) 605220

[startup+462.302 s]
/proc/loadavg: 1.98 1.91 1.61 3/66 1985
/proc/meminfo: memFree=760968/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=897.76
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 86795 2981 0 0 17 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=436.61
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 42154 1507 0 0 17 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134534570 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 897.76
Current children cumulated vsize (KiB) 605220

[startup+522.302 s]
/proc/loadavg: 1.99 1.92 1.64 3/66 1985
/proc/meminfo: memFree=760968/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=1017.46
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 98328 3418 0 0 16 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=496.46
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 47916 1730 0 0 16 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1017.46
Current children cumulated vsize (KiB) 605220

[startup+582.302 s]
/proc/loadavg: 1.99 1.93 1.65 3/66 1985
/proc/meminfo: memFree=760968/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=1137.14
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 109866 3848 0 0 16 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=556.29
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 53683 1946 0 0 16 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1137.14
Current children cumulated vsize (KiB) 605220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+613.902 s]
/proc/loadavg: 1.93 1.92 1.66 3/66 1985
/proc/meminfo: memFree=761032/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=1200.17
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 115936 4081 0 0 16 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134532993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=587.81
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 56719 2062 0 0 17 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 605220

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

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

[startup+613.902 s]
/proc/loadavg: 1.93 1.92 1.66 3/66 1985
/proc/meminfo: memFree=761032/2055920 swapFree=4192956/4192956
[pid=1983] ppid=1981 vsize=605220 CPUtime=1200.17
/proc/1983/stat : 1983 (gnovelty+) R 1981 1983 1946 0 -1 4194304 36845 0 0 0 115936 4081 0 0 16 0 2 0 89896696 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134532993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1983/statm: 151305 36668 106 285 0 151017 0
[pid=1983/tid=1985] ppid=1981 vsize=605220 CPUtime=587.81
/proc/1983/task/1985/stat : 1985 (gnovelty+) R 1981 1983 1946 0 -1 4194368 5151 0 0 0 56719 2062 0 0 17 0 2 0 89899140 619745280 36668 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 605220

Child ended because it received signal 15 (SIGTERM)
Real time (s): 613.933
CPU time (s): 1200.22
CPU user time (s): 1159.38
CPU system time (s): 40.8388
CPU usage (%): 195.497
Max. virtual memory (cumulated for all children) (KiB): 605220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1159.38
system time used= 40.8388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36845
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= 68522
involuntary context switches= 8040

runsolver used 0.584911 second user time and 1.69674 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-25 02:18:07
IDJOB=1716663
IDBENCH=20386
IDSOLVER=550
FILE ID=node53/1716663-1240618686
PBS_JOBID= 9186316
Free space on /tmp= 66464 MiB

SOLVER NAME= gNovelty+-T 2009-03-22
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716663-1240618686/watcher-1716663-1240618686 -o /tmp/evaluation-result-1716663-1240618686/solver-1716663-1240618686 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1716663-1240618686.cnf 2077280504 2

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=2077280504

node53.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        908016 kB
Buffers:         92620 kB
Cached:         953152 kB
SwapCached:          0 kB
Active:         113044 kB
Inactive:       946560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        908016 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           14324 kB
Writeback:           0 kB
Mapped:          23564 kB
Slab:            74316 kB
Committed_AS:   217188 kB
PageTables:       1376 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= 66464 MiB
End job on node53 at 2009-04-25 02:28:23