Trace number 1577553

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.25 697.26

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.567
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

191.35/191.53	c +------------------------------+
191.35/191.53	c | gNovelty+, version 1.0       |
191.35/191.53	c +------------------------------+
191.35/191.53	c gnovelty+ -h for help
191.35/191.53	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-1577553-1241002485/watcher-1577553-1241002485 -o /tmp/evaluation-result-1577553-1241002485/solver-1577553-1241002485 -C 1200 -W 1800 -M 1800 HOME/gnovelty+ HOME/instance-1577553-1241002485.cnf 1556534218 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.01 4/64 11273
/proc/meminfo: memFree=836600/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=18576 CPUtime=0
/proc/11273/stat : 11273 (runsolver) R 11271 11273 10942 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 128282127 19021824 284 1992294400 4194304 4302564 548682068480 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11273/statm: 4644 284 249 26 0 2626 0

[startup+0.20934 s]
/proc/loadavg: 1.00 1.03 1.01 4/64 11273
/proc/meminfo: memFree=836600/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=518872 CPUtime=0.19
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 10348 0 0 0 15 4 0 0 19 0 1 0 128282127 531324928 10333 1992294400 134512640 135680988 4294956192 18446744073709551615 135280461 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 129718 10333 102 285 0 129430 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 518872

[startup+0.305352 s]
/proc/loadavg: 1.00 1.03 1.01 4/64 11273
/proc/meminfo: memFree=836600/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=518872 CPUtime=0.29
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 10599 0 0 0 25 4 0 0 19 0 1 0 128282127 531324928 10584 1992294400 134512640 135680988 4294956192 18446744073709551615 135286820 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 129718 10584 102 285 0 129430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 518872

[startup+0.401374 s]
/proc/loadavg: 1.00 1.03 1.01 4/64 11273
/proc/meminfo: memFree=836600/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=518872 CPUtime=0.38
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 10861 0 0 0 34 4 0 0 20 0 1 0 128282127 531324928 10846 1992294400 134512640 135680988 4294956192 18446744073709551615 135213068 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 129718 10846 102 285 0 129430 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 518872

[startup+0.701432 s]
/proc/loadavg: 1.00 1.03 1.01 4/64 11273
/proc/meminfo: memFree=836600/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=518872 CPUtime=0.68
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 11680 0 0 0 63 5 0 0 23 0 1 0 128282127 531324928 11665 1992294400 134512640 135680988 4294956192 18446744073709551615 134537282 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 129718 11665 102 285 0 129430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 518872

[startup+1.50259 s]
/proc/loadavg: 1.08 1.05 1.02 3/65 11274
/proc/meminfo: memFree=784688/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=526688 CPUtime=1.48
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 13858 0 0 0 142 6 0 0 25 0 1 0 128282127 539328512 13843 1992294400 134512640 135680988 4294956192 18446744073709551615 135213105 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 131672 13843 102 285 0 131384 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 526688

[startup+3.1019 s]
/proc/loadavg: 1.08 1.05 1.02 3/65 11274
/proc/meminfo: memFree=772528/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=534504 CPUtime=3.07
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 18255 0 0 0 297 10 0 0 25 0 1 0 128282127 547332096 18240 1992294400 134512640 135680988 4294956192 18446744073709551615 135107700 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 133626 18240 102 285 0 133338 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 534504

[startup+11.0605 s]
/proc/loadavg: 1.08 1.05 1.02 2/65 11274
/proc/meminfo: memFree=679408/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=581396 CPUtime=11.01
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 41499 0 0 0 1082 19 0 0 25 0 1 0 128282127 595349504 41484 1992294400 134512640 135680988 4294956192 18446744073709551615 134538735 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 145349 41489 102 285 0 145061 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 581396

[startup+13.5869 s]
/proc/loadavg: 1.37 1.11 1.04 2/65 11274
/proc/meminfo: memFree=670064/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=581396 CPUtime=13.51
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 41749 0 0 0 1331 20 0 0 25 0 1 0 128282127 595349504 41733 1992294400 134512640 135680988 4294956192 18446744073709551615 134538727 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 145349 41733 102 285 0 145061 0
Current children cumulated CPU time (s) 13.51
Current children cumulated vsize (KiB) 581396

[startup+25.5013 s]
/proc/loadavg: 1.32 1.11 1.04 2/65 11274
/proc/meminfo: memFree=668144/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=581396 CPUtime=25.43
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 42307 0 0 0 2523 20 0 0 25 0 1 0 128282127 595349504 42291 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 145349 42291 102 285 0 145061 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 581396

