Trace number 1718951

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.34 708.087

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
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 variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data

212.99/213.13	c +------------------------------+
212.99/213.13	c | gNovelty+, version 1.0       |
212.99/213.13	c +------------------------------+
212.99/213.13	c gnovelty+ -h for help
212.99/213.13	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-1718951-1240641405/watcher-1718951-1240641405 -o /tmp/evaluation-result-1718951-1240641405/solver-1718951-1240641405 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1718951-1240641405.cnf 72062599 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.15 1.02 1.01 3/65 4654
/proc/meminfo: memFree=599592/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=511036 CPUtime=0
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 1095 0 0 0 0 0 0 0 18 0 1 0 92171139 523300864 1081 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 127759 1090 101 285 0 127471 0

[startup+0.05093 s]
/proc/loadavg: 1.15 1.02 1.01 3/65 4654
/proc/meminfo: memFree=599592/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=518852 CPUtime=0.04
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 9921 0 0 0 1 3 0 0 18 0 1 0 92171139 531304448 9906 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 129713 9906 102 285 0 129425 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 518852

[startup+0.101939 s]
/proc/loadavg: 1.15 1.02 1.01 3/65 4654
/proc/meminfo: memFree=599592/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=518852 CPUtime=0.09
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 10083 0 0 0 5 4 0 0 19 0 1 0 92171139 531304448 10068 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 129713 10068 102 285 0 129425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 518852

[startup+0.301976 s]
/proc/loadavg: 1.15 1.02 1.01 3/65 4654
/proc/meminfo: memFree=599592/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=518852 CPUtime=0.29
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 10692 0 0 0 25 4 0 0 21 0 1 0 92171139 531304448 10677 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 129713 10677 102 285 0 129425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 518852

[startup+0.70105 s]
/proc/loadavg: 1.15 1.02 1.01 3/65 4654
/proc/meminfo: memFree=599592/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=518852 CPUtime=0.69
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 11884 0 0 0 64 5 0 0 24 0 1 0 92171139 531304448 11869 1992294400 134512640 135680988 4294956192 18446744073709551615 135280519 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 129713 11869 102 285 0 129425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 518852

[startup+1.5012 s]
/proc/loadavg: 1.15 1.02 1.01 2/66 4655
/proc/meminfo: memFree=549088/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=526668 CPUtime=1.49
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 14261 0 0 0 142 7 0 0 25 0 1 0 92171139 539308032 14246 1992294400 134512640 135680988 4294956192 18446744073709551615 135277857 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 131667 14247 102 285 0 131379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 526668

[startup+3.1015 s]
/proc/loadavg: 1.15 1.02 1.01 2/66 4655
/proc/meminfo: memFree=536096/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=534484 CPUtime=3.09
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 18967 0 0 0 299 10 0 0 25 0 1 0 92171139 547311616 18952 1992294400 134512640 135680988 4294956192 18446744073709551615 134537493 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 133621 18952 102 285 0 133333 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 534484

[startup+6.30109 s]
/proc/loadavg: 1.38 1.07 1.02 2/66 4655
/proc/meminfo: memFree=498272/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=557932 CPUtime=6.29
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 28244 0 0 0 610 19 0 0 25 0 1 0 92171139 571322368 28229 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 139483 28229 102 285 0 139195 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 557932

[startup+12.7013 s]
/proc/loadavg: 1.59 1.11 1.04 2/66 4655
/proc/meminfo: memFree=423200/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=604828 CPUtime=12.68
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 46657 0 0 0 1232 36 0 0 25 0 1 0 92171139 619343872 46642 1992294400 134512640 135680988 4294956192 18446744073709551615 135277981 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 151207 46642 102 285 0 150919 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 604828

[startup+25.5017 s]
/proc/loadavg: 1.81 1.19 1.06 2/66 4656
/proc/meminfo: memFree=197088/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=768960 CPUtime=25.48
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 101928 0 0 0 2484 64 0 0 25 0 1 0 92171139 787415040 101912 1992294400 134512640 135680988 4294956192 18446744073709551615 134538727 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 192240 101912 102 285 0 191952 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 768960

[startup+51.1014 s]
/proc/loadavg: 1.59 1.19 1.06 2/66 4656
/proc/meminfo: memFree=141856/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=823672 CPUtime=51.06
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 116716 0 0 0 5035 71 0 0 25 0 1 0 92171139 843440128 116700 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 205918 116700 102 285 0 205630 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 823672

[startup+102.306 s]
/proc/loadavg: 1.26 1.16 1.06 2/66 4658
/proc/meminfo: memFree=86944/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=878384 CPUtime=102.25
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 130274 0 0 0 10147 78 0 0 25 0 1 0 92171139 899465216 130258 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 219596 130258 102 285 0 219308 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 878384

[startup+162.301 s]
/proc/loadavg: 1.09 1.13 1.05 2/66 4658
/proc/meminfo: memFree=45216/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=917464 CPUtime=162.21
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 140880 0 0 0 16138 83 0 0 25 0 1 0 92171139 939483136 140864 1992294400 134512640 135680988 4294956192 18446744073709551615 134538724 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 229366 140864 102 285 0 229078 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 917464

[startup+222.301 s]
/proc/loadavg: 1.11 1.12 1.05 3/67 4659
/proc/meminfo: memFree=14872/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=231.09
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271359 0 0 0 22930 179 0 0 25 0 2 0 92171139 1713803264 270872 1992294400 134512640 135680988 4294956192 18446744073709551615 134542604 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270872 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=9.04
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60910 0 0 0 860 44 0 0 25 0 2 0 92192452 1713803264 270872 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 231.09
Current children cumulated vsize (KiB) 1673636

