Trace number 1721414

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
IUT_BMB_SAT 1.0? (TO) 1200.08 1200.62

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
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 variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
3.16/3.20	c WARNING: for repeatability, setting FPU to use double precision
3.16/3.20	c ============================[ Problem Statistics ]=============================
3.16/3.20	c |                                                                             |
3.16/3.20	c |  Number of variables:  3582                                                 |
3.16/3.20	c |  Number of clauses:    395999                                               |
3.45/3.50	c |  Parsing time:         0.27         s                                       |
18.73/18.86	c ============================[ Search Statistics ]==============================
18.73/18.86	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.73/18.86	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.73/18.86	c ===============================================================================
18.73/18.86	c |         0 |    2429   386293  1703265 |   128764        0    nan |  0.000 % |
18.93/19.05	c |       100 |    2429   386293  1703265 |   141640      100     94 |  0.000 % |
19.03/19.15	c |       251 |    2429   386293  1703265 |   155804      251     97 |  0.000 % |
19.13/19.27	c |       477 |    2429   386293  1703265 |   171385      477    104 |  0.000 % |
19.33/19.47	c |       814 |    2429   386293  1703265 |   188523      814    108 |  0.000 % |
19.64/19.71	c |      1322 |    2429   386293  1703265 |   207376     1322    121 |  0.000 % |
20.03/20.15	c |      2081 |    2429   386293  1703265 |   228113     2081    123 |  0.000 % |
20.43/20.56	c |      3223 |    2429   386293  1703265 |   250925     3223    127 |  0.000 % |
21.23/21.34	c |      4931 |    2429   386293  1703265 |   276017     4931    134 |  0.000 % |
22.43/22.56	c |      7493 |    2429   386293  1703265 |   303619     7493    141 |  0.000 % |
24.63/24.75	c |     11337 |    2429   386293  1703265 |   333981    11337    152 |  0.000 % |
28.03/28.14	c |     17103 |    2429   386293  1703265 |   367379    17103    155 |  0.000 % |
34.93/35.09	c |     25754 |    2429   386293  1703265 |   404117    25754    160 |  0.000 % |
45.83/46.00	c |     38731 |    2429   386293  1703265 |   444529    38731    164 |  0.000 % |
76.62/76.78	c |     58192 |    2429   386293  1703265 |   488982    58192    166 |  0.000 % |
155.08/155.28	c |     87385 |    2429   386293  1703265 |   537880    87385    167 |  0.000 % |
431.67/431.99	c |    131174 |    2429   386293  1703265 |   591668   131174    170 |  0.000 % |
908.67/909.13	c |    196859 |    2429   386293  1703265 |   650835   196859    177 |  0.000 % |
1200.08/1200.62	c cannot read from file

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-1721414-1240666485/watcher-1721414-1240666485 -o /tmp/evaluation-result-1721414-1240666485/solver-1721414-1240666485 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1721414-1240666485.cnf HOME 

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.99 0.98 0.99 3/65 21259
/proc/meminfo: memFree=1733176/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=5928 CPUtime=0
/proc/21259/stat : 21259 (IUT_BMB_SAT) R 21257 21259 21097 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 94681252 6070272 174 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/21259/statm: 1482 174 90 274 0 1205 0

