Trace number 3303625

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
glucose 2UNSAT 26.9149 26.9145

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.0536
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.17	c ==============================================================================
0.00/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.17	c ==============================================================================
0.00/0.17	c |         0 |  473409  1087098 |  142022       0        0     nan |  0.000 % |
1.29/1.33	c |         0 |  185161   490718 |      --       0       --      -- |     --   | -159719/-304529
1.29/1.33	c ==============================================================================
1.29/1.33	c Result  :   #vars: 34133   #clauses: 185161   #literals: 490718
1.29/1.33	c CPU time:   1.2938 s
1.29/1.33	c ==============================================================================
1.39/1.44	c
1.39/1.44	c Starting glucose
1.39/1.44	c
9.06/9.11	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
9.06/9.11	c WARNING: for repeatability, setting FPU to use double precision
9.06/9.11	c ============================[ Problem Statistics ]=============================
9.06/9.11	c |                                                                             |
9.06/9.11	c |  Number of variables:         34133                                         |
9.06/9.11	c |  Number of clauses:          185161                                         |
9.06/9.11	c |  Parse time:                   0.04 s                                       |
9.06/9.11	c |                                                                             |
9.06/9.11	c ============================[ Search Statistics ]==============================
9.06/9.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.06/9.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.06/9.11	c ===============================================================================
9.06/9.11	c |       333 |   22370   172542   441739 |        1      271     71 | 34.462 % |
9.06/9.11	c |       520 |   21954   166697   420600 |        1      445     68 | 35.681 % |
9.06/9.11	c |      1228 |   20948   163484   409678 |        1     1142     74 | 38.628 % |
9.06/9.11	c |      1329 |   20948   163484   409678 |        1     1243     74 | 38.628 % |
9.06/9.11	c |      3664 |   13173   145278   341096 |        1     3475     71 | 61.407 % |
9.06/9.11	c |      3764 |   13173   145278   341096 |        1     3575     71 | 61.407 % |
9.06/9.11	c |      3864 |   12823   145278   341096 |        1     3673     71 | 62.432 % |
9.06/9.11	c |      6621 |   12047   144151   336907 |        1     4471     43 | 64.706 % |
9.06/9.11	c |      7114 |   11965   143177   333202 |        1     4960     44 | 64.946 % |
9.06/9.11	c |      7271 |   11939   142989   332529 |        1     5110     44 | 65.022 % |
9.06/9.11	c |      7854 |   11919   142895   332200 |        1     5686     45 | 65.081 % |
9.06/9.11	c |      9368 |   11838   142895   332200 |        1     7199     45 | 65.318 % |
9.06/9.11	c |      9468 |   11838   142785   331793 |        1     7290     45 | 65.318 % |
9.06/9.11	c |      9570 |   11838   142785   331793 |        1     7392     45 | 65.318 % |
9.06/9.11	c |      9671 |   11838   142785   331793 |        1     7493     46 | 65.318 % |
9.06/9.11	c |      9773 |   11811   142785   331793 |        1     7594     46 | 65.397 % |
9.06/9.11	c |     10345 |   11059   141388   324881 |        1     8165     45 | 67.600 % |
9.06/9.11	c |     10445 |   11048   141388   324881 |        1     8264     45 | 67.632 % |
9.06/9.11	c |     12422 |   11024   141298   324570 |        1     6031     38 | 67.703 % |
9.06/9.11	c |     12525 |   11024   141298   324570 |        1     6134     38 | 67.703 % |
9.06/9.11	c |     19166 |   10714   140675   322538 |        1    12709     44 | 68.611 % |
9.06/9.11	c |     19266 |   10714   140675   322538 |        1    12809     44 | 68.611 % |
9.06/9.11	c |     19401 |   10714   140675   322538 |        1    12944     44 | 68.611 % |
9.06/9.11	c |     19501 |   10714   140675   322538 |        1    13044     44 | 68.611 % |
9.06/9.11	c |     19601 |   10714   140675   322538 |        1    13144     44 | 68.611 % |
9.06/9.11	c |     19702 |   10714   140675   322538 |        1    13245     44 | 68.611 % |
9.06/9.11	c |     19803 |   10714   140675   322538 |        1     6677     33 | 68.611 % |
9.06/9.11	c |     20018 |   10714   140675   322538 |        1     6892     34 | 68.611 % |
9.06/9.11	c |     25488 |   10647   140658   322479 |        1    12354     38 | 68.807 % |
9.06/9.11	c |     25590 |   10647   140512   321972 |        1    12436     39 | 68.807 % |
9.06/9.11	c |     25692 |   10647   140512   321972 |        1    12538     39 | 68.807 % |
9.06/9.11	c |     25793 |   10647   140512   321972 |        1    12639     39 | 68.807 % |
9.06/9.11	c |     25893 |   10647   140512   321972 |        1    12739     39 | 68.807 % |
9.06/9.11	c |     29997 |   10646   140510   321966 |        1    16842     38 | 68.810 % |
9.06/9.11	c |     30097 |   10646   140510   321966 |        1    16942     38 | 68.810 % |
9.06/9.11	c |     30197 |   10646   140510   321966 |        1    17042     38 | 68.810 % |
9.06/9.11	c |     30297 |   10646   140510   321966 |        1    17142     38 | 68.810 % |
9.06/9.11	c |     30600 |   10646   140510   321966 |        1    17445     39 | 68.810 % |
9.06/9.11	c |     32604 |   10636   140484   321872 |        1    10229     30 | 68.840 % |
26.87/26.91	c |     42653 |   10395   139875   319785 |        1    16620     33 | 69.546 % |
26.87/26.91	c |     42754 |   10395   139875   319785 |        1    16721     33 | 69.546 % |
26.87/26.91	c |     42858 |   10395   139875   319785 |        1    16825     33 | 69.546 % |
26.87/26.91	c |     42980 |   10395   139875   319785 |        1    16947     33 | 69.546 % |
26.87/26.91	c |     43080 |   10395   139875   319785 |        1    17047     33 | 69.546 % |
26.87/26.91	c |     43182 |   10383   139849   319701 |        1    17148     33 | 69.581 % |
26.87/26.91	c |     43282 |   10383   139849   319701 |        1    17248     33 | 69.581 % |
26.87/26.91	c |     46658 |   10383   139849   319701 |        1    10643     25 | 69.581 % |
26.87/26.91	c |     46760 |   10383   139849   319701 |        1    10745     25 | 69.581 % |
26.87/26.91	c |     47079 |   10383   139849   319701 |        1    11064     26 | 69.581 % |
26.87/26.91	c |     51038 |   10239   139115   317466 |        1    12946     29 | 70.003 % |
26.87/26.91	c |     51674 |   10239   139115   317466 |        1    13582     30 | 70.003 % |
26.87/26.91	c |     51776 |   10239   139115   317466 |        1    13684     30 | 70.003 % |
26.87/26.91	c |     52379 |   10216   139063   317287 |        1    14285     31 | 70.070 % |
26.87/26.91	c |     55899 |   10216   139063   317287 |        1    17805     33 | 70.070 % |
26.87/26.91	c |     56059 |   10216   139063   317287 |        1    17965     33 | 70.070 % |
26.87/26.91	c |     56161 |   10216   139063   317287 |        1    18067     33 | 70.070 % |
26.87/26.91	c |     60853 |   10216   139063   317287 |        1    22759     33 | 70.070 % |
26.87/26.91	c |     60960 |   10216   139063   317287 |        1    22866     33 | 70.070 % |
26.87/26.91	c |     61060 |   10216   139063   317287 |        1    22966     33 | 70.070 % |
26.87/26.91	c |     61208 |   10216   139063   317287 |        1    23114     33 | 70.070 % |
26.87/26.91	c |     65402 |   10216   139063   317287 |        1    14861     28 | 70.070 % |
26.87/26.91	c |     65503 |   10216   139063   317287 |        1    14962     29 | 70.070 % |
26.87/26.91	c |     71237 |    9891   138241   314391 |        1    19265     30 | 71.022 % |
26.87/26.91	c |     72569 |    9891   138241   314391 |        1    20597     31 | 71.022 % |
26.87/26.91	c |     73877 |    9891   138241   314391 |        1    21905     31 | 71.022 % |
26.87/26.91	c |     74057 |    9891   138241   314391 |        1    22085     31 | 71.022 % |
26.87/26.91	c |     74157 |    9891   138241   314391 |        1    22185     31 | 71.022 % |
26.87/26.91	c |     74308 |    9891   138241   314391 |        1    22336     31 | 71.022 % |
26.87/26.91	c |     76537 |    9891   138241   314391 |        1    24565     32 | 71.022 % |
26.87/26.91	c |     80119 |    9891   138241   314391 |        1    28147     32 | 71.022 % |
26.87/26.91	c |     80219 |    9891   138241   314391 |        1    28247     32 | 71.022 % |
26.87/26.91	c |     81583 |    9891   138241   314391 |        1    29611     32 | 71.022 % |
26.87/26.91	c |     81857 |    9891   138241   314391 |        1    29885     32 | 71.022 % |
26.87/26.91	c |     83420 |    9891   138241   314391 |        1    16141     25 | 71.022 % |
26.87/26.91	c |     85476 |    9891   138241   314391 |        1    18197     27 | 71.022 % |
26.87/26.91	c |     88222 |    9891   138241   314391 |        1    20943     29 | 71.022 % |
26.87/26.91	c |     88322 |    9891   138241   314391 |        1    21043     29 | 71.022 % |
26.87/26.91	c |     89669 |    9891   138241   314391 |        1    22390     30 | 71.022 % |
26.87/26.91	c |     89769 |    9891   138241   314391 |        1    22490     30 | 71.022 % |
26.87/26.91	c |    106085 |    5539   134554   303039 |        1     9687     24 | 83.772 % |
26.87/26.91	c ===============================================================================
26.87/26.91	c restarts              : 80
26.87/26.91	c nb ReduceDB           : 8
26.87/26.91	c nb removed Clauses    : 71896
26.87/26.91	c nb learnts DL2        : 460
26.87/26.91	c nb learnts size 2     : 252
26.87/26.91	c nb learnts size 1     : 101
26.87/26.91	c conflicts             : 106085         (4167 /sec)
26.87/26.91	c decisions             : 150005         (0.00 % random) (5892 /sec)
26.87/26.91	c propagations          : 101594863      (3990351 /sec)
26.87/26.91	c conflict literals     : 4254141        (45.75 % deleted)
26.87/26.91	c nb reduced Clauses    : 194
26.87/26.91	c CPU time              : 25.4601 s
26.87/26.91	
26.87/26.91	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3303625-1303899926/watcher-3303625-1303899926 -o /tmp/evaluation-result-3303625-1303899926/solver-3303625-1303899926 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303625-1303899926.cnf 