[startup+282.302 s]
/proc/loadavg: 1.67 1.28 1.11 3/67 4659
/proc/meminfo: memFree=15000/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=350.83
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271363 0 0 0 34904 179 0 0 25 0 2 0 92171139 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270876 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=69.03
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60912 0 0 0 6858 45 0 0 25 0 2 0 92192452 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542629 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 350.83
Current children cumulated vsize (KiB) 1673636

[startup+342.301 s]
/proc/loadavg: 1.88 1.40 1.16 3/67 4659
/proc/meminfo: memFree=14936/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=470.56
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271363 0 0 0 46877 179 0 0 25 0 2 0 92171139 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134541148 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270876 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=129.01
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60912 0 0 0 12856 45 0 0 25 0 2 0 92192452 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542516 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 470.56
Current children cumulated vsize (KiB) 1673636

[startup+402.302 s]
/proc/loadavg: 1.95 1.51 1.21 3/67 4659
/proc/meminfo: memFree=14936/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=590.3
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271363 0 0 0 58851 179 0 0 25 0 2 0 92171139 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542877 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270876 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=188.99
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60912 0 0 0 18854 45 0 0 25 0 2 0 92192452 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 590.3
Current children cumulated vsize (KiB) 1673636

[startup+462.302 s]
/proc/loadavg: 1.98 1.60 1.26 3/67 4659
/proc/meminfo: memFree=15000/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=710.02
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271363 0 0 0 70823 179 0 0 25 0 2 0 92171139 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542650 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270876 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=248.97
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60912 0 0 0 24852 45 0 0 25 0 2 0 92192452 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134541327 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 710.02
Current children cumulated vsize (KiB) 1673636

[startup+522.302 s]
/proc/loadavg: 1.99 1.67 1.30 3/67 4659
/proc/meminfo: memFree=15000/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=829.76
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271363 0 0 0 82797 179 0 0 25 0 2 0 92171139 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542650 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270876 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=308.95
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60912 0 0 0 30850 45 0 0 25 0 2 0 92192452 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 829.76
Current children cumulated vsize (KiB) 1673636

[startup+582.301 s]
/proc/loadavg: 1.99 1.72 1.34 3/67 4659
/proc/meminfo: memFree=14936/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=949.49
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271363 0 0 0 94770 179 0 0 25 0 2 0 92171139 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270876 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=368.92
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60912 0 0 0 36847 45 0 0 25 0 2 0 92192452 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542500 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 949.49
Current children cumulated vsize (KiB) 1673636

[startup+642.302 s]
/proc/loadavg: 1.99 1.77 1.38 3/67 4659
/proc/meminfo: memFree=15000/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=1069.23
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271363 0 0 0 106744 179 0 0 25 0 2 0 92171139 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542516 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270876 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=428.91
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60912 0 0 0 42846 45 0 0 25 0 2 0 92192452 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134541395 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1069.23
Current children cumulated vsize (KiB) 1673636

[startup+702.301 s]
/proc/loadavg: 1.99 1.81 1.42 3/67 4659
/proc/meminfo: memFree=14936/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=1188.96
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271363 0 0 0 118717 179 0 0 25 0 2 0 92171139 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134541148 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270876 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=488.88
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60912 0 0 0 48843 45 0 0 25 0 2 0 92192452 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542826 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1188.96
Current children cumulated vsize (KiB) 1673636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+707.901 s]
/proc/loadavg: 1.99 1.81 1.42 3/67 4659
/proc/meminfo: memFree=15000/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=1673636 CPUtime=1200.14
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4194304 271363 0 0 0 119835 179 0 0 25 0 2 0 92171139 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/4654/statm: 418409 270876 106 285 0 418121 0
[pid=4654/tid=4659] ppid=4652 vsize=1673636 CPUtime=494.48
/proc/4654/task/4659/stat : 4659 (gnovelty+) R 4652 4654 4168 0 -1 4194368 60912 0 0 0 49403 45 0 0 25 0 2 0 92192452 1713803264 270876 1992294400 134512640 135680988 4294956192 18446744073709551615 134541315 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 1673636

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

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

[startup+708.013 s]
/proc/loadavg: 1.99 1.81 1.42 3/67 4659
/proc/meminfo: memFree=15000/2055920 swapFree=4192956/4192956
[pid=4654] ppid=4652 vsize=0 CPUtime=1200.25
/proc/4654/stat : 4654 (gnovelty+) R 4652 4654 4168 0 -1 4195332 271363 0 0 0 119836 189 0 0 25 0 1 0 92171139 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/4654/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 708.087
CPU time (s): 1200.34
CPU user time (s): 1198.37
CPU system time (s): 1.9707
CPU usage (%): 169.518
Max. virtual memory (cumulated for all children) (KiB): 1673636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.37
system time used= 1.9707
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271363
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= 104
involuntary context switches= 8456

runsolver used 0.676897 second user time and 1.83272 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-25 08:36:58
IDJOB=1718951
IDBENCH=20574
IDSOLVER=550
FILE ID=node82/1718951-1240641405
PBS_JOBID= 9186433
Free space on /tmp= 66068 MiB

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

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=72062599

node82.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        600072 kB
Buffers:         90756 kB
Cached:        1247960 kB
SwapCached:          0 kB
Active:         601644 kB
Inactive:       751684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        600072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          214812 kB
Writeback:           0 kB
Mapped:          24324 kB
Slab:            88492 kB
Committed_AS:   217824 kB
PageTables:       1384 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= 66068 MiB
End job on node82 at 2009-04-25 08:48:48