Trace number 1562790

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.0UNSAT 477.696 477.908

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark270.303
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
1.69/1.78	c WARNING: for repeatability, setting FPU to use double precision
1.69/1.78	c ============================[ Problem Statistics ]=============================
1.69/1.78	c |                                                                             |
1.69/1.78	c |  Number of variables:  33090                                                |
1.69/1.78	c |  Number of clauses:    149716                                               |
1.76/1.91	c |  Parsing time:         0.11         s                                       |
2.17/2.25	c ============================[ Search Statistics ]==============================
2.17/2.25	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.25	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.25	c ===============================================================================
2.17/2.25	c |         0 |    6512    62579   211336 |    20859        0    nan |  0.000 % |
2.17/2.27	c |       100 |    6511    62579   211336 |    22945       99     10 |  0.734 % |
2.17/2.28	c |       250 |    6511    62579   211336 |    25240      249     13 |  0.734 % |
2.17/2.29	c |       476 |    6511    62579   211336 |    27764      475     13 |  0.734 % |
2.26/2.31	c |       814 |    6511    62579   211336 |    30540      813     12 |  0.734 % |
2.26/2.33	c |      1321 |    6511    62579   211336 |    33594     1320     12 |  0.734 % |
2.26/2.38	c |      2080 |    6511    62579   211336 |    36954     2079     12 |  0.734 % |
2.36/2.44	c |      3219 |    6511    62579   211336 |    40649     3218     12 |  0.734 % |
2.46/2.55	c |      4927 |    6511    62579   211336 |    44714     4926     12 |  0.734 % |
2.66/2.76	c |      7489 |    6511    62437   210916 |    49186     7488     13 |  0.734 % |
3.06/3.11	c |     11333 |    6511    62437   210916 |    54104    11332     18 |  0.734 % |
3.66/3.73	c |     17100 |    6511    62437   210916 |    59515    17099     18 |  0.734 % |
5.16/5.20	c |     25750 |    6511    62437   210916 |    65466    25749     19 |  0.734 % |
7.96/8.09	c |     38725 |    6511    62437   210916 |    72013    38724     19 |  0.734 % |
14.36/14.47	c |     58186 |    6511    62437   210916 |    79214    58185     21 |  0.734 % |
24.65/24.71	c |     87378 |    6511    62437   210916 |    87136    25793     21 |  0.734 % |
40.95/41.02	c |    131167 |    6511    62437   210916 |    95849    69582     22 |  0.734 % |
72.33/72.47	c |    196854 |    6511    62437   210916 |   105434    60122     21 |  0.734 % |
126.52/126.66	c |    295381 |    6511    62437   210916 |   115978    74029     21 |  0.734 % |
220.57/220.78	c |    443170 |    6511    62437   210916 |   127575    35087     18 |  0.734 % |
367.01/367.23	c |    664853 |    6511    62437   210916 |   140333    45635     17 |  0.734 % |
477.46/477.77	c ===============================================================================
477.46/477.77	c restarts              : 21
477.46/477.77	c conflicts             : 856777         (1801 /sec)
477.46/477.77	c decisions             : 1244182        (1.82 % random) (2615 /sec)
477.46/477.77	c propagations          : 166464948      (349924 /sec)
477.46/477.77	c conflict literals     : 17975938       (34.45 % deleted)
477.46/477.77	c Memory used           : 29.77 MB
477.46/477.77	c CPU time              : 475.718 s
477.46/477.77	
477.46/477.78	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1562790-1240998315/watcher-1562790-1240998315 -o /tmp/evaluation-result-1562790-1240998315/solver-1562790-1240998315 -C 1200 -W 1800 -M 1800 IUT_BMB_SAT HOME/instance-1562790-1240998315.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.52 0.88 2/64 17384
/proc/meminfo: memFree=614436/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=3228 CPUtime=0
/proc/17384/stat : 17384 (IUT_BMB_SAT) R 17382 17384 17222 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 127864070 3305472 171 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 807 172 90 274 0 530 0

[startup+0.090141 s]
/proc/loadavg: 1.98 1.52 0.88 2/64 17384
/proc/meminfo: memFree=614436/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=8548 CPUtime=0.08
/proc/17384/stat : 17384 (IUT_BMB_SAT) R 17382 17384 17222 0 -1 4194304 1946 0 0 0 8 0 0 0 18 0 1 0 127864070 8753152 1929 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 2137 1929 97 274 0 1860 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8548

[startup+0.102141 s]
/proc/loadavg: 1.98 1.52 0.88 2/64 17384
/proc/meminfo: memFree=614436/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=8680 CPUtime=0.09
/proc/17384/stat : 17384 (IUT_BMB_SAT) R 17382 17384 17222 0 -1 4194304 1989 0 0 0 9 0 0 0 18 0 1 0 127864070 8888320 1972 1992294400 134512640 135635285 4294956208 18446744073709551615 134528650 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 2170 1972 97 274 0 1893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8680

