Trace number 3280110

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 32.2421 32.2498

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.41 3.88 3.70 4/178 14299
/proc/meminfo: memFree=19790056/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=0 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 467358218 8912896 253 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 253 211 178 0 69 0

[startup+0.045491 s]
/proc/loadavg: 3.41 3.88 3.70 4/178 14299
/proc/meminfo: memFree=19790056/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=0 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 467358218 8912896 253 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100471 s]
/proc/loadavg: 3.41 3.88 3.70 4/178 14299
/proc/meminfo: memFree=19790056/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=0 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 467358218 8912896 253 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300428 s]
/proc/loadavg: 3.41 3.88 3.70 4/178 14299
/proc/meminfo: memFree=19790056/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=0 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 467358218 8912896 253 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700331 s]
/proc/loadavg: 3.41 3.88 3.70 4/178 14299
/proc/meminfo: memFree=19790056/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=0 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 467358218 8912896 253 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50022 s]
/proc/loadavg: 3.41 3.88 3.70 5/194 14326
/proc/meminfo: memFree=19435952/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=0 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 467358218 8912896 253 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 253 211 178 0 69 0
[pid=14300] ppid=14299 vsize=58532 CPUtime=1.49 cores=0,2
/proc/14300/stat : 14300 (SatELite_releas) R 14299 14299 13951 0 -1 4202496 20477 0 0 0 145 4 0 0 25 0 1 0 467358218 59936768 13226 33554432000 134512640 135144242 4292426992 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14300/statm: 14633 13226 77 155 0 14476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67236

[startup+3.10091 s]
/proc/loadavg: 3.41 3.88 3.70 5/194 14327
/proc/meminfo: memFree=19322120/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=30780 CPUtime=1.49 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 6615 0 0 0 149 0 0 0 20 0 1 0 467358377 31518720 4023 33554432000 4194304 4260849 140736235448080 18446744073709551615 4240073 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14327/statm: 7695 4023 251 17 0 4336 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 39484

[startup+6.30038 s]
/proc/loadavg: 3.61 3.91 3.71 5/194 14330
/proc/meminfo: memFree=19484996/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=42584 CPUtime=4.7 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 8156 0 0 0 469 1 0 0 25 0 1 0 467358377 43606016 5454 33554432000 4194304 4260849 140736235448080 18446744073709551615 4224534 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14327/statm: 10646 5454 251 17 0 7287 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 51288

[startup+12.7003 s]
/proc/loadavg: 3.64 3.91 3.71 5/194 14330
/proc/meminfo: memFree=19449948/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=42584 CPUtime=11.09 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 9655 0 0 0 1108 1 0 0 25 0 1 0 467358377 43606016 6773 33554432000 4194304 4260849 140736235448080 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14327/statm: 10646 6773 251 17 0 7287 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 51288

[startup+25.501 s]
/proc/loadavg: 3.72 3.92 3.72 5/194 14330
/proc/meminfo: memFree=19434040/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=42584 CPUtime=23.89 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 10025 0 0 0 2388 1 0 0 25 0 1 0 467358377 43606016 7136 33554432000 4194304 4260849 140736235448080 18446744073709551615 4224575 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14327/statm: 10646 7136 251 17 0 7287 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 51288

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

[startup+28.7004 s]
/proc/loadavg: 3.74 3.92 3.72 5/194 14330
/proc/meminfo: memFree=19383448/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=42584 CPUtime=27.09 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 10025 0 0 0 2708 1 0 0 25 0 1 0 467358377 43606016 7136 33554432000 4194304 4260849 140736235448080 18446744073709551615 4224534 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14327/statm: 10646 7136 251 17 0 7287 0
Current children cumulated CPU time (s) 28.67
Current children cumulated vsize (KiB) 51288

