Trace number 1721364

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 1200.72

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
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
1.89/1.90	c WARNING: for repeatability, setting FPU to use double precision
1.89/1.90	c ============================[ Problem Statistics ]=============================
1.89/1.90	c |                                                                             |
1.89/1.90	c |  Number of variables:  2522                                                 |
1.89/1.90	c |  Number of clauses:    243459                                               |
1.89/2.08	c |  Parsing time:         0.16         s                                       |
9.38/9.48	c ============================[ Search Statistics ]==============================
9.38/9.48	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.38/9.48	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.38/9.48	c ===============================================================================
9.38/9.48	c |         0 |    1622   233952  1041343 |    77984        0    nan |  0.000 % |
9.48/9.56	c |       101 |    1622   233952  1041343 |    85782      101     72 |  0.000 % |
9.58/9.64	c |       252 |    1622   233952  1041343 |    94360      252     70 |  0.000 % |
9.68/9.76	c |       478 |    1622   233952  1041343 |   103796      478     85 |  0.000 % |
9.88/9.93	c |       816 |    1622   233952  1041343 |   114176      816     84 |  0.000 % |
10.07/10.10	c |      1324 |    1622   233952  1041343 |   125594     1324     85 |  0.000 % |
10.27/10.33	c |      2084 |    1622   233952  1041343 |   138153     2084     83 |  0.000 % |
10.98/11.02	c |      3224 |    1622   233952  1041343 |   151968     3224     85 |  0.000 % |
11.98/12.06	c |      4934 |    1622   233952  1041343 |   167165     4934     86 |  0.000 % |
13.18/13.22	c |      7496 |    1622   233952  1041343 |   183882     7496     85 |  0.000 % |
15.77/15.81	c |     11340 |    1622   233952  1041343 |   202270    11340     86 |  0.000 % |
20.07/20.12	c |     17110 |    1622   233952  1041343 |   222497    17110     90 |  0.000 % |
29.86/29.93	c |     25759 |    1622   233952  1041343 |   244747    25759     89 |  0.000 % |
52.03/52.10	c |     38734 |    1622   233952  1041343 |   269221    38734     89 |  0.000 % |
103.60/103.70	c |     58196 |    1622   233952  1041343 |   296144    58196     87 |  0.000 % |
251.30/251.56	c |     87388 |    1622   233952  1041343 |   325758    87388     89 |  0.000 % |
493.06/493.40	c |    131181 |    1622   233952  1041343 |   358334   131181     93 |  0.000 % |
802.00/802.55	c |    196865 |    1622   233952  1041343 |   394167   196865     94 |  0.000 % |
1200.00/1200.72	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-1721364-1240665895/watcher-1721364-1240665895 -o /tmp/evaluation-result-1721364-1240665895/solver-1721364-1240665895 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1721364-1240665895.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: 1.83 1.93 1.68 2/64 13994
/proc/meminfo: memFree=1271056/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=4140 CPUtime=0
/proc/13994/stat : 13994 (IUT_BMB_SAT) R 13992 13994 13898 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 94624229 4239360 176 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/13994/statm: 1035 176 90 274 0 758 0

[startup+0.0270861 s]
/proc/loadavg: 1.83 1.93 1.68 2/64 13994
/proc/meminfo: memFree=1271056/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=4140 CPUtime=0.02
/proc/13994/stat : 13994 (IUT_BMB_SAT) R 13992 13994 13898 0 -1 4194304 573 0 0 0 2 0 0 0 18 0 1 0 94624229 4239360 556 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/13994/statm: 1035 557 90 274 0 758 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4140

[startup+0.101101 s]
/proc/loadavg: 1.83 1.93 1.68 2/64 13994
/proc/meminfo: memFree=1271056/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=6216 CPUtime=0.09
/proc/13994/stat : 13994 (IUT_BMB_SAT) R 13992 13994 13898 0 -1 4194304 1380 0 0 0 9 0 0 0 18 0 1 0 94624229 6365184 1363 1992294400 134512640 135635285 4294956208 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 0 0 0
/proc/13994/statm: 1554 1363 97 274 0 1277 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6216

[startup+0.301139 s]
/proc/loadavg: 1.83 1.93 1.68 2/64 13994
/proc/meminfo: memFree=1271056/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=9516 CPUtime=0.29
/proc/13994/stat : 13994 (IUT_BMB_SAT) R 13992 13994 13898 0 -1 4194304 2213 0 0 0 28 1 0 0 19 0 1 0 94624229 9744384 2196 1992294400 134512640 135635285 4294956208 18446744073709551615 134621958 0 0 4096 0 0 0 0 17 0 0 0
/proc/13994/statm: 2379 2196 97 274 0 2102 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9516

