Trace number 1722014

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.01 1200.62

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_21_SAT.cnf
MD5SUM03a36a0e1b9af8e7c30a29a92e02302e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.47777
Satisfiable
(Un)Satisfiability was proved
Number of variables4466
Number of clauses542457
Sum of the clauses size1621186
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26774
Number of clauses of size 3535652
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
4.18/4.24	c WARNING: for repeatability, setting FPU to use double precision
4.18/4.24	c ============================[ Problem Statistics ]=============================
4.18/4.24	c |                                                                             |
4.18/4.25	c |  Number of variables:  4466                                                 |
4.18/4.25	c |  Number of clauses:    542457                                               |
4.56/4.65	c |  Parsing time:         0.37         s                                       |
29.95/30.01	c ============================[ Search Statistics ]==============================
29.95/30.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.95/30.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.95/30.01	c ===============================================================================
29.95/30.01	c |         0 |    3109   532587  2328663 |   177529        0    nan |  0.000 % |
30.05/30.13	c |       101 |    3109   532587  2328663 |   195281      101    122 |  0.000 % |
30.05/30.19	c |       251 |    3109   532587  2328663 |   214810      251    134 |  0.000 % |
30.25/30.31	c |       476 |    3109   532587  2328663 |   236291      476    155 |  0.000 % |
30.35/30.43	c |       814 |    3109   532587  2328663 |   259920      814    172 |  0.000 % |
30.55/30.66	c |      1321 |    3109   532587  2328663 |   285912     1321    186 |  0.000 % |
30.94/31.03	c |      2080 |    3109   532587  2328663 |   314503     2080    195 |  0.000 % |
31.34/31.41	c |      3220 |    3109   532587  2328663 |   345953     3220    195 |  0.000 % |
32.14/32.26	c |      4932 |    3109   532587  2328663 |   380549     4932    202 |  0.000 % |
33.24/33.30	c |      7495 |    3109   532587  2328663 |   418604     7495    203 |  0.000 % |
35.24/35.36	c |     11341 |    3109   532587  2328663 |   460464    11341    204 |  0.000 % |
40.13/40.20	c |     17108 |    3109   532587  2328663 |   506510    17108    204 |  0.000 % |
48.74/48.86	c |     25757 |    3109   532587  2328663 |   557162    25757    217 |  0.000 % |
62.33/62.47	c |     38732 |    3109   532587  2328663 |   612878    38732    220 |  0.000 % |
88.22/88.33	c |     58193 |    3109   532587  2328663 |   674166    58193    227 |  0.000 % |
165.07/165.23	c |     87388 |    3109   532587  2328663 |   741582    87388    234 |  0.000 % |
263.22/263.48	c |    131178 |    3109   532587  2328663 |   815740   131178    238 |  0.000 % |
511.81/512.17	c |    196862 |    3109   532587  2328663 |   897315   196862    262 |  0.000 % |
1200.01/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-1722014-1240671874/watcher-1722014-1240671874 -o /tmp/evaluation-result-1722014-1240671874/solver-1722014-1240671874 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1722014-1240671874.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.92 0.98 0.99 3/64 27687
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=7644 CPUtime=0
/proc/27687/stat : 27687 (IUT_BMB_SAT) R 27685 27687 27332 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 95215853 7827456 177 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/27687/statm: 1911 178 90 274 0 1634 0