[startup+51.1012 s]
/proc/loadavg: 1.19 1.10 1.04 2/65 11274
/proc/meminfo: memFree=665392/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=589212 CPUtime=51
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 43024 0 0 0 5079 21 0 0 25 0 1 0 128282127 603353088 43008 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 147303 43008 102 285 0 147015 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 589212

[startup+102.301 s]
/proc/loadavg: 1.08 1.08 1.03 2/65 11274
/proc/meminfo: memFree=661744/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=589212 CPUtime=102.18
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 43970 0 0 0 10197 21 0 0 25 0 1 0 128282127 603353088 43954 1992294400 134512640 135680988 4294956192 18446744073709551615 134538735 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 147303 43954 102 285 0 147015 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 589212

[startup+162.302 s]
/proc/loadavg: 1.03 1.06 1.02 2/65 11274
/proc/meminfo: memFree=658416/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=589212 CPUtime=162.16
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 44781 0 0 0 16194 22 0 0 25 0 1 0 128282127 603353088 44765 1992294400 134512640 135680988 4294956192 18446744073709551615 134538727 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 147303 44765 102 285 0 147015 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 589212

[startup+222.302 s]
/proc/loadavg: 1.40 1.14 1.05 3/66 11275
/proc/meminfo: memFree=523688/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=806780 CPUtime=252.76
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 78873 0 0 0 25191 85 0 0 25 0 2 0 128282127 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/11273/statm: 201695 78381 106 285 0 201407 0
[pid=11273/tid=11275] ppid=11271 vsize=806780 CPUtime=30.62
/proc/11273/task/11275/stat : 11275 (gnovelty+) R 11271 11273 10942 0 -1 4194368 16838 0 0 0 3032 30 0 0 25 0 2 0 128301281 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 252.76
Current children cumulated vsize (KiB) 806780

[startup+282.301 s]
/proc/loadavg: 1.78 1.30 1.11 3/66 11275
/proc/meminfo: memFree=523688/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=806780 CPUtime=372.45
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 78873 0 0 0 37160 85 0 0 25 0 2 0 128282127 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/11273/statm: 201695 78381 106 285 0 201407 0
[pid=11273/tid=11275] ppid=11271 vsize=806780 CPUtime=90.35
/proc/11273/task/11275/stat : 11275 (gnovelty+) R 11271 11273 10942 0 -1 4194368 16838 0 0 0 9005 30 0 0 25 0 2 0 128301281 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134542650 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 372.45
Current children cumulated vsize (KiB) 806780

[startup+342.302 s]
/proc/loadavg: 1.92 1.42 1.16 3/66 11275
/proc/meminfo: memFree=523624/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=806780 CPUtime=492.17
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 78873 0 0 0 49132 85 0 0 25 0 2 0 128282127 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134542597 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/11273/statm: 201695 78381 106 285 0 201407 0
[pid=11273/tid=11275] ppid=11271 vsize=806780 CPUtime=150.09
/proc/11273/task/11275/stat : 11275 (gnovelty+) R 11271 11273 10942 0 -1 4194368 16838 0 0 0 14979 30 0 0 25 0 2 0 128301281 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134542635 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 492.17
Current children cumulated vsize (KiB) 806780

[startup+402.303 s]
/proc/loadavg: 1.97 1.52 1.21 3/66 11281
/proc/meminfo: memFree=523360/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=806780 CPUtime=611.82
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 78873 0 0 0 61096 86 0 0 25 0 2 0 128282127 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/11273/statm: 201695 78381 106 285 0 201407 0
[pid=11273/tid=11275] ppid=11271 vsize=806780 CPUtime=209.78
/proc/11273/task/11275/stat : 11275 (gnovelty+) R 11271 11273 10942 0 -1 4194368 16838 0 0 0 20947 31 0 0 25 0 2 0 128301281 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134541247 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 611.82
Current children cumulated vsize (KiB) 806780

[startup+462.306 s]
/proc/loadavg: 1.99 1.61 1.26 3/66 11281
/proc/meminfo: memFree=523360/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=806780 CPUtime=731.51
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 78873 0 0 0 73063 88 0 0 25 0 2 0 128282127 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134541370 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/11273/statm: 201695 78381 106 285 0 201407 0
[pid=11273/tid=11275] ppid=11271 vsize=806780 CPUtime=269.59
/proc/11273/task/11275/stat : 11275 (gnovelty+) R 11271 11273 10942 0 -1 4194368 16838 0 0 0 26928 31 0 0 25 0 2 0 128301281 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134533518 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 731.51
Current children cumulated vsize (KiB) 806780

