Trace number 1785709

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.0SAT 2104.95 2105.83

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK11.cnf
MD5SUM1fdca9b41a2ccb9f1b1754fb775769f0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.562913
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses277200
Sum of the clauses size3326400
Maximum clause length12
Minimum clause length12
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5277200

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
3.49/3.53	c WARNING: for repeatability, setting FPU to use double precision
3.49/3.53	c ============================[ Problem Statistics ]=============================
3.49/3.53	c |                                                                             |
3.49/3.54	c |  Number of variables:  55                                                   |
3.49/3.54	c |  Number of clauses:    277200                                               |
3.53/4.08	c |  Parsing time:         0.50         s                                       |
2104.60/2105.60	c ============================[ Search Statistics ]==============================
2104.60/2105.60	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2104.60/2105.60	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2104.60/2105.60	c ===============================================================================
2104.60/2105.60	c |         0 |      55   277200  3326400 |    92400        0    nan |  0.000 % |
2104.81/2105.77	c ===============================================================================
2104.81/2105.77	c restarts              : 1
2104.81/2105.77	c conflicts             : 24             (0 /sec)
2104.81/2105.77	c decisions             : 60             (0.00 % random) (0 /sec)
2104.81/2105.77	c propagations          : 195            (0 /sec)
2104.81/2105.77	c conflict literals     : 709            (0.56 % deleted)
2104.81/2105.77	c Memory used           : 24.78 MB
2104.81/2105.77	c CPU time              : 2101.27 s
2104.81/2105.77	
2104.81/2105.78	s SATISFIABLE
2104.81/2105.78	v -1 2 3 -4 5 -6 7 8 9 10 11 12 -13 14 -15 16 17 18 19 -20 21 22 23 24 25 -26 -27 28 29 30 31 32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785709-1241925759/watcher-1785709-1241925759 -o /tmp/evaluation-result-1785709-1241925759/solver-1785709-1241925759 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785709-1241925759.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20131
/proc/meminfo: memFree=1669552/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=4536 CPUtime=0
/proc/20131/stat : 20131 (IUT_BMB_SAT) R 20129 20131 16904 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 220602080 4644864 173 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/20131/statm: 1134 173 90 274 0 857 0