running on 4 cores: 1,3,5,7

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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 1.72 0.92 2/178 3870
/proc/meminfo: memFree=21415880/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 335 0 0 0 0 0 0 0 21 0 1 0 501594995 8912896 253 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3870/statm: 2176 253 211 178 0 69 0

[startup+0.0580161 s]
/proc/loadavg: 2.06 1.72 0.92 2/178 3870
/proc/meminfo: memFree=21415880/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 335 0 0 0 0 0 0 0 21 0 1 0 501594995 8912896 253 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3870/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101007 s]
/proc/loadavg: 2.06 1.72 0.92 2/178 3870
/proc/meminfo: memFree=21415880/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 335 0 0 0 0 0 0 0 21 0 1 0 501594995 8912896 253 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3870/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300972 s]
/proc/loadavg: 2.06 1.72 0.92 2/178 3870
/proc/meminfo: memFree=21415880/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 335 0 0 0 0 0 0 0 21 0 1 0 501594995 8912896 253 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3870/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700899 s]
/proc/loadavg: 2.06 1.72 0.92 2/178 3870
/proc/meminfo: memFree=21415880/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 335 0 0 0 0 0 0 0 21 0 1 0 501594995 8912896 253 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3870/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50075 s]
/proc/loadavg: 2.06 1.72 0.92 3/180 3872
/proc/meminfo: memFree=21354988/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=1.42 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 360 20478 0 0 0 0 138 4 18 0 1 0 501594995 8912896 255 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3870/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 8704

