Trace number 1719055

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.16 625.285

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
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 variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

47.67/47.79	c +------------------------------+
47.67/47.79	c | gNovelty+, version 1.0       |
47.67/47.79	c +------------------------------+
47.67/47.79	c gnovelty+ -h for help
47.67/47.79	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-1719055-1240642658/watcher-1719055-1240642658 -o /tmp/evaluation-result-1719055-1240642658/solver-1719055-1240642658 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1719055-1240642658.cnf 350334450 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.01 1.00 1.00 3/65 20271
/proc/meminfo: memFree=1590008/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=509972 CPUtime=0
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 1051 0 0 0 0 0 0 0 18 0 1 0 92298962 522211328 1036 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 127493 1043 101 285 0 127205 0

[startup+0.024318 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 20271
/proc/meminfo: memFree=1590008/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=509972 CPUtime=0.01
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 5110 0 0 0 0 1 0 0 18 0 1 0 92298962 522211328 5095 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 127493 5104 101 285 0 127205 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 509972

[startup+0.102325 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 20271
/proc/meminfo: memFree=1590008/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=517788 CPUtime=0.09
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 10063 0 0 0 6 3 0 0 18 0 1 0 92298962 530214912 10048 1992294400 134512640 135680988 4294956192 18446744073709551615 134537407 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 129447 10049 102 285 0 129159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517788

[startup+0.301348 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 20271
/proc/meminfo: memFree=1590008/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=517788 CPUtime=0.29
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 10632 0 0 0 25 4 0 0 19 0 1 0 92298962 530214912 10617 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 129447 10618 102 285 0 129159 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 517788

[startup+0.701393 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 20271
/proc/meminfo: memFree=1590008/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=517788 CPUtime=0.7
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 11744 0 0 0 65 5 0 0 22 0 1 0 92298962 530214912 11729 1992294400 134512640 135680988 4294956192 18446744073709551615 134537407 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 129447 11729 102 285 0 129159 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 517788

[startup+1.50149 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 20272
/proc/meminfo: memFree=1540016/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=525604 CPUtime=1.49
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 13942 0 0 0 143 6 0 0 25 0 1 0 92298962 538218496 13927 1992294400 134512640 135680988 4294956192 18446744073709551615 135281146 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 131401 13927 102 285 0 131113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 525604

[startup+3.10167 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 20272
/proc/meminfo: memFree=1527728/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=533420 CPUtime=3.09
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 18342 0 0 0 300 9 0 0 25 0 1 0 92298962 546222080 18327 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 133355 18327 102 285 0 133067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 533420

[startup+6.30104 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 20272
/proc/meminfo: memFree=1492528/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=556868 CPUtime=6.29
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 26961 0 0 0 611 18 0 0 25 0 1 0 92298962 570232832 26946 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 139217 26946 102 285 0 138929 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 556868

[startup+12.7018 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 20272
/proc/meminfo: memFree=1374840/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=627208 CPUtime=12.69
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 54515 0 0 0 1242 27 0 0 25 0 1 0 92298962 642260992 54499 1992294400 134512640 135680988 4294956192 18446744073709551615 134538748 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 156802 54499 102 285 0 156514 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 627208

[startup+25.5013 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 20272
/proc/meminfo: memFree=1347704/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=650656 CPUtime=25.48
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 60818 0 0 0 2518 30 0 0 25 0 1 0 92298962 666271744 60802 1992294400 134512640 135680988 4294956192 18446744073709551615 134538727 0 0 4096 0 0 0 0 17 1 0 0
/proc/20271/statm: 162664 60802 102 285 0 162376 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 650656

[startup+51.1022 s]
/proc/loadavg: 1.12 1.03 1.01 3/67 20273
/proc/meminfo: memFree=1137136/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=54.36
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113540 0 0 0 5363 73 0 0 25 0 2 0 92298962 975425536 113319 1992294400 134512640 135680988 4294956192 18446744073709551615 134541545 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113319 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=3.29
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 309 20 0 0 25 0 2 0 92303741 975425536 113319 1992294400 134512640 135680988 4294956192 18446744073709551615 134542531 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.36
Current children cumulated vsize (KiB) 952564

[startup+102.306 s]
/proc/loadavg: 1.62 1.18 1.06 3/67 20273
/proc/meminfo: memFree=1137072/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=156.55
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113540 0 0 0 15582 73 0 0 25 0 2 0 92298962 975425536 113319 1992294400 134512640 135680988 4294956192 18446744073709551615 134542650 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113319 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=54.28
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 5408 20 0 0 25 0 2 0 92303741 975425536 113319 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.55
Current children cumulated vsize (KiB) 952564

[startup+162.302 s]
/proc/loadavg: 1.86 1.32 1.11 3/67 20273
/proc/meminfo: memFree=1137008/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=276.29
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113541 0 0 0 27554 75 0 0 25 0 2 0 92298962 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113320 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=114.04
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 11383 21 0 0 25 0 2 0 92303741 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.29
Current children cumulated vsize (KiB) 952564

[startup+222.303 s]
/proc/loadavg: 1.95 1.44 1.16 3/67 20279
/proc/meminfo: memFree=1136816/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=396
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113541 0 0 0 39525 75 0 0 25 0 2 0 92298962 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134957681 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113320 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=173.79
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 17358 21 0 0 25 0 2 0 92303741 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134532950 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 396
Current children cumulated vsize (KiB) 952564

[startup+282.303 s]
/proc/loadavg: 1.98 1.54 1.21 3/67 20279
/proc/meminfo: memFree=1136816/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=515.75
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113541 0 0 0 51499 76 0 0 25 0 2 0 92298962 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134533428 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113320 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=233.55
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 23334 21 0 0 25 0 2 0 92303741 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134533489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 515.75
Current children cumulated vsize (KiB) 952564

[startup+342.303 s]
/proc/loadavg: 1.99 1.62 1.26 3/67 20279
/proc/meminfo: memFree=1136816/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=635.48
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113541 0 0 0 63472 76 0 0 25 0 2 0 92298962 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134534551 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113320 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=293.31
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 29310 21 0 0 25 0 2 0 92303741 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134533155 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 635.48
Current children cumulated vsize (KiB) 952564

[startup+402.303 s]
/proc/loadavg: 1.99 1.69 1.30 3/67 20279
/proc/meminfo: memFree=1136816/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=755.23
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113541 0 0 0 75447 76 0 0 25 0 2 0 92298962 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113320 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=353.07
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 35286 21 0 0 25 0 2 0 92303741 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134534253 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 755.23
Current children cumulated vsize (KiB) 952564

[startup+462.303 s]
/proc/loadavg: 1.99 1.74 1.34 3/67 20279
/proc/meminfo: memFree=1136944/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=874.97
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113541 0 0 0 87421 76 0 0 25 0 2 0 92298962 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113320 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=412.84
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 41262 22 0 0 25 0 2 0 92303741 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134534576 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 874.97
Current children cumulated vsize (KiB) 952564

[startup+522.303 s]
/proc/loadavg: 1.99 1.79 1.38 3/67 20279
/proc/meminfo: memFree=1136880/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=994.71
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113541 0 0 0 99395 76 0 0 25 0 2 0 92298962 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134534570 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113320 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=472.59
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 47237 22 0 0 25 0 2 0 92303741 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134534000 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 994.71
Current children cumulated vsize (KiB) 952564

[startup+582.302 s]
/proc/loadavg: 1.99 1.82 1.42 3/67 20279
/proc/meminfo: memFree=1136880/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=1114.45
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113541 0 0 0 111369 76 0 0 25 0 2 0 92298962 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134534570 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113320 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=532.35
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 53213 22 0 0 25 0 2 0 92303741 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134534656 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1114.45
Current children cumulated vsize (KiB) 952564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+625.202 s]
/proc/loadavg: 1.99 1.85 1.44 3/67 20279
/proc/meminfo: memFree=1136880/2055920 swapFree=4192952/4192956
[pid=20271] ppid=20269 vsize=952564 CPUtime=1200.06
/proc/20271/stat : 20271 (gnovelty+) R 20269 20271 20022 0 -1 4194304 113541 0 0 0 119930 76 0 0 25 0 2 0 92298962 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134533962 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20271/statm: 238141 113320 106 285 0 237853 0
[pid=20271/tid=20273] ppid=20269 vsize=952564 CPUtime=575.08
/proc/20271/task/20273/stat : 20273 (gnovelty+) R 20269 20271 20022 0 -1 4194368 23022 0 0 0 57486 22 0 0 25 0 2 0 92303741 975425536 113320 1992294400 134512640 135680988 4294956192 18446744073709551615 134533068 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 952564

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): 625.285
CPU time (s): 1200.16
CPU user time (s): 1199.32
CPU system time (s): 0.839872
CPU usage (%): 191.938
Max. virtual memory (cumulated for all children) (KiB): 952564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.32
system time used= 0.839872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113541
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= 65
involuntary context switches= 8777

runsolver used 0.618905 second user time and 1.65775 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-25 08:57:43
IDJOB=1719055
IDBENCH=20576
IDSOLVER=550
FILE ID=node74/1719055-1240642658
PBS_JOBID= 9186449
Free space on /tmp= 103092 MiB

SOLVER NAME= gNovelty+-T 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719055-1240642658/watcher-1719055-1240642658 -o /tmp/evaluation-result-1719055-1240642658/solver-1719055-1240642658 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1719055-1240642658.cnf 350334450 2

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=350334450

node74.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.233
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.233
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:       1590424 kB
Buffers:         78908 kB
Cached:         296652 kB
SwapCached:          4 kB
Active:         157032 kB
Inactive:       233408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590424 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           78372 kB
Writeback:           0 kB
Mapped:          24548 kB
Slab:            60864 kB
Committed_AS:   376000 kB
PageTables:       1444 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= 103088 MiB
End job on node74 at 2009-04-25 09:08:10