[startup+0.0299971 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21259
/proc/meminfo: memFree=1733176/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=5928 CPUtime=0.02
/proc/21259/stat : 21259 (IUT_BMB_SAT) R 21257 21259 21097 0 -1 4194304 602 0 0 0 2 0 0 0 18 0 1 0 94681252 6070272 585 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/21259/statm: 1482 586 90 274 0 1205 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5928

[startup+0.102004 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21259
/proc/meminfo: memFree=1733176/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=8252 CPUtime=0.09
/proc/21259/stat : 21259 (IUT_BMB_SAT) R 21257 21259 21097 0 -1 4194304 1880 0 0 0 9 0 0 0 18 0 1 0 94681252 8450048 1863 1992294400 134512640 135635285 4294956224 18446744073709551615 134693602 0 0 4096 0 0 0 0 17 0 0 0
/proc/21259/statm: 2063 1864 97 274 0 1786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8252

[startup+0.302025 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21259
/proc/meminfo: memFree=1733176/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=11552 CPUtime=0.29
/proc/21259/stat : 21259 (IUT_BMB_SAT) R 21257 21259 21097 0 -1 4194304 2709 0 0 0 29 0 0 0 19 0 1 0 94681252 11829248 2692 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/21259/statm: 2888 2692 97 274 0 2611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11552

[startup+0.701073 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21259
/proc/meminfo: memFree=1733176/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=18020 CPUtime=0.69
/proc/21259/stat : 21259 (IUT_BMB_SAT) R 21257 21259 21097 0 -1 4194304 4317 0 0 0 68 1 0 0 23 0 1 0 94681252 18452480 4300 1992294400 134512640 135635285 4294956224 18446744073709551615 134693974 0 0 4096 0 0 0 0 17 0 0 0
/proc/21259/statm: 4505 4301 97 274 0 4228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18020

[startup+1.50116 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21260
/proc/meminfo: memFree=1710512/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=1.49
/proc/21259/stat : 21259 (IUT_BMB_SAT) R 21257 21259 21097 0 -1 4194304 6128 0 0 0 117 32 0 0 25 0 1 0 94681252 25796608 6111 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/21259/statm: 6298 6111 100 274 0 6021 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25192

[startup+3.10135 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21260
/proc/meminfo: memFree=1705584/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.08
/proc/21259/stat : 21259 (IUT_BMB_SAT) R 21257 21259 21097 0 -1 4194304 6128 0 0 0 163 145 0 0 25 0 1 0 94681252 25796608 6111 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/21259/statm: 6298 6111 100 274 0 6021 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25192

[startup+6.30172 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21262
/proc/meminfo: memFree=1678304/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=24844 CPUtime=3.09
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 5965 0 0 0 307 2 0 0 25 0 1 0 94681570 25440256 5946 1992294400 134512640 135243223 4294956320 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 6211 5946 77 178 0 6031 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 55392

[startup+12.7025 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21262
/proc/meminfo: memFree=1666336/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=37148 CPUtime=9.48
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 8941 0 0 0 945 3 0 0 25 0 1 0 94681570 38039552 8922 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 9287 8922 78 178 0 9107 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 67696

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21262
/proc/meminfo: memFree=1669536/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=32988 CPUtime=22.27
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 8950 0 0 0 2224 3 0 0 25 0 1 0 94681570 33779712 8117 1992294400 134512640 135243223 4294956320 18446744073709551615 134555557 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 8247 8117 85 178 0 8067 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 63536

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21262
/proc/meminfo: memFree=1649824/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=53424 CPUtime=47.86
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 14014 0 0 0 4778 8 0 0 25 0 1 0 94681570 54706176 13181 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 13356 13181 85 178 0 13176 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 83972

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21262
/proc/meminfo: memFree=1632416/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=70612 CPUtime=99.05
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 18262 0 0 0 9893 12 0 0 25 0 1 0 94681570 72306688 17429 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 17653 17429 85 178 0 17473 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 101160

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21262
/proc/meminfo: memFree=1614880/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=88296 CPUtime=159.02
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 22636 0 0 0 15885 17 0 0 25 0 1 0 94681570 90415104 21803 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 22074 21803 85 178 0 21894 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 118844

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21264
/proc/meminfo: memFree=1606880/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=96348 CPUtime=219.01
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 24563 0 0 0 21881 20 0 0 25 0 1 0 94681570 98660352 23730 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 24087 23730 85 178 0 23907 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 126896

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21264
/proc/meminfo: memFree=1599200/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=104168 CPUtime=278.97
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 26523 0 0 0 27875 22 0 0 25 0 1 0 94681570 106668032 25690 1992294400 134512640 135243223 4294956320 18446744073709551615 134558300 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 26042 25690 85 178 0 25862 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 134716

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21264
/proc/meminfo: memFree=1593504/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0

################
# More data... #
################

/proc/meminfo: memFree=1552032/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=152152 CPUtime=698.79
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 38238 0 0 0 69847 32 0 0 25 0 1 0 94681570 155803648 37405 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 38038 37405 85 178 0 37858 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 182700

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 21264
/proc/meminfo: memFree=1545760/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=158452 CPUtime=758.77
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 39788 0 0 0 75843 34 0 0 25 0 1 0 94681570 162254848 38955 1992294400 134512640 135243223 4294956320 18446744073709551615 134555639 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 39613 38955 85 178 0 39433 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 189000

[startup+822.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/68 21264
/proc/meminfo: memFree=1539808/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=164476 CPUtime=818.74
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 41277 0 0 0 81838 36 0 0 25 0 1 0 94681570 168423424 40444 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 41119 40444 85 178 0 40939 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 195024

[startup+882.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/68 21264
/proc/meminfo: memFree=1529376/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=174784 CPUtime=878.71
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 43867 0 0 0 87833 38 0 0 25 0 1 0 94681570 178978816 43034 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 43696 43034 85 178 0 43516 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 205332

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 21264
/proc/meminfo: memFree=1524064/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=180244 CPUtime=938.7
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 45187 0 0 0 93830 40 0 0 25 0 1 0 94681570 184569856 44354 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 45061 44354 85 178 0 44881 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 210792

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 21264
/proc/meminfo: memFree=1520032/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=184532 CPUtime=998.67
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 46179 0 0 0 99827 40 0 0 25 0 1 0 94681570 188960768 45346 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 46133 45346 85 178 0 45953 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 215080

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 21264
/proc/meminfo: memFree=1514976/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=190004 CPUtime=1058.66
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 47425 0 0 0 105824 42 0 0 25 0 1 0 94681570 194564096 46592 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 47501 46592 85 178 0 47321 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 220552

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 21264
/proc/meminfo: memFree=1510240/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=194636 CPUtime=1118.64
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 48597 0 0 0 111821 43 0 0 25 0 1 0 94681570 199307264 47764 1992294400 134512640 135243223 4294956320 18446744073709551615 134555741 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 48659 47764 85 178 0 48479 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 225184

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 21264
/proc/meminfo: memFree=1506400/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=198540 CPUtime=1178.63
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 49555 0 0 0 117819 44 0 0 25 0 1 0 94681570 203304960 48722 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 49635 48722 85 178 0 49455 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 229088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 21264
/proc/meminfo: memFree=1504416/2055920 swapFree=4192812/4192956
[pid=21259] ppid=21257 vsize=25192 CPUtime=3.16
/proc/21259/stat : 21259 (IUT_BMB_SAT) S 21257 21259 21097 0 -1 4194304 6134 0 0 0 165 151 0 0 25 0 1 0 94681252 25796608 6116 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/21259/statm: 6298 6116 105 274 0 6021 0
[pid=21261] ppid=21259 vsize=5356 CPUtime=0
/proc/21261/stat : 21261 (sh) S 21259 21259 21097 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94681570 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21261/statm: 1339 232 193 169 0 50 0
[pid=21262] ppid=21261 vsize=200508 CPUtime=1196.92
/proc/21262/stat : 21262 (minisat) R 21261 21259 21097 0 -1 4194304 50048 0 0 0 119648 44 0 0 25 0 1 0 94681570 205320192 49215 1992294400 134512640 135243223 4294956320 18446744073709551615 134555637 0 0 4096 3 0 0 0 17 0 0 0
/proc/21262/statm: 50127 49215 85 178 0 49947 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 231056

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21259 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=656748
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=518769
# CPU time returned by wait4() is 3.17552
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.62
CPU time (s): 1200.08
CPU user time (s): 1198.13
CPU system time (s): 1.95
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 231056

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

runsolver used 1.11683 second user time and 3.2605 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-25 15:34:46
IDJOB=1721414
IDBENCH=71069
IDSOLVER=523
FILE ID=node74/1721414-1240666485
PBS_JOBID= 9186577
Free space on /tmp= 103108 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_17_UNKNOWN.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721414-1240666485/watcher-1721414-1240666485 -o /tmp/evaluation-result-1721414-1240666485/solver-1721414-1240666485 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1721414-1240666485.cnf HOME

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED=2108267322

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:       1733656 kB
Buffers:         16472 kB
Cached:         234104 kB
SwapCached:        140 kB
Active:         140544 kB
Inactive:       125000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8812 kB
Writeback:           0 kB
Mapped:          23944 kB
Slab:            42544 kB
Committed_AS:   412296 kB
PageTables:       1452 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= 103100 MiB
End job on node74 at 2009-04-25 15:54:48