[startup+522.301 s]
/proc/loadavg: 1.99 1.68 1.30 3/66 11281
/proc/meminfo: memFree=523360/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=806780 CPUtime=851.22
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 78873 0 0 0 85032 90 0 0 25 0 2 0 128282127 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134532950 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/11273/statm: 201695 78381 106 285 0 201407 0
[pid=11273/tid=11275] ppid=11271 vsize=806780 CPUtime=329.56
/proc/11273/task/11275/stat : 11275 (gnovelty+) R 11271 11273 10942 0 -1 4194368 16838 0 0 0 32924 32 0 0 18 0 2 0 128301281 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134535206 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 851.22
Current children cumulated vsize (KiB) 806780

[startup+582.302 s]
/proc/loadavg: 1.99 1.73 1.34 3/66 11281
/proc/meminfo: memFree=523360/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=806780 CPUtime=970.93
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 78873 0 0 0 97001 92 0 0 25 0 2 0 128282127 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/11273/statm: 201695 78381 106 285 0 201407 0
[pid=11273/tid=11275] ppid=11271 vsize=806780 CPUtime=389.54
/proc/11273/task/11275/stat : 11275 (gnovelty+) R 11271 11273 10942 0 -1 4194368 16838 0 0 0 38921 33 0 0 22 0 2 0 128301281 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 970.93
Current children cumulated vsize (KiB) 806780

[startup+642.301 s]
/proc/loadavg: 1.99 1.78 1.38 3/66 11281
/proc/meminfo: memFree=523360/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=806780 CPUtime=1090.64
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 78873 0 0 0 108971 93 0 0 25 0 2 0 128282127 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134533263 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/11273/statm: 201695 78381 106 285 0 201407 0
[pid=11273/tid=11275] ppid=11271 vsize=806780 CPUtime=449.52
/proc/11273/task/11275/stat : 11275 (gnovelty+) R 11271 11273 10942 0 -1 4194368 16838 0 0 0 44918 34 0 0 25 0 2 0 128301281 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134535191 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1090.64
Current children cumulated vsize (KiB) 806780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+697.202 s]
/proc/loadavg: 1.99 1.81 1.41 3/66 11281
/proc/meminfo: memFree=523368/2055920 swapFree=4180704/4192956
[pid=11273] ppid=11271 vsize=806780 CPUtime=1200.18
/proc/11273/stat : 11273 (gnovelty+) R 11271 11273 10942 0 -1 4194304 78873 0 0 0 119924 94 0 0 24 0 2 0 128282127 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/11273/statm: 201695 78381 106 285 0 201407 0
[pid=11273/tid=11275] ppid=11271 vsize=806780 CPUtime=504.39
/proc/11273/task/11275/stat : 11275 (gnovelty+) R 11271 11273 10942 0 -1 4194368 16838 0 0 0 50405 34 0 0 25 0 2 0 128301281 826142720 78381 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 806780

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): 697.26
CPU time (s): 1200.25
CPU user time (s): 1199.26
CPU system time (s): 0.993848
CPU usage (%): 172.138
Max. virtual memory (cumulated for all children) (KiB): 806780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.26
system time used= 0.993848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78873
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= 254
involuntary context switches= 8018

runsolver used 1.39779 second user time and 3.72343 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-29 12:54:48
IDJOB=1577553
IDBENCH=70961
IDSOLVER=550
FILE ID=node28/1577553-1241002485
PBS_JOBID= 9204839
Free space on /tmp= 66300 MiB

SOLVER NAME= gNovelty+-T 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577553-1241002485/watcher-1577553-1241002485 -o /tmp/evaluation-result-1577553-1241002485/solver-1577553-1241002485 -C 1200 -W 1800 -M 1800  HOME/gnovelty+ HOME/instance-1577553-1241002485.cnf 1556534218 2

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1556534218

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:        837080 kB
Buffers:         78564 kB
Cached:        1044080 kB
SwapCached:       5476 kB
Active:         495200 kB
Inactive:       636032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        837080 kB
SwapTotal:     4192956 kB
SwapFree:      4180704 kB
Dirty:           50744 kB
Writeback:           0 kB
Mapped:          14336 kB
Slab:            73480 kB
Committed_AS:   584108 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= 66296 MiB
End job on node28 at 2009-04-29 13:06:27