Trace number 1581090

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.06 603.037

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-10p1.cnf
MD5SUM4454a006891d750fc88d47a8b0848855
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 variables259258
Number of clauses1388006
Sum of the clauses size3352067
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981733
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

2.79/2.83	c +------------------------------+
2.79/2.83	c | gNovelty+, version 2.0       |
2.79/2.83	c +------------------------------+
2.79/2.83	c gnovelty+ -h for help
2.79/2.83	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-1581090-1238925235/watcher-1581090-1238925235 -o /tmp/evaluation-result-1581090-1238925235/solver-1581090-1238925235 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1581090-1238925235.cnf 1566105616 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/70 31548
/proc/meminfo: memFree=1442992/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=69596 CPUtime=0
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 685 0 0 0 0 0 0 0 18 0 1 0 1165186993 71266304 670 1992294400 134512640 135730148 4294956192 18446744073709551615 135154465 0 0 4096 0 0 0 0 17 1 0 0
/proc/31548/statm: 17399 674 98 297 0 17099 0

[startup+0.0907699 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 31548
/proc/meminfo: memFree=1442992/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=80616 CPUtime=0.08
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 3833 0 0 0 7 1 0 0 18 0 1 0 1165186993 82550784 3334 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/31548/statm: 20154 3334 102 297 0 19854 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 80616

[startup+0.10177 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 31548
/proc/meminfo: memFree=1442992/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=80748 CPUtime=0.09
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 3892 0 0 0 8 1 0 0 18 0 1 0 1165186993 82685952 3393 1992294400 134512640 135730148 4294956192 18446744073709551615 135138454 0 0 4096 0 0 0 0 17 1 0 0
/proc/31548/statm: 20187 3393 102 297 0 19887 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 80748

[startup+0.30179 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 31548
/proc/meminfo: memFree=1442992/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=84296 CPUtime=0.29
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 5015 0 0 0 28 1 0 0 19 0 1 0 1165186993 86319104 4516 1992294400 134512640 135730148 4294956192 18446744073709551615 134616494 0 0 4096 0 0 0 0 17 1 0 0
/proc/31548/statm: 21074 4517 102 297 0 20774 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84296

[startup+0.701829 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 31548
/proc/meminfo: memFree=1442992/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=90608 CPUtime=0.69
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 7072 0 0 0 67 2 0 0 22 0 1 0 1165186993 92782592 6573 1992294400 134512640 135730148 4294956192 18446744073709551615 134616494 0 0 4096 0 0 0 0 17 1 0 0
/proc/31548/statm: 22652 6573 102 297 0 22352 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90608

[startup+1.50291 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 31549
/proc/meminfo: memFree=1411752/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=99264 CPUtime=1.48
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 10061 0 0 0 144 4 0 0 25 0 1 0 1165186993 101646336 9562 1992294400 134512640 135730148 4294956192 18446744073709551615 134616494 0 0 4096 0 0 0 0 17 1 0 0
/proc/31548/statm: 24816 9562 102 297 0 24516 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99264

[startup+3.10127 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 31549
/proc/meminfo: memFree=1393320/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=3.35
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 29204 0 0 0 294 41 0 0 17 0 2 0 1165186993 233844736 28704 1992294400 134512640 135730148 4294956192 18446744073709551615 134522582 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 28704 106 297 0 56791 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 228364

[startup+6.30158 s]
/proc/loadavg: 1.01 1.00 1.00 3/72 31550
/proc/meminfo: memFree=1305440/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=9.73
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35025 0 0 0 930 43 0 0 25 0 2 0 1165186993 233844736 34477 1992294400 134512640 135730148 4294956192 18446744073709551615 134527679 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34477 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=3.46
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6787 0 0 0 330 16 0 0 25 0 2 0 1165187276 233844736 34477 1992294400 134512640 135730148 4294956192 18446744073709551615 134529592 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 228364

[startup+12.7012 s]
/proc/loadavg: 1.09 1.02 1.01 3/72 31550
/proc/meminfo: memFree=1305248/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=22.49
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 2206 43 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134530076 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=9.85
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 969 16 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529552 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 228364

[startup+25.5025 s]
/proc/loadavg: 1.29 1.06 1.02 3/72 31550
/proc/meminfo: memFree=1305312/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=48.03
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 4759 44 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=22.65
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 2249 16 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.03
Current children cumulated vsize (KiB) 228364

[startup+51.103 s]
/proc/loadavg: 1.53 1.14 1.04 3/72 31550
/proc/meminfo: memFree=1305312/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=99.08
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 9864 44 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527589 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=48.22
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 4806 16 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.08
Current children cumulated vsize (KiB) 228364

[startup+102.307 s]
/proc/loadavg: 1.79 1.27 1.09 3/72 31550
/proc/meminfo: memFree=1305248/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=201.22
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 20078 44 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527662 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=99.4
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 9924 16 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527551 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 201.22
Current children cumulated vsize (KiB) 228364

[startup+162.303 s]
/proc/loadavg: 1.92 1.40 1.15 3/72 31550
/proc/meminfo: memFree=1305184/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=320.9
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 32046 44 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527551 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=159.38
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 15921 17 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529680 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 320.9
Current children cumulated vsize (KiB) 228364

[startup+222.303 s]
/proc/loadavg: 1.97 1.51 1.20 3/72 31550
/proc/meminfo: memFree=1305184/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=440.6
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 44015 45 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527551 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=219.36
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 21919 17 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527666 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 440.6
Current children cumulated vsize (KiB) 228364

[startup+282.303 s]
/proc/loadavg: 1.99 1.59 1.24 3/72 31550
/proc/meminfo: memFree=1305184/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=560.29
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 55984 45 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529680 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=279.34
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 27917 17 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134530076 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 560.29
Current children cumulated vsize (KiB) 228364

[startup+342.303 s]
/proc/loadavg: 1.99 1.66 1.29 3/72 31550
/proc/meminfo: memFree=1305184/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=679.98
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 67953 45 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529680 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=339.31
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 33914 17 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529443 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 679.98
Current children cumulated vsize (KiB) 228364

[startup+402.303 s]
/proc/loadavg: 1.99 1.72 1.33 3/72 31550
/proc/meminfo: memFree=1305184/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=799.67
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 79922 45 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527551 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=399.29
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 39912 17 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 799.67
Current children cumulated vsize (KiB) 228364

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/72 31556
/proc/meminfo: memFree=1305176/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=919.34
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 91889 45 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527551 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=459.26
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 45909 17 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527589 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 919.34
Current children cumulated vsize (KiB) 228364

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.41 3/72 31556
/proc/meminfo: memFree=1305240/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=1039.02
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 103857 45 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529626 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=519.24
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 51907 17 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529592 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1039.02
Current children cumulated vsize (KiB) 228364

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.44 3/72 31556
/proc/meminfo: memFree=1305176/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=1158.71
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 115826 45 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=579.21
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 57904 17 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134529430 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1158.71
Current children cumulated vsize (KiB) 228364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+603.002 s]
/proc/loadavg: 1.99 1.85 1.45 3/72 31556
/proc/meminfo: memFree=1305176/2055920 swapFree=4173128/4192956
[pid=31548] ppid=31546 vsize=228364 CPUtime=1200.01
/proc/31548/stat : 31548 (gnovelty+) R 31546 31548 31001 0 -1 4194304 35031 0 0 0 119956 45 0 0 25 0 2 0 1165186993 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527762 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31548/statm: 57091 34483 106 297 0 56791 0
[pid=31548/tid=31550] ppid=31546 vsize=228364 CPUtime=599.91
/proc/31548/task/31550/stat : 31550 (gnovelty+) R 31546 31548 31001 0 -1 4194368 6790 0 0 0 59974 17 0 0 25 0 2 0 1165187276 233844736 34483 1992294400 134512640 135730148 4294956192 18446744073709551615 134527569 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 228364

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): 603.037
CPU time (s): 1200.06
CPU user time (s): 1199.58
CPU system time (s): 0.480926
CPU usage (%): 199.003
Max. virtual memory (cumulated for all children) (KiB): 228364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.58
system time used= 0.480926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35031
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= 125
involuntary context switches= 9032

runsolver used 0.871867 second user time and 1.87971 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-05 11:53:57
IDJOB=1581090
IDBENCH=71029
IDSOLVER=551
FILE ID=node36/1581090-1238925235
PBS_JOBID= 9101388
Free space on /tmp= 66532 MiB

SOLVER NAME= gNovelty+-V.2-T-H 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-20-10p1.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581090-1238925235/watcher-1581090-1238925235 -o /tmp/evaluation-result-1581090-1238925235/solver-1581090-1238925235 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1581090-1238925235.cnf 1566105616 2

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

MD5SUM BENCH= 4454a006891d750fc88d47a8b0848855
RANDOM SEED=1566105616

node36.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	: 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.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:       1443472 kB
Buffers:         69000 kB
Cached:         449748 kB
SwapCached:       9068 kB
Active:         221244 kB
Inactive:       307992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443472 kB
SwapTotal:     4192956 kB
SwapFree:      4173128 kB
Dirty:           27780 kB
Writeback:           0 kB
Mapped:          16140 kB
Slab:            68548 kB
Committed_AS:  3508984 kB
PageTables:       1876 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= 66528 MiB
End job on node36 at 2009-04-05 12:04:02