[startup+0.301163 s]
/proc/loadavg: 1.98 1.52 0.88 2/64 17384
/proc/meminfo: memFree=614436/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=11452 CPUtime=0.29
/proc/17384/stat : 17384 (IUT_BMB_SAT) R 17382 17384 17222 0 -1 4194304 2682 0 0 0 28 1 0 0 20 0 1 0 127864070 11726848 2665 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 2863 2665 97 274 0 2586 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11452

[startup+0.701206 s]
/proc/loadavg: 1.98 1.52 0.88 2/64 17384
/proc/meminfo: memFree=614436/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=17008 CPUtime=0.69
/proc/17384/stat : 17384 (IUT_BMB_SAT) R 17382 17384 17222 0 -1 4194304 4072 0 0 0 68 1 0 0 24 0 1 0 127864070 17416192 4055 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 4252 4055 97 274 0 3975 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17008

[startup+1.50129 s]
/proc/loadavg: 1.98 1.52 0.88 2/65 17385
/proc/meminfo: memFree=593116/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.49
/proc/17384/stat : 17384 (IUT_BMB_SAT) R 17382 17384 17222 0 -1 4194304 5455 0 0 0 113 36 0 0 25 0 1 0 127864070 22704128 5359 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 5543 5359 100 274 0 5266 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22172

[startup+3.10147 s]
/proc/loadavg: 1.90 1.52 0.88 2/67 17387
/proc/meminfo: memFree=575308/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=15956 CPUtime=1.3
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 4117 0 0 0 129 1 0 0 25 0 1 0 127864248 16338944 3674 1992294400 134512640 135243223 4294956304 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 3989 3674 84 178 0 3809 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 43484

[startup+6.30182 s]
/proc/loadavg: 1.90 1.52 0.88 2/67 17387
/proc/meminfo: memFree=575180/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=16244 CPUtime=4.5
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 4133 0 0 0 449 1 0 0 25 0 1 0 127864248 16633856 3690 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 4061 3690 84 178 0 3881 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43772

[startup+12.7015 s]
/proc/loadavg: 1.76 1.50 0.89 2/67 17387
/proc/meminfo: memFree=573708/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=18048 CPUtime=10.9
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 4632 0 0 0 1088 2 0 0 25 0 1 0 127864248 18481152 4189 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 4512 4189 84 178 0 4332 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 45576

[startup+25.5029 s]
/proc/loadavg: 1.64 1.48 0.89 2/67 17387
/proc/meminfo: memFree=570444/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=21280 CPUtime=23.7
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 5430 0 0 0 2367 3 0 0 25 0 1 0 127864248 21790720 4987 1992294400 134512640 135243223 4294956304 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 5320 4987 84 178 0 5140 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 48808

[startup+51.1027 s]
/proc/loadavg: 1.42 1.44 0.89 2/67 17387
/proc/meminfo: memFree=568716/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=23096 CPUtime=49.29
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 5886 0 0 0 4925 4 0 0 25 0 1 0 127864248 23650304 5443 1992294400 134512640 135243223 4294956304 18446744073709551615 134567689 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 5774 5443 84 178 0 5594 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 50624

[startup+102.306 s]
/proc/loadavg: 1.17 1.36 0.89 2/67 17387
/proc/meminfo: memFree=566284/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=25612 CPUtime=100.47
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 6467 0 0 0 10042 5 0 0 25 0 1 0 127864248 26226688 6024 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 6403 6024 84 178 0 6223 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 53140

[startup+162.303 s]
/proc/loadavg: 1.14 1.32 0.91 2/67 17387
/proc/meminfo: memFree=565196/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=26700 CPUtime=160.44
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 6722 0 0 0 16039 5 0 0 25 0 1 0 127864248 27340800 6279 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 6675 6279 84 178 0 6495 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 54228

[startup+222.302 s]
/proc/loadavg: 1.13 1.28 0.91 2/67 17387
/proc/meminfo: memFree=564556/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=27416 CPUtime=220.41
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 6889 0 0 0 22036 5 0 0 25 0 1 0 127864248 28073984 6446 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 6854 6446 84 178 0 6674 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 54944

[startup+282.303 s]
/proc/loadavg: 1.12 1.24 0.92 2/67 17387
/proc/meminfo: memFree=563980/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=28004 CPUtime=280.38
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 7054 0 0 0 28033 5 0 0 25 0 1 0 127864248 28676096 6611 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 7001 6611 84 178 0 6821 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 55532

[startup+342.303 s]
/proc/loadavg: 1.11 1.21 0.93 2/67 17387
/proc/meminfo: memFree=562572/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=29524 CPUtime=340.36
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 7393 0 0 0 34030 6 0 0 25 0 1 0 127864248 30232576 6950 1992294400 134512640 135243223 4294956304 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 7381 6950 84 178 0 7201 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 57052

[startup+402.302 s]
/proc/loadavg: 1.10 1.18 0.93 2/67 17387
/proc/meminfo: memFree=562188/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=29888 CPUtime=400.34
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 7487 0 0 0 40028 6 0 0 25 0 1 0 127864248 30605312 7044 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 7472 7044 84 178 0 7292 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 57416