[startup+3.10045 s]
/proc/loadavg: 2.06 1.72 0.92 3/180 3874
/proc/meminfo: memFree=21382888/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=1.42 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 360 20478 0 0 0 0 138 4 18 0 1 0 501594995 8912896 255 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3870/statm: 2176 255 211 178 0 69 0
[pid=3873] ppid=3870 vsize=30948 CPUtime=1.65 cores=1,3,5,7
/proc/3873/stat : 3873 (glucose_static) R 3870 3870 3723 0 -1 4202496 6717 0 0 0 165 0 0 0 24 0 1 0 501595139 31690752 4123 33554432000 4194304 4260849 140737348702048 18446744073709551615 4224583 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3873/statm: 7737 4123 251 17 0 4378 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 39652

[startup+6.30083 s]
/proc/loadavg: 2.06 1.73 0.92 3/180 3874
/proc/meminfo: memFree=21362160/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=1.42 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 360 20478 0 0 0 0 138 4 18 0 1 0 501594995 8912896 255 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3870/statm: 2176 255 211 178 0 69 0
[pid=3873] ppid=3870 vsize=42576 CPUtime=4.85 cores=1,3,5,7
/proc/3873/stat : 3873 (glucose_static) R 3870 3870 3723 0 -1 4202496 9328 0 0 0 485 0 0 0 25 0 1 0 501595139 43597824 6452 33554432000 4194304 4260849 140737348702048 18446744073709551615 4226877 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3873/statm: 10644 6452 251 17 0 7285 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 51280

