Trace number 1722814

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.06 1200.52

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
1.29/1.35	c WARNING: for repeatability, setting FPU to use double precision
1.29/1.35	c ============================[ Problem Statistics ]=============================
1.29/1.35	c |                                                                             |
1.29/1.35	c |  Number of variables:  2220                                                 |
1.29/1.35	c |  Number of clauses:    160694                                               |
1.34/1.47	c |  Parsing time:         0.11         s                                       |
5.18/5.30	c ============================[ Search Statistics ]==============================
5.18/5.30	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.18/5.30	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.18/5.30	c ===============================================================================
5.18/5.30	c |         0 |    1484   156194   680037 |    52064        0    nan |  0.000 % |
5.28/5.33	c |       100 |    1484   156194   680037 |    57271      100     90 |  0.000 % |
5.28/5.36	c |       250 |    1484   156194   680037 |    62998      250     83 |  0.000 % |
5.28/5.40	c |       477 |    1484   156194   680037 |    69298      477     99 |  0.000 % |
5.38/5.47	c |       816 |    1484   156194   680037 |    76227      816    104 |  0.000 % |
5.57/5.60	c |      1327 |    1484   156194   680037 |    83850     1327    103 |  0.000 % |
5.67/5.75	c |      2086 |    1484   156194   680037 |    92235     2086    104 |  0.000 % |
5.87/6.00	c |      3226 |    1484   156194   680037 |   101459     3226    105 |  0.000 % |
6.37/6.48	c |      4936 |    1484   156194   680037 |   111605     4936    109 |  0.000 % |
7.08/7.17	c |      7499 |    1484   156194   680037 |   122765     7499    114 |  0.000 % |
8.68/8.71	c |     11343 |    1484   156194   680037 |   135042    11343    119 |  0.000 % |
12.37/12.44	c |     17110 |    1484   156194   680037 |   148546    17110    123 |  0.000 % |
19.97/20.07	c |     25761 |    1484   156194   680037 |   163401    25761    128 |  0.000 % |
40.67/40.75	c |     38739 |    1484   156194   680037 |   179741    38739    127 |  0.000 % |
95.45/95.52	c |     58200 |    1484   156194   680037 |   197715    58200    127 |  0.000 % |
219.41/219.50	c |     87392 |    1484   156194   680037 |   217487    87392    128 |  0.000 % |
426.64/426.86	c |    131181 |    1484   156194   680037 |   239235   131181    130 |  0.000 % |
870.57/871.00	c |    196866 |    1484   156194   680037 |   263159   196866    130 |  0.000 % |
1200.06/1200.52	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-1722814-1240679695/watcher-1722814-1240679695 -o /tmp/evaluation-result-1722814-1240679695/solver-1722814-1240679695 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1722814-1240679695.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.85 0.97 1.08 3/64 16943
/proc/meminfo: memFree=1750328/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=3168 CPUtime=0
/proc/16943/stat : 16943 (IUT_BMB_SAT) R 16941 16943 16906 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 96002573 3244032 165 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 1 0 0
/proc/16943/statm: 792 165 90 274 0 515 0