[startup+0.70122 s]
/proc/loadavg: 1.83 1.93 1.68 2/64 13994
/proc/meminfo: memFree=1271056/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=0.69
/proc/13994/stat : 13994 (IUT_BMB_SAT) R 13992 13994 13898 0 -1 4194304 3841 0 0 0 65 4 0 0 23 0 1 0 94624229 16470016 3824 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/13994/statm: 4021 3824 100 274 0 3744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16084

[startup+1.50138 s]
/proc/loadavg: 1.83 1.93 1.68 2/65 13995
/proc/meminfo: memFree=1255048/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.49
/proc/13994/stat : 13994 (IUT_BMB_SAT) R 13992 13994 13898 0 -1 4194304 3841 0 0 0 89 60 0 0 25 0 1 0 94624229 16470016 3824 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/13994/statm: 4021 3824 100 274 0 3744 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16084

[startup+3.10269 s]
/proc/loadavg: 1.83 1.93 1.68 2/67 13997
/proc/meminfo: memFree=1236784/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=16120 CPUtime=1.18
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 3803 0 0 0 117 1 0 0 25 0 1 0 94624420 16506880 3783 1992294400 134512640 135243223 4294956304 18446744073709551615 134535650 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 4030 3783 77 178 0 3850 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 37560

[startup+6.30133 s]
/proc/loadavg: 1.77 1.91 1.67 2/67 13997
/proc/meminfo: memFree=1228848/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=24224 CPUtime=4.39
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 5734 0 0 0 437 2 0 0 25 0 1 0 94624420 24805376 5714 1992294400 134512640 135243223 4294956304 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 6056 5714 78 178 0 5876 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45664

[startup+12.7016 s]
/proc/loadavg: 1.71 1.90 1.67 2/67 13997
/proc/meminfo: memFree=1231152/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=21028 CPUtime=10.78
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 5743 0 0 0 1076 2 0 0 25 0 1 0 94624420 21532672 5120 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 5257 5120 85 178 0 5077 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 42468

[startup+25.5011 s]
/proc/loadavg: 1.55 1.85 1.66 2/67 13997
/proc/meminfo: memFree=1227440/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=25444 CPUtime=23.58
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 6800 0 0 0 2356 2 0 0 25 0 1 0 94624420 26054656 6177 1992294400 134512640 135243223 4294956304 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 6361 6177 85 178 0 6181 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 46884

[startup+51.1012 s]
/proc/loadavg: 1.36 1.78 1.64 2/67 13997
/proc/meminfo: memFree=1220656/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=32492 CPUtime=49.14
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 8528 0 0 0 4911 3 0 0 25 0 1 0 94624420 33271808 7905 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 8123 7905 85 178 0 7943 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 53932

[startup+102.305 s]
/proc/loadavg: 1.15 1.66 1.60 2/67 13997
/proc/meminfo: memFree=1212784/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=40376 CPUtime=100.32
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 10448 0 0 0 10027 5 0 0 25 0 1 0 94624420 41345024 9825 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 10094 9825 85 178 0 9914 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 61816

[startup+162.301 s]
/proc/loadavg: 1.06 1.54 1.56 2/67 13997
/proc/meminfo: memFree=1206256/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=47340 CPUtime=160.28
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 12061 0 0 0 16022 6 0 0 25 0 1 0 94624420 48476160 11438 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 11835 11438 85 178 0 11655 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 68780

[startup+222.301 s]
/proc/loadavg: 1.02 1.44 1.52 2/67 13997
/proc/meminfo: memFree=1201008/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=52528 CPUtime=220.24
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 13366 0 0 0 22016 8 0 0 25 0 1 0 94624420 53788672 12743 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13997/statm: 13132 12743 85 178 0 12952 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 73968

[startup+282.302 s]
/proc/loadavg: 1.00 1.35 1.49 2/67 13997
/proc/meminfo: memFree=1197360/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=56224 CPUtime=280.19
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 14289 0 0 0 28010 9 0 0 25 0 1 0 94624420 57573376 13666 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 14056 13666 85 178 0 13876 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 77664


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