[startup+30.3012 s]
/proc/loadavg: 3.74 3.92 3.72 5/194 14330
/proc/meminfo: memFree=19379792/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=45304 CPUtime=28.7 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 10155 0 0 0 2868 2 0 0 25 0 1 0 467358377 46391296 7256 33554432000 4194304 4260849 140736235448080 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14327/statm: 11326 7256 251 17 0 7967 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 54008

[startup+31.101 s]
/proc/loadavg: 3.74 3.92 3.72 5/194 14330
/proc/meminfo: memFree=19359688/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=45304 CPUtime=29.49 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 10260 0 0 0 2947 2 0 0 25 0 1 0 467358377 46391296 7358 33554432000 4194304 4260849 140736235448080 18446744073709551615 4224441 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14327/statm: 11326 7358 251 17 0 7967 0
Current children cumulated CPU time (s) 31.07
Current children cumulated vsize (KiB) 54008

[startup+31.9069 s]
/proc/loadavg: 3.74 3.92 3.72 5/194 14330
/proc/meminfo: memFree=19355224/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=45304 CPUtime=30.3 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 10364 0 0 0 3028 2 0 0 25 0 1 0 467358377 46391296 7459 33554432000 4194304 4260849 140736235448080 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14327/statm: 11326 7459 251 17 0 7967 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 54008

[startup+32.1008 s]
/proc/loadavg: 3.74 3.92 3.72 5/194 14330
/proc/meminfo: memFree=19355224/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=45304 CPUtime=30.49 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 10364 0 0 0 3047 2 0 0 25 0 1 0 467358377 46391296 7459 33554432000 4194304 4260849 140736235448080 18446744073709551615 4224583 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14327/statm: 11326 7459 251 17 0 7967 0
Current children cumulated CPU time (s) 32.07
Current children cumulated vsize (KiB) 54008

[startup+32.2008 s]
/proc/loadavg: 3.74 3.92 3.72 5/194 14330
/proc/meminfo: memFree=19355224/32951124 swapFree=67111524/67111528
[pid=14299] ppid=14297 vsize=8704 CPUtime=1.58 cores=0,2
/proc/14299/stat : 14299 (glucose.sh) S 14297 14299 13951 0 -1 4202496 359 20478 0 0 0 0 153 5 18 0 1 0 467358218 8912896 255 33554432000 4194304 4922060 140734445590368 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14299/statm: 2176 255 211 178 0 69 0
[pid=14327] ppid=14299 vsize=45304 CPUtime=30.59 cores=0,2
/proc/14327/stat : 14327 (glucose_static) R 14299 14299 13951 0 -1 4202496 10364 0 0 0 3057 2 0 0 25 0 1 0 467358377 46391296 7459 33554432000 4194304 4260849 140736235448080 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14327/statm: 11326 7459 251 17 0 7967 0
Current children cumulated CPU time (s) 32.17
Current children cumulated vsize (KiB) 54008

Child status: 20
Real time (s): 32.2498
CPU time (s): 32.2421
CPU user time (s): 32.1621
CPU system time (s): 0.079987
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 73256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1621
system time used= 0.079987
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= 148

runsolver used 0.06199 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-25 18:37:01
IDJOB=3280110
IDBENCH=20346
IDSOLVER=1651
FILE ID=node144/3280110-1303749420
RUNJOBID= node144-1303749419-14279
PBS_JOBID= 13154018
Free space on /tmp= 72192 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-3280110-1303749420/watcher-3280110-1303749420 -o /tmp/evaluation-result-3280110-1303749420/solver-3280110-1303749420 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3280110-1303749420.cnf 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=1219953991

node144.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.850
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.70
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.850
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.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.75
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19790584 kB
Buffers:       2162552 kB
Cached:       10391744 kB
SwapCached:          4 kB
Active:        3465328 kB
Inactive:      9160032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19790584 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           34764 kB
Writeback:           0 kB
AnonPages:       70004 kB
Mapped:          14388 kB
Slab:           470780 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   196844 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= 72080 MiB
End job on node144 at 2011-04-25 18:37:33