Trace number 1716507

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 622.339

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-19-u.cnf
MD5SUM3be331331884289c55e55acdeed55dc7
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 variables208002
Number of clauses986543
Sum of the clauses size2288164
Maximum clause length10
Minimum clause length1
Number of clauses of size 117318
Number of clauses of size 2753529
Number of clauses of size 3176796
Number of clauses of size 44320
Number of clauses of size 517280
Number of clauses of size over 517300

Solver Data

41.58/41.61	c +------------------------------+
41.58/41.61	c | gNovelty+, version 1.0       |
41.58/41.61	c +------------------------------+
41.58/41.61	c gnovelty+ -h for help
41.58/41.61	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-1716507-1240616624/watcher-1716507-1240616624 -o /tmp/evaluation-result-1716507-1240616624/solver-1716507-1240616624 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1716507-1240616624.cnf 1989533434 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.08 1.08 1.01 3/64 15968
/proc/meminfo: memFree=1038456/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=509968 CPUtime=0
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 1035 0 0 0 0 0 0 0 18 0 1 0 89695783 522207232 1021 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 127492 1028 101 285 0 127204 0

[startup+0.044344 s]
/proc/loadavg: 1.08 1.08 1.01 3/64 15968
/proc/meminfo: memFree=1038456/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=509968 CPUtime=0.03
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 9462 0 0 0 0 3 0 0 18 0 1 0 89695783 522207232 9448 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 127492 9455 101 285 0 127204 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 509968

[startup+0.101349 s]
/proc/loadavg: 1.08 1.08 1.01 3/64 15968
/proc/meminfo: memFree=1038456/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=517784 CPUtime=0.09
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 10070 0 0 0 5 4 0 0 18 0 1 0 89695783 530210816 10055 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 129446 10055 102 285 0 129158 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517784

[startup+0.301372 s]
/proc/loadavg: 1.08 1.08 1.01 3/64 15968
/proc/meminfo: memFree=1038456/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=517784 CPUtime=0.29
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 10664 0 0 0 24 5 0 0 19 0 1 0 89695783 530210816 10649 1992294400 134512640 135680988 4294956192 18446744073709551615 134537384 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 129446 10649 102 285 0 129158 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 517784

[startup+0.701418 s]
/proc/loadavg: 1.08 1.08 1.01 3/64 15968
/proc/meminfo: memFree=1038456/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=517784 CPUtime=0.69
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 11791 0 0 0 63 6 0 0 23 0 1 0 89695783 530210816 11776 1992294400 134512640 135680988 4294956192 18446744073709551615 134537493 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 129446 11776 102 285 0 129158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 517784

[startup+1.50151 s]
/proc/loadavg: 1.08 1.08 1.01 2/65 15969
/proc/meminfo: memFree=988208/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=525600 CPUtime=1.49
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 13971 0 0 0 141 8 0 0 25 0 1 0 89695783 538214400 13956 1992294400 134512640 135680988 4294956192 18446744073709551615 134537407 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 131400 13956 102 285 0 131112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 525600

[startup+3.1017 s]
/proc/loadavg: 1.08 1.08 1.01 2/65 15969
/proc/meminfo: memFree=933040/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=533412 CPUtime=3.09
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 26508 0 0 0 295 14 0 0 25 0 1 0 89695783 546213888 26492 1992294400 134512640 135680988 4294956192 18446744073709551615 134538735 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 133353 26492 102 285 0 133065 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 533412

[startup+6.30107 s]
/proc/loadavg: 1.08 1.08 1.01 2/65 15969
/proc/meminfo: memFree=931696/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=533412 CPUtime=6.29
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 26783 0 0 0 615 14 0 0 25 0 1 0 89695783 546213888 26767 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 133353 26767 102 285 0 133065 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 533412

[startup+12.7018 s]
/proc/loadavg: 1.06 1.08 1.01 2/65 15969
/proc/meminfo: memFree=929328/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=533412 CPUtime=12.69
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 27370 0 0 0 1255 14 0 0 25 0 1 0 89695783 546213888 27354 1992294400 134512640 135680988 4294956192 18446744073709551615 134538724 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 133353 27354 102 285 0 133065 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 533412

[startup+25.5013 s]
/proc/loadavg: 1.05 1.07 1.01 2/65 15969
/proc/meminfo: memFree=926448/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=541228 CPUtime=25.49
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 28071 0 0 0 2534 15 0 0 25 0 1 0 89695783 554217472 28055 1992294400 134512640 135680988 4294956192 18446744073709551615 134538735 0 0 4096 0 0 0 0 17 1 0 0
/proc/15968/statm: 135307 28055 102 285 0 135019 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 541228

[startup+51.1013 s]
/proc/loadavg: 1.19 1.10 1.01 3/66 15970
/proc/meminfo: memFree=868200/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=60.52
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 6016 36 0 0 25 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134541275 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=9.43
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 933 10 0 0 25 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134542555 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.52
Current children cumulated vsize (KiB) 633444