[startup+0.0196079 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27687
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=7644 CPUtime=0.01
/proc/27687/stat : 27687 (IUT_BMB_SAT) R 27685 27687 27332 0 -1 4194304 448 0 0 0 1 0 0 0 18 0 1 0 95215853 7827456 431 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/27687/statm: 1911 432 90 274 0 1634 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7644

[startup+0.10162 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27687
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=10336 CPUtime=0.09
/proc/27687/stat : 27687 (IUT_BMB_SAT) R 27685 27687 27332 0 -1 4194304 2393 0 0 0 9 0 0 0 18 0 1 0 95215853 10584064 2376 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/27687/statm: 2584 2377 97 274 0 2307 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10336

[startup+0.30165 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27687
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=13636 CPUtime=0.29
/proc/27687/stat : 27687 (IUT_BMB_SAT) R 27685 27687 27332 0 -1 4194304 3222 0 0 0 28 1 0 0 19 0 1 0 95215853 13963264 3205 1992294400 134512640 135635285 4294956208 18446744073709551615 134547139 0 0 4096 0 0 0 0 17 0 0 0
/proc/27687/statm: 3409 3205 97 274 0 3132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13636

[startup+0.701709 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27687
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=20104 CPUtime=0.69
/proc/27687/stat : 27687 (IUT_BMB_SAT) R 27685 27687 27332 0 -1 4194304 4849 0 0 0 68 1 0 0 23 0 1 0 95215853 20586496 4832 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/27687/statm: 5026 4832 97 274 0 4749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20104

[startup+1.50183 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27688
/proc/meminfo: memFree=1764208/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=1.49
/proc/27687/stat : 27687 (IUT_BMB_SAT) R 27685 27687 27332 0 -1 4194304 8395 0 0 0 143 6 0 0 25 0 1 0 95215853 35069952 8377 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/27687/statm: 8562 8377 100 274 0 8285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34248

[startup+3.10206 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27688
/proc/meminfo: memFree=1753136/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=3.07
/proc/27687/stat : 27687 (IUT_BMB_SAT) R 27685 27687 27332 0 -1 4194304 8395 0 0 0 191 116 0 0 25 0 1 0 95215853 35069952 8377 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/27687/statm: 8562 8377 100 274 0 8285 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 34248

[startup+6.30153 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 27690
/proc/meminfo: memFree=1713824/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=33828 CPUtime=2.04
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 8030 0 0 0 201 3 0 0 25 0 1 0 95216277 34639872 8010 1992294400 134512640 135243223 4294956304 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 8457 8010 77 178 0 8277 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 73432

[startup+12.7025 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 27690
/proc/meminfo: memFree=1713696/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=33828 CPUtime=8.43
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 8030 0 0 0 840 3 0 0 25 0 1 0 95216277 34639872 8010 1992294400 134512640 135243223 4294956304 18446744073709551615 134535295 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 8457 8010 77 178 0 8277 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 73432

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 27690
/proc/meminfo: memFree=1700128/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=48600 CPUtime=21.23
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 11456 0 0 0 2118 5 0 0 25 0 1 0 95216277 49766400 11436 1992294400 134512640 135243223 4294956304 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 12150 11436 78 178 0 11970 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 88204

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 27690
/proc/meminfo: memFree=1690720/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=56836 CPUtime=46.82
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 15047 0 0 0 4672 10 0 0 25 0 1 0 95216277 58200064 13935 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 14209 13935 85 178 0 14029 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 96440

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 27690
/proc/meminfo: memFree=1654112/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=93004 CPUtime=97.99
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 24069 0 0 0 9780 19 0 0 25 0 1 0 95216277 95236096 22957 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/27690/statm: 23251 22957 85 178 0 23071 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 132608

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27690
/proc/meminfo: memFree=1631392/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=115940 CPUtime=157.95
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 29759 0 0 0 15770 25 0 0 25 0 1 0 95216277 118722560 28647 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 28985 28647 85 178 0 28805 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 155544

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27690
/proc/meminfo: memFree=1602080/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=145284 CPUtime=217.92
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 37041 0 0 0 21761 31 0 0 25 0 1 0 95216277 148770816 35929 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 36321 35929 85 178 0 36141 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 184888

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27690
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=170376 CPUtime=277.9
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 43222 0 0 0 27752 38 0 0 25 0 1 0 95216277 174465024 42110 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 42594 42110 85 178 0 42414 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 209980

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27690
/proc/meminfo: memFree=1548200/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0

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

/proc/meminfo: memFree=1460264/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=288208 CPUtime=697.7
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 72383 0 0 0 69702 68 0 0 25 0 1 0 95216277 295124992 71271 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 72052 71271 85 178 0 71872 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 327812

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27690
/proc/meminfo: memFree=1448296/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=299840 CPUtime=757.69
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 75309 0 0 0 75697 72 0 0 25 0 1 0 95216277 307036160 74197 1992294400 134512640 135243223 4294956304 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 74960 74197 85 178 0 74780 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 339444

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27690
/proc/meminfo: memFree=1436008/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=312400 CPUtime=817.66
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 78404 0 0 0 81691 75 0 0 25 0 1 0 95216277 319897600 77292 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 78100 77292 85 178 0 77920 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 352004

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27690
/proc/meminfo: memFree=1424808/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=323476 CPUtime=877.63
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 81171 0 0 0 87685 78 0 0 25 0 1 0 95216277 331239424 80059 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 80869 80059 85 178 0 80689 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 363080

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27690
/proc/meminfo: memFree=1417896/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=330456 CPUtime=937.6
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 82907 0 0 0 93681 79 0 0 25 0 1 0 95216277 338386944 81795 1992294400 134512640 135243223 4294956304 18446744073709551615 134555584 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 82614 81795 85 178 0 82434 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 370060

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27690
/proc/meminfo: memFree=1407848/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=340412 CPUtime=997.57
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 85397 0 0 0 99675 82 0 0 25 0 1 0 95216277 348581888 84285 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 85103 84285 85 178 0 84923 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 380016

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27690
/proc/meminfo: memFree=1398632/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=349776 CPUtime=1057.56
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 87719 0 0 0 105670 86 0 0 25 0 1 0 95216277 358170624 86607 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 87444 86607 85 178 0 87264 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 389380

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27690
/proc/meminfo: memFree=1388456/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=359700 CPUtime=1117.53
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 90210 0 0 0 111665 88 0 0 25 0 1 0 95216277 368332800 89098 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 89925 89098 85 178 0 89745 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 399304

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27690
/proc/meminfo: memFree=1377448/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=370756 CPUtime=1177.49
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 92978 0 0 0 117658 91 0 0 25 0 1 0 95216277 379654144 91866 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 92689 91866 85 178 0 92509 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 410360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27690
/proc/meminfo: memFree=1374056/2055920 swapFree=4192812/4192956
[pid=27687] ppid=27685 vsize=34248 CPUtime=4.22
/proc/27687/stat : 27687 (IUT_BMB_SAT) S 27685 27687 27332 0 -1 4194304 8401 0 0 0 231 191 0 0 25 0 1 0 95215853 35069952 8382 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27687/statm: 8562 8382 105 274 0 8285 0
[pid=27689] ppid=27687 vsize=5356 CPUtime=0
/proc/27689/stat : 27689 (sh) S 27687 27687 27332 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95216277 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27689/statm: 1339 232 193 169 0 50 0
[pid=27690] ppid=27689 vsize=374136 CPUtime=1195.79
/proc/27690/stat : 27690 (minisat) R 27689 27687 27332 0 -1 4194304 93784 0 0 0 119487 92 0 0 25 0 1 0 95216277 383115264 92672 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27690/statm: 93534 92672 85 178 0 93354 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 413740

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 27687 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=318647
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=927706
# CPU time returned by wait4() is 4.24635
# while last known CPU time is 1200.01
#
# 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.01
CPU user time (s): 1197.18
CPU system time (s): 2.83
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 413740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.31865
system time used= 1.92771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9136
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= 22

runsolver used 1.19582 second user time and 3.17952 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-25 17:04:34
IDJOB=1722014
IDBENCH=71081
IDSOLVER=523
FILE ID=node39/1722014-1240671874
PBS_JOBID= 9186623
Free space on /tmp= 66268 MiB

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

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

MD5SUM BENCH= 03a36a0e1b9af8e7c30a29a92e02302e
RANDOM SEED=211107939

node39.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.281
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.281
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:       1789016 kB
Buffers:         24064 kB
Cached:         167212 kB
SwapCached:        144 kB
Active:          92856 kB
Inactive:       112536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11336 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            47592 kB
Committed_AS:   427884 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node39 at 2009-04-25 17:24:37