[startup+0.0632729 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20131
/proc/meminfo: memFree=1669552/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=5884 CPUtime=0.06
/proc/20131/stat : 20131 (IUT_BMB_SAT) R 20129 20131 16904 0 -1 4194304 1274 0 0 0 6 0 0 0 18 0 1 0 220602080 6025216 1257 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/20131/statm: 1471 1257 95 274 0 1194 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5884

[startup+0.101275 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20131
/proc/meminfo: memFree=1669552/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=6684 CPUtime=0.09
/proc/20131/stat : 20131 (IUT_BMB_SAT) R 20129 20131 16904 0 -1 4194304 1493 0 0 0 9 0 0 0 18 0 1 0 220602080 6844416 1476 1992294400 134512640 135635285 4294956224 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 0 0 0
/proc/20131/statm: 1671 1477 95 274 0 1394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6684

[startup+0.301289 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20131
/proc/meminfo: memFree=1669552/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=11984 CPUtime=0.29
/proc/20131/stat : 20131 (IUT_BMB_SAT) R 20129 20131 16904 0 -1 4194304 2697 0 0 0 29 0 0 0 20 0 1 0 220602080 12271616 2680 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/20131/statm: 2996 2680 95 274 0 2719 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11984

[startup+0.70132 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20131
/proc/meminfo: memFree=1669552/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=22116 CPUtime=0.69
/proc/20131/stat : 20131 (IUT_BMB_SAT) R 20129 20131 16904 0 -1 4194304 4904 0 0 0 68 1 0 0 24 0 1 0 220602080 22646784 4887 1992294400 134512640 135635285 4294956224 18446744073709551615 135088809 0 0 4096 0 0 0 0 17 0 0 0
/proc/20131/statm: 5529 4887 95 274 0 5252 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22116

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20132
/proc/meminfo: memFree=1643688/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=38748 CPUtime=1.49
/proc/20131/stat : 20131 (IUT_BMB_SAT) R 20129 20131 16904 0 -1 4194304 9193 0 0 0 146 3 0 0 25 0 1 0 220602080 39677952 9176 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/20131/statm: 9687 9176 95 274 0 9410 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38748

[startup+3.10151 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20132
/proc/meminfo: memFree=1629032/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.09
/proc/20131/stat : 20131 (IUT_BMB_SAT) R 20129 20131 16904 0 -1 4194304 9455 0 0 0 224 85 0 0 25 0 1 0 220602080 40488960 9438 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/20131/statm: 9885 9438 98 274 0 9608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39540

[startup+6.30275 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20134
/proc/meminfo: memFree=1583512/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=37852 CPUtime=2.75
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 9141 0 0 0 271 4 0 0 25 0 1 0 220602433 38760448 9122 1992294400 134512640 135243223 4294956320 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9463 9122 77 178 0 9283 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82748

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20134
/proc/meminfo: memFree=1583832/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=37852 CPUtime=9.15
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 9141 0 0 0 911 4 0 0 25 0 1 0 220602433 38760448 9122 1992294400 134512640 135243223 4294956320 18446744073709551615 134535419 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9463 9122 77 178 0 9283 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 82748

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20134
/proc/meminfo: memFree=1583960/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=37852 CPUtime=21.94
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 9141 0 0 0 2190 4 0 0 25 0 1 0 220602433 38760448 9122 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9463 9122 77 178 0 9283 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 82748

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20134
/proc/meminfo: memFree=1583832/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=37852 CPUtime=47.53
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 9141 0 0 0 4749 4 0 0 25 0 1 0 220602433 38760448 9122 1992294400 134512640 135243223 4294956320 18446744073709551615 134535583 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9463 9122 77 178 0 9283 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 82748

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20134
/proc/meminfo: memFree=1583896/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=37852 CPUtime=98.71
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 9141 0 0 0 9867 4 0 0 25 0 1 0 220602433 38760448 9122 1992294400 134512640 135243223 4294956320 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9463 9122 77 178 0 9283 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 82748

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20134
/proc/meminfo: memFree=1583896/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=37852 CPUtime=158.69
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 9141 0 0 0 15864 5 0 0 25 0 1 0 220602433 38760448 9122 1992294400 134512640 135243223 4294956320 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9463 9122 77 178 0 9283 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 82748

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20134
/proc/meminfo: memFree=1583832/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=37852 CPUtime=218.67
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 9141 0 0 0 21862 5 0 0 25 0 1 0 220602433 38760448 9122 1992294400 134512640 135243223 4294956320 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9463 9122 77 178 0 9283 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 82748

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20134
/proc/meminfo: memFree=1583832/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=37852 CPUtime=278.64
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 9141 0 0 0 27859 5 0 0 25 0 1 0 220602433 38760448 9122 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9463 9122 77 178 0 9283 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 82748

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20134
/proc/meminfo: memFree=1583832/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0

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

/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=1897.96
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 189788 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 1901.49
Current children cumulated vsize (KiB) 84392

[startup+1962.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 20136
/proc/meminfo: memFree=1582104/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=1957.95
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 195787 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 1961.48
Current children cumulated vsize (KiB) 84392

[startup+2022.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 20136
/proc/meminfo: memFree=1582040/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=2017.91
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 201783 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 2021.44
Current children cumulated vsize (KiB) 84392

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20136
/proc/meminfo: memFree=1581976/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=2077.89
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 207781 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 2081.42
Current children cumulated vsize (KiB) 84392

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

[startup+2086.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20136
/proc/meminfo: memFree=1581976/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=2081.88
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 208180 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 2085.41
Current children cumulated vsize (KiB) 84392

[startup+2099.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20136
/proc/meminfo: memFree=1581976/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=2094.68
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 209460 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535441 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 2098.21
Current children cumulated vsize (KiB) 84392

[startup+2102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20136
/proc/meminfo: memFree=1581976/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=2097.88
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 209780 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 2101.41
Current children cumulated vsize (KiB) 84392

[startup+2103.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20136
/proc/meminfo: memFree=1581976/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=2099.48
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 209940 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 2103.01
Current children cumulated vsize (KiB) 84392

[startup+2104.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20136
/proc/meminfo: memFree=1581976/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=2100.27
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 210019 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 2103.8
Current children cumulated vsize (KiB) 84392

[startup+2105.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20136
/proc/meminfo: memFree=1581976/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=39496 CPUtime=2101.07
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 13683 0 0 0 210099 8 0 0 25 0 1 0 220602433 40443904 9426 1992294400 134512640 135243223 4294956320 18446744073709551615 134535656 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 9874 9426 77 178 0 9694 0
Current children cumulated CPU time (s) 2104.6
Current children cumulated vsize (KiB) 84392

[startup+2105.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20136
/proc/meminfo: memFree=1581976/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=39540 CPUtime=3.53
/proc/20131/stat : 20131 (IUT_BMB_SAT) S 20129 20131 16904 0 -1 4194304 9462 0 0 0 245 108 0 0 25 0 1 0 220602080 40488960 9444 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20131/statm: 9885 9444 104 274 0 9608 0
[pid=20133] ppid=20131 vsize=5356 CPUtime=0
/proc/20133/stat : 20133 (sh) S 20131 20131 16904 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220602433 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20133/statm: 1339 232 193 169 0 50 0
[pid=20134] ppid=20133 vsize=25156 CPUtime=2101.28
/proc/20134/stat : 20134 (minisat) R 20133 20131 16904 0 -1 4194304 14074 0 0 0 210119 9 0 0 25 0 1 0 220602433 25759744 5975 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/20134/statm: 6289 5975 81 178 0 6109 0
Current children cumulated CPU time (s) 2104.81
Current children cumulated vsize (KiB) 70052

[startup+2105.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20136
/proc/meminfo: memFree=1581976/2055920 swapFree=4113156/4192956
[pid=20131] ppid=20129 vsize=28160 CPUtime=2104.9
/proc/20131/stat : 20131 (IUT_BMB_SAT) R 20129 20131 16904 0 -1 4194304 12363 14412 0 0 246 108 210126 10 17 0 1 0 220602080 28835840 6835 1992294400 134512640 135635285 4294956224 18446744073709551615 135067717 0 0 4096 0 0 0 0 17 0 0 0
/proc/20131/statm: 7040 6835 105 274 0 6763 0
Current children cumulated CPU time (s) 2104.9
Current children cumulated vsize (KiB) 28160

Child status: 0
Real time (s): 2105.83
CPU time (s): 2104.95
CPU user time (s): 2103.75
CPU system time (s): 1.19882
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 84392

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

runsolver used 2.16467 second user time and 5.50216 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-10 05:22:40
IDJOB=1785709
IDBENCH=71134
IDSOLVER=638
FILE ID=node69/1785709-1241925759
PBS_JOBID= 9264919
Free space on /tmp= 66224 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK11.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785709-1241925759/watcher-1785709-1241925759 -o /tmp/evaluation-result-1785709-1241925759/solver-1785709-1241925759 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785709-1241925759.cnf HOME

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

MD5SUM BENCH= 1fdca9b41a2ccb9f1b1754fb775769f0
RANDOM SEED=1659779818

node69.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.231
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.231
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:       1670096 kB
Buffers:         53944 kB
Cached:         187436 kB
SwapCached:      74412 kB
Active:         148568 kB
Inactive:       169216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670096 kB
SwapTotal:     4192956 kB
SwapFree:      4113156 kB
Dirty:           13628 kB
Writeback:           0 kB
Mapped:          14252 kB
Slab:            54052 kB
Committed_AS:   648492 kB
PageTables:       1464 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= 66212 MiB
End job on node69 at 2009-05-10 05:57:46