[startup+462.303 s]
/proc/loadavg: 1.09 1.16 0.94 2/67 17387
/proc/meminfo: memFree=561804/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=30484 CPUtime=460.31
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 7581 0 0 0 46025 6 0 0 25 0 1 0 127864248 31215616 7138 1992294400 134512640 135243223 4294956304 18446744073709551615 134555704 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 7621 7138 84 178 0 7441 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 58012

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

[startup+467.101 s]
/proc/loadavg: 1.08 1.16 0.94 2/67 17387
/proc/meminfo: memFree=561804/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=30484 CPUtime=465.1
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 7581 0 0 0 46504 6 0 0 25 0 1 0 127864248 31215616 7138 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 7621 7138 84 178 0 7441 0
Current children cumulated CPU time (s) 466.86
Current children cumulated vsize (KiB) 58012

[startup+473.502 s]
/proc/loadavg: 1.08 1.16 0.94 2/67 17387
/proc/meminfo: memFree=561804/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=30484 CPUtime=471.5
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 7581 0 0 0 47144 6 0 0 25 0 1 0 127864248 31215616 7138 1992294400 134512640 135243223 4294956304 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 7621 7138 84 178 0 7441 0
Current children cumulated CPU time (s) 473.26
Current children cumulated vsize (KiB) 58012

[startup+475.101 s]
/proc/loadavg: 1.08 1.16 0.94 2/67 17387
/proc/meminfo: memFree=561804/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=30484 CPUtime=473.1
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 7581 0 0 0 47304 6 0 0 25 0 1 0 127864248 31215616 7138 1992294400 134512640 135243223 4294956304 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 7621 7138 84 178 0 7441 0
Current children cumulated CPU time (s) 474.86
Current children cumulated vsize (KiB) 58012

[startup+476.701 s]
/proc/loadavg: 1.07 1.16 0.94 2/67 17387
/proc/meminfo: memFree=561804/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=30484 CPUtime=474.7
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 7581 0 0 0 47464 6 0 0 25 0 1 0 127864248 31215616 7138 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 7621 7138 84 178 0 7441 0
Current children cumulated CPU time (s) 476.46
Current children cumulated vsize (KiB) 58012

[startup+477.501 s]
/proc/loadavg: 1.07 1.16 0.94 2/67 17387
/proc/meminfo: memFree=561804/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=22172 CPUtime=1.76
/proc/17384/stat : 17384 (IUT_BMB_SAT) S 17382 17384 17222 0 -1 4194304 5461 0 0 0 120 56 0 0 25 0 1 0 127864070 22704128 5364 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 5543 5364 105 274 0 5266 0
[pid=17386] ppid=17384 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17384 17384 17222 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 127864247 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=30484 CPUtime=475.5
/proc/17387/stat : 17387 (minisat) R 17386 17384 17222 0 -1 4194304 7581 0 0 0 47544 6 0 0 25 0 1 0 127864248 31215616 7138 1992294400 134512640 135243223 4294956304 18446744073709551615 134558374 0 0 4096 3 0 0 0 17 0 0 0
/proc/17387/statm: 7621 7138 84 178 0 7441 0
Current children cumulated CPU time (s) 477.26
Current children cumulated vsize (KiB) 58012

[startup+477.901 s]
/proc/loadavg: 1.07 1.16 0.94 2/67 17387
/proc/meminfo: memFree=561804/2055920 swapFree=4181296/4192956
[pid=17384] ppid=17382 vsize=12312 CPUtime=477.67
/proc/17384/stat : 17384 (IUT_BMB_SAT) R 17382 17384 17222 0 -1 4194304 8957 7870 0 0 132 57 47571 7 18 0 1 0 127864070 12607488 2900 1992294400 134512640 135635285 4294956208 18446744073709551615 134537192 0 0 4096 0 0 0 0 17 0 0 0
/proc/17384/statm: 3078 2900 106 274 0 2801 0
Current children cumulated CPU time (s) 477.67
Current children cumulated vsize (KiB) 12312

Child status: 0
Real time (s): 477.908
CPU time (s): 477.696
CPU user time (s): 477.045
CPU system time (s): 0.650901
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 58012

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

runsolver used 0.398939 second user time and 1.3478 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-29 11:45:15
IDJOB=1562790
IDBENCH=70941
IDSOLVER=523
FILE ID=node35/1562790-1240998315
PBS_JOBID= 9204832
Free space on /tmp= 66552 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l46_lambda.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562790-1240998315/watcher-1562790-1240998315 -o /tmp/evaluation-result-1562790-1240998315/solver-1562790-1240998315 -C 1200 -W 1800 -M 1800  IUT_BMB_SAT HOME/instance-1562790-1240998315.cnf HOME

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1274777876

node35.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.214
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.214
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:        614980 kB
Buffers:         80304 kB
Cached:        1288096 kB
SwapCached:       5676 kB
Active:         364524 kB
Inactive:      1011940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        614980 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:            5232 kB
Writeback:           0 kB
Mapped:          13636 kB
Slab:            50544 kB
Committed_AS:   615336 kB
PageTables:       1396 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= 66548 MiB
End job on node35 at 2009-04-29 11:53:13