[startup+0.0755621 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 16943
/proc/meminfo: memFree=1750328/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=4616 CPUtime=0.07
/proc/16943/stat : 16943 (IUT_BMB_SAT) R 16941 16943 16906 0 -1 4194304 974 0 0 0 7 0 0 0 18 0 1 0 96002573 4726784 957 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/16943/statm: 1154 958 97 274 0 877 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4616

[startup+0.101565 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 16943
/proc/meminfo: memFree=1750328/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=5012 CPUtime=0.09
/proc/16943/stat : 16943 (IUT_BMB_SAT) R 16941 16943 16906 0 -1 4194304 1082 0 0 0 9 0 0 0 18 0 1 0 96002573 5132288 1065 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/16943/statm: 1253 1065 97 274 0 976 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5012

[startup+0.301599 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 16943
/proc/meminfo: memFree=1750328/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=8180 CPUtime=0.29
/proc/16943/stat : 16943 (IUT_BMB_SAT) R 16941 16943 16906 0 -1 4194304 1875 0 0 0 29 0 0 0 19 0 1 0 96002573 8376320 1858 1992294400 134512640 135635285 4294956224 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 1 0 0
/proc/16943/statm: 2045 1858 97 274 0 1768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8180

[startup+0.701668 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 16943
/proc/meminfo: memFree=1750328/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=0.69
/proc/16943/stat : 16943 (IUT_BMB_SAT) R 16941 16943 16906 0 -1 4194304 2606 0 0 0 54 15 0 0 22 0 1 0 96002573 11354112 2589 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/16943/statm: 2772 2589 100 274 0 2495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11088

[startup+1.5018 s]
/proc/loadavg: 0.85 0.97 1.08 2/65 16944
/proc/meminfo: memFree=1738736/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 11088

[startup+3.10108 s]
/proc/loadavg: 0.85 0.97 1.08 2/67 16946
/proc/meminfo: memFree=1726944/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=16736 CPUtime=1.74
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 3912 0 0 0 173 1 0 0 25 0 1 0 96002708 17137664 3893 1992294400 134512640 135243223 4294956320 18446744073709551615 134535505 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 4184 3893 78 178 0 4004 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33180

[startup+6.30163 s]
/proc/loadavg: 0.86 0.97 1.08 2/67 16946
/proc/meminfo: memFree=1723808/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=13860 CPUtime=4.93
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 3921 0 0 0 492 1 0 0 25 0 1 0 96002708 14192640 3338 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 3465 3338 85 178 0 3285 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30304

[startup+12.7027 s]
/proc/loadavg: 0.87 0.97 1.08 2/67 16946
/proc/meminfo: memFree=1717864/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=20500 CPUtime=11.33
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 5567 0 0 0 1131 2 0 0 25 0 1 0 96002708 20992000 4984 1992294400 134512640 135243223 4294956320 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 5125 4984 85 178 0 4945 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36944

[startup+25.5019 s]
/proc/loadavg: 0.90 0.97 1.08 2/67 16946
/proc/meminfo: memFree=1710440/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=27684 CPUtime=24.13
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 7350 0 0 0 2409 4 0 0 25 0 1 0 96002708 28348416 6767 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 6921 6767 85 178 0 6741 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44128

[startup+51.1013 s]
/proc/loadavg: 0.93 0.97 1.07 2/67 16946
/proc/meminfo: memFree=1702504/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=36224 CPUtime=49.72
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 9431 0 0 0 4966 6 0 0 25 0 1 0 96002708 37093376 8848 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 9056 8848 85 178 0 8876 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 52668

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 1.07 2/67 16946
/proc/meminfo: memFree=1692712/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=45792 CPUtime=100.91
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 11772 0 0 0 10082 9 0 0 25 0 1 0 96002708 46891008 11189 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 11448 11189 85 178 0 11268 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 62236

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 1.06 2/67 16946
/proc/meminfo: memFree=1685736/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=52908 CPUtime=160.88
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 13528 0 0 0 16078 10 0 0 25 0 1 0 96002708 54177792 12945 1992294400 134512640 135243223 4294956320 18446744073709551615 134747750 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 13227 12945 85 178 0 13047 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 69352

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 1.06 2/67 16946
/proc/meminfo: memFree=1675816/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=62896 CPUtime=220.86
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 15970 0 0 0 22073 13 0 0 25 0 1 0 96002708 64405504 15387 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 15724 15387 85 178 0 15544 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 79340

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 1.05 2/67 16946
/proc/meminfo: memFree=1667944/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=71120 CPUtime=280.85
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 17945 0 0 0 28069 16 0 0 25 0 1 0 96002708 72826880 17362 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 17780 17362 85 178 0 17600 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 87564


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

/proc/meminfo: memFree=1624808/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=114880 CPUtime=760.67
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 28634 0 0 0 76040 27 0 0 25 0 1 0 96002708 117637120 28051 1992294400 134512640 135243223 4294956320 18446744073709551615 134555616 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 28720 28051 85 178 0 28540 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 131324

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/67 16946
/proc/meminfo: memFree=1619688/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=120356 CPUtime=820.65
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 29929 0 0 0 82036 29 0 0 25 0 1 0 96002708 123244544 29337 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 30089 29337 85 178 0 29909 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 136800

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/67 16946
/proc/meminfo: memFree=1610664/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=129308 CPUtime=880.63
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 32152 0 0 0 88031 32 0 0 25 0 1 0 96002708 132411392 31560 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 32327 31560 85 178 0 32147 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 145752

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 1.00 2/67 16946
/proc/meminfo: memFree=1608232/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=131984 CPUtime=940.61
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 32771 0 0 0 94028 33 0 0 25 0 1 0 96002708 135151616 32179 1992294400 134512640 135243223 4294956320 18446744073709551615 134555639 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 32996 32179 85 178 0 32816 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 148428

[startup+1002.3 s]
/proc/loadavg: 1.03 0.99 1.00 2/67 16946
/proc/meminfo: memFree=1604840/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=135316 CPUtime=1000.59
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 33623 0 0 0 100025 34 0 0 25 0 1 0 96002708 138563584 33031 1992294400 134512640 135243223 4294956320 18446744073709551615 134555616 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 33829 33031 85 178 0 33649 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 151760

[startup+1062.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/67 16946
/proc/meminfo: memFree=1602024/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=138428 CPUtime=1060.57
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 34315 0 0 0 106022 35 0 0 25 0 1 0 96002708 141750272 33723 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 34607 33723 85 178 0 34427 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 154872

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 16946
/proc/meminfo: memFree=1598696/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=141768 CPUtime=1120.55
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 35131 0 0 0 112019 36 0 0 25 0 1 0 96002708 145170432 34539 1992294400 134512640 135243223 4294956320 18446744073709551615 134555628 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 35442 34539 85 178 0 35262 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 158212

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16946
/proc/meminfo: memFree=1595496/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=145180 CPUtime=1180.53
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 35968 0 0 0 118016 37 0 0 25 0 1 0 96002708 148664320 35376 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 36295 35376 85 178 0 36115 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 161624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16946
/proc/meminfo: memFree=1594344/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=146176 CPUtime=1198.72
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 36208 0 0 0 119835 37 0 0 25 0 1 0 96002708 149684224 35616 1992294400 134512640 135243223 4294956320 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 36544 35616 85 178 0 36364 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 162620

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16946
/proc/meminfo: memFree=1594344/2055920 swapFree=4181396/4192956
[pid=16943] ppid=16941 vsize=11088 CPUtime=1.34
/proc/16943/stat : 16943 (IUT_BMB_SAT) S 16941 16943 16906 0 -1 4194304 2612 0 0 0 74 60 0 0 25 0 1 0 96002573 11354112 2594 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16943/statm: 2772 2594 105 274 0 2495 0
[pid=16945] ppid=16943 vsize=5356 CPUtime=0
/proc/16945/stat : 16945 (sh) S 16943 16943 16906 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 96002707 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16945/statm: 1339 232 193 169 0 50 0
[pid=16946] ppid=16945 vsize=146176 CPUtime=1198.72
/proc/16946/stat : 16946 (minisat) R 16945 16943 16906 0 -1 4194304 36208 0 0 0 119835 37 0 0 25 0 1 0 96002708 149684224 35616 1992294400 134512640 135243223 4294956320 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 1 0 0
/proc/16946/statm: 36544 35616 85 178 0 36364 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 162620

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16943 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=748886
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=608907
# CPU time returned by wait4() is 1.35779
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.52
CPU time (s): 1200.06
CPU user time (s): 1199.09
CPU system time (s): 0.97
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 162620

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

runsolver used 1.05384 second user time and 3.32549 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 19:14:56
IDJOB=1722814
IDBENCH=71097
IDSOLVER=523
FILE ID=node25/1722814-1240679695
PBS_JOBID= 9186701
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=465786828

node25.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1750808 kB
Buffers:         26872 kB
Cached:         227876 kB
SwapCached:       5080 kB
Active:         159520 kB
Inactive:       102744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750808 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            4860 kB
Writeback:           0 kB
Mapped:          13348 kB
Slab:            28896 kB
Committed_AS:   350004 kB
PageTables:       1460 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= 66372 MiB
End job on node25 at 2009-04-25 19:34:58