[startup+12.7006 s]
/proc/loadavg: 2.05 1.73 0.93 3/180 3874
/proc/meminfo: memFree=21402244/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=1.42 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 360 20478 0 0 0 0 138 4 18 0 1 0 501594995 8912896 255 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3870/statm: 2176 255 211 178 0 69 0
[pid=3873] ppid=3870 vsize=42576 CPUtime=11.25 cores=1,3,5,7
/proc/3873/stat : 3873 (glucose_static) R 3870 3870 3723 0 -1 4202496 9722 0 0 0 1125 0 0 0 25 0 1 0 501595139 43597824 6838 33554432000 4194304 4260849 140737348702048 18446744073709551615 4226333 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3873/statm: 10644 6838 251 17 0 7285 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 51280

[startup+25.5002 s]
/proc/loadavg: 2.04 1.74 0.94 3/180 3874
/proc/meminfo: memFree=21417720/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=1.42 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 360 20478 0 0 0 0 138 4 18 0 1 0 501594995 8912896 255 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3870/statm: 2176 255 211 178 0 69 0
[pid=3873] ppid=3870 vsize=45296 CPUtime=24.05 cores=1,3,5,7
/proc/3873/stat : 3873 (glucose_static) R 3870 3870 3723 0 -1 4202496 10200 0 0 0 2405 0 0 0 25 0 1 0 501595139 46383104 7300 33554432000 4194304 4260849 140737348702048 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3873/statm: 11324 7300 251 17 0 7965 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 54000

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