[startup+102.306 s]
/proc/loadavg: 1.64 1.23 1.06 3/66 15970
/proc/meminfo: memFree=868008/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=162.7
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 16134 136 0 0 16 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533981 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=60.43
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 5984 59 0 0 17 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.7
Current children cumulated vsize (KiB) 633444

[startup+162.301 s]
/proc/loadavg: 1.87 1.37 1.12 3/66 15970
/proc/meminfo: memFree=868008/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=282.37
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 27764 473 0 0 17 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=120.32
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 11804 228 0 0 16 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134534551 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 633444

[startup+222.302 s]
/proc/loadavg: 1.92 1.47 1.17 3/66 15970
/proc/meminfo: memFree=867944/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=402.07
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 39395 812 0 0 16 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134532993 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=180.21
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 17627 394 0 0 17 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134534041 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 633444

[startup+282.302 s]
/proc/loadavg: 1.93 1.55 1.21 3/66 15970
/proc/meminfo: memFree=867944/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=521.76
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 51035 1141 0 0 16 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=240.02
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 23440 562 0 0 16 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134532911 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.76
Current children cumulated vsize (KiB) 633444

[startup+342.302 s]
/proc/loadavg: 1.97 1.63 1.26 3/66 15970
/proc/meminfo: memFree=867944/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=641.45
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 62672 1473 0 0 16 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134542141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=299.92
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 29269 723 0 0 16 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134532911 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.45
Current children cumulated vsize (KiB) 633444

[startup+402.302 s]
/proc/loadavg: 1.99 1.69 1.30 3/66 15970
/proc/meminfo: memFree=867944/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=761.14
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 74306 1808 0 0 16 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134997786 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=359.76
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 35083 893 0 0 16 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533235 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 761.14
Current children cumulated vsize (KiB) 633444

[startup+462.303 s]
/proc/loadavg: 1.90 1.72 1.33 3/66 15970
/proc/meminfo: memFree=867944/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=880.84
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 85943 2141 0 0 16 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533263 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=419.66
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 40907 1059 0 0 17 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 880.84
Current children cumulated vsize (KiB) 633444

[startup+522.302 s]
/proc/loadavg: 1.96 1.77 1.37 2/66 15970
/proc/meminfo: memFree=867880/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=1000.53
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 97594 2459 0 0 17 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=479.44
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 46726 1218 0 0 17 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1000.53
Current children cumulated vsize (KiB) 633444

[startup+582.303 s]
/proc/loadavg: 1.98 1.81 1.41 3/66 15970
/proc/meminfo: memFree=867944/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=1120.21
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 109231 2790 0 0 17 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=539.3
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 52545 1385 0 0 17 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134532993 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1120.21
Current children cumulated vsize (KiB) 633444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+622.301 s]
/proc/loadavg: 1.92 1.81 1.42 3/66 15970
/proc/meminfo: memFree=867880/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=1200.02
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 116986 3016 0 0 17 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134997786 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=579.2
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 56419 1501 0 0 16 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533238 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 633444

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

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

[startup+622.301 s]
/proc/loadavg: 1.92 1.81 1.42 3/66 15970
/proc/meminfo: memFree=867880/2055920 swapFree=4192956/4192956
[pid=15968] ppid=15966 vsize=633444 CPUtime=1200.02
/proc/15968/stat : 15968 (gnovelty+) R 15966 15968 15621 0 -1 4194304 42826 0 0 0 116986 3016 0 0 17 0 2 0 89695783 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134997786 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/15968/statm: 158361 42606 106 285 0 158073 0
[pid=15968/tid=15970] ppid=15966 vsize=633444 CPUtime=579.2
/proc/15968/task/15970/stat : 15970 (gnovelty+) R 15966 15968 15621 0 -1 4194368 6892 0 0 0 56419 1501 0 0 16 0 2 0 89699945 648646656 42606 1992294400 134512640 135680988 4294956192 18446744073709551615 134533238 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 633444

Child ended because it received signal 15 (SIGTERM)
Real time (s): 622.339
CPU time (s): 1200.07
CPU user time (s): 1169.87
CPU system time (s): 30.1934
CPU usage (%): 192.832
Max. virtual memory (cumulated for all children) (KiB): 633444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1169.87
system time used= 30.1934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42826
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= 52342
involuntary context switches= 8173

runsolver used 0.600908 second user time and 1.67474 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-25 01:43:46
IDJOB=1716507
IDBENCH=20381
IDSOLVER=550
FILE ID=node20/1716507-1240616624
PBS_JOBID= 9186294
Free space on /tmp= 66228 MiB

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

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

MD5SUM BENCH= 3be331331884289c55e55acdeed55dc7
RANDOM SEED=1989533434

node20.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.214
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	: 5931.00
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.214
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:       1038872 kB
Buffers:         74140 kB
Cached:         844200 kB
SwapCached:          0 kB
Active:         131472 kB
Inactive:       800784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1038872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           19152 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            70860 kB
Committed_AS:   310020 kB
PageTables:       1396 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= 66228 MiB
End job on node20 at 2009-04-25 01:54:10