/proc/meminfo: memFree=1155824/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=97816 CPUtime=759.93
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 24639 0 0 0 75972 21 0 0 25 0 1 0 94624420 100163584 24016 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 24454 24016 85 178 0 24274 0
Current children cumulated CPU time (s) 761.82
Current children cumulated vsize (KiB) 119256

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.25 2/67 13999
/proc/meminfo: memFree=1149616/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=104188 CPUtime=819.9
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 26164 0 0 0 81967 23 0 0 25 0 1 0 94624420 106688512 25541 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 26047 25541 85 178 0 25867 0
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (KiB) 125628

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.24 2/67 13999
/proc/meminfo: memFree=1144176/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=109972 CPUtime=879.87
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 27510 0 0 0 87964 23 0 0 25 0 1 0 94624420 112611328 26887 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 27493 26887 85 178 0 27313 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 131412

[startup+942.303 s]
/proc/loadavg: 1.00 1.03 1.22 2/67 13999
/proc/meminfo: memFree=1139312/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=114824 CPUtime=939.84
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 28739 0 0 0 93959 25 0 0 25 0 1 0 94624420 117579776 28116 1992294400 134512640 135243223 4294956304 18446744073709551615 134555616 0 0 4096 3 0 0 0 17 1 0 0
/proc/13997/statm: 28706 28116 85 178 0 28526 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 136264

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/67 13999
/proc/meminfo: memFree=1133232/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=121060 CPUtime=999.81
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 30251 0 0 0 99955 26 0 0 25 0 1 0 94624420 123965440 29628 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 30265 29628 85 178 0 30085 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 142500

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.18 2/67 13999
/proc/meminfo: memFree=1128688/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=125580 CPUtime=1059.78
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 31414 0 0 0 105951 27 0 0 25 0 1 0 94624420 128593920 30791 1992294400 134512640 135243223 4294956304 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 31395 30791 85 178 0 31215 0
Current children cumulated CPU time (s) 1061.67
Current children cumulated vsize (KiB) 147020

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/67 13999
/proc/meminfo: memFree=1122608/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=131688 CPUtime=1119.75
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 32932 0 0 0 111946 29 0 0 25 0 1 0 94624420 134848512 32309 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13997/statm: 32922 32309 85 178 0 32742 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 153128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 13999
/proc/meminfo: memFree=1118192/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=136052 CPUtime=1179.71
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 34023 0 0 0 117941 30 0 0 25 0 1 0 94624420 139317248 33400 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 34013 33400 85 178 0 33833 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 157492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 13999
/proc/meminfo: memFree=1117040/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=137264 CPUtime=1198.11
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 34307 0 0 0 119780 31 0 0 25 0 1 0 94624420 140558336 33684 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 34316 33684 85 178 0 34136 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 158704

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 13999
/proc/meminfo: memFree=1117040/2055920 swapFree=4192956/4192956
[pid=13994] ppid=13992 vsize=16084 CPUtime=1.89
/proc/13994/stat : 13994 (IUT_BMB_SAT) S 13992 13994 13898 0 -1 4194304 3847 0 0 0 101 88 0 0 25 0 1 0 94624229 16470016 3829 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13994/statm: 4021 3829 105 274 0 3744 0
[pid=13996] ppid=13994 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13994 13994 13898 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94624420 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 232 193 169 0 50 0
[pid=13997] ppid=13996 vsize=137264 CPUtime=1198.11
/proc/13997/stat : 13997 (minisat) R 13996 13994 13898 0 -1 4194304 34307 0 0 0 119780 31 0 0 25 0 1 0 94624420 140558336 33684 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/13997/statm: 34316 33684 85 178 0 34136 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 158704

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.72
CPU time (s): 1200
CPU user time (s): 1198.81
CPU system time (s): 1.19
CPU usage (%): 99.9399
Max. virtual memory (cumulated for all children) (KiB): 158704

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

runsolver used 1.10583 second user time and 3.2725 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-25 15:24:55
IDJOB=1721364
IDBENCH=71068
IDSOLVER=523
FILE ID=node1/1721364-1240665895
PBS_JOBID= 9186615
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=306955323

node1.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	: 5931.00
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:       1271536 kB
Buffers:         80960 kB
Cached:         605228 kB
SwapCached:          0 kB
Active:          48524 kB
Inactive:       651620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271536 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6172 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            70284 kB
Committed_AS:   312256 kB
PageTables:       1436 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= 66328 MiB
End job on node1 at 2009-04-25 15:44:58