[startup+26.3011 s]
/proc/loadavg: 2.04 1.74 0.94 3/180 3874
/proc/meminfo: memFree=21409412/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=1.42 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 360 20478 0 0 0 0 138 4 18 0 1 0 501594995 8912896 255 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3870/statm: 2176 255 211 178 0 69 0
[pid=3873] ppid=3870 vsize=45296 CPUtime=24.85 cores=1,3,5,7
/proc/3873/stat : 3873 (glucose_static) R 3870 3870 3723 0 -1 4202496 10316 0 0 0 2485 0 0 0 25 0 1 0 501595139 46383104 7412 33554432000 4194304 4260849 140737348702048 18446744073709551615 4224583 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3873/statm: 11324 7412 251 17 0 7965 0
Current children cumulated CPU time (s) 26.27
Current children cumulated vsize (KiB) 54000

[startup+26.701 s]
/proc/loadavg: 2.04 1.74 0.94 3/180 3874
/proc/meminfo: memFree=21409412/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=1.42 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 360 20478 0 0 0 0 138 4 18 0 1 0 501594995 8912896 255 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3870/statm: 2176 255 211 178 0 69 0
[pid=3873] ppid=3870 vsize=45296 CPUtime=25.25 cores=1,3,5,7
/proc/3873/stat : 3873 (glucose_static) R 3870 3870 3723 0 -1 4202496 10363 0 0 0 2525 0 0 0 25 0 1 0 501595139 46383104 7458 33554432000 4194304 4260849 140737348702048 18446744073709551615 4224374 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3873/statm: 11324 7458 251 17 0 7965 0
Current children cumulated CPU time (s) 26.67
Current children cumulated vsize (KiB) 54000

[startup+26.9009 s]
/proc/loadavg: 2.04 1.74 0.94 3/180 3874
/proc/meminfo: memFree=21409412/32951124 swapFree=67111524/67111528
[pid=3870] ppid=3868 vsize=8704 CPUtime=1.42 cores=1,3,5,7
/proc/3870/stat : 3870 (glucose.sh) S 3868 3870 3723 0 -1 4202496 360 20478 0 0 0 0 138 4 18 0 1 0 501594995 8912896 255 33554432000 4194304 4922060 140735169459840 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3870/statm: 2176 255 211 178 0 69 0
[pid=3873] ppid=3870 vsize=45296 CPUtime=25.45 cores=1,3,5,7
/proc/3873/stat : 3873 (glucose_static) R 3870 3870 3723 0 -1 4202496 10363 0 0 0 2545 0 0 0 25 0 1 0 501595139 46383104 7458 33554432000 4194304 4260849 140737348702048 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3873/statm: 11324 7458 251 17 0 7965 0
Current children cumulated CPU time (s) 26.87
Current children cumulated vsize (KiB) 54000

Child status: 20
Real time (s): 26.9145
CPU time (s): 26.9149
CPU user time (s): 26.8499
CPU system time (s): 0.06499
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 67236

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

runsolver used 0.043993 second user time and 0.106983 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-27 12:25:26
IDJOB=3303625
IDBENCH=20346
IDSOLVER=1687
FILE ID=node102/3303625-1303899926
RUNJOBID= node102-1303899346-3742
PBS_JOBID= 13164546
Free space on /tmp= 71576 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303625-1303899926/watcher-3303625-1303899926 -o /tmp/evaluation-result-3303625-1303899926/solver-3303625-1303899926 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303625-1303899926.cnf 

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=1617400415

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21416036 kB
Buffers:       1625576 kB
Cached:        9100904 kB
SwapCached:          4 kB
Active:        2901632 kB
Inactive:      8080692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21416036 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8968 kB
Writeback:           0 kB
AnonPages:      255384 kB
Mapped:          15164 kB
Slab:           487772 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   434644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71576 MiB
End job on node102 at 2011-04-27 12:25:53