Trace number 3303534

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 180.703 180.702

General information on the benchmark

NameSAT03/handmade/markstrom/UNSATISFIABLE/
mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
MD5SUM5fbbe7100f38217499e8b5ea555a4e4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.703
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses2576
Sum of the clauses size8480
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 31536
Number of clauses of size 4128
Number of clauses of size 5512
Number of clauses of size over 50

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2576     8480 |     772       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2560     8448 |      --       0       --      -- |     --   | -16/-32
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 392   #clauses: 2560   #literals: 8448
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
180.59/180.69	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
180.59/180.69	c WARNING: for repeatability, setting FPU to use double precision
180.59/180.69	c ============================[ Problem Statistics ]=============================
180.59/180.69	c |                                                                             |
180.59/180.69	c |  Number of variables:           392                                         |
180.59/180.69	c |  Number of clauses:            2560                                         |
180.59/180.69	c |  Parse time:                   0.00 s                                       |
180.59/180.69	c |                                                                             |
180.59/180.69	c ============================[ Search Statistics ]==============================
180.59/180.69	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
180.59/180.69	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
180.59/180.69	c ===============================================================================
180.59/180.69	c |    243561 |     392     2560     8448 |        1    53983     19 |  0.000 % |
180.59/180.69	c |   1853586 |     283     2328     7464 |        1    32111     11 | 27.806 % |
180.59/180.69	c ===============================================================================
180.59/180.69	c restarts              : 2
180.59/180.69	c nb ReduceDB           : 36
180.59/180.69	c nb removed Clauses    : 1563106
180.59/180.69	c nb learnts DL2        : 393
180.59/180.69	c nb learnts size 2     : 91
180.59/180.69	c nb learnts size 1     : 11
180.59/180.69	c conflicts             : 1853586        (10260 /sec)
180.59/180.69	c decisions             : 2059458        (0.00 % random) (11399 /sec)
180.59/180.69	c propagations          : 84790798       (469314 /sec)
180.59/180.69	c conflict literals     : 35094688       (31.97 % deleted)
180.59/180.69	c nb reduced Clauses    : 1843
180.59/180.69	c CPU time              : 180.67 s
180.59/180.69	
180.59/180.69	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: 977)

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-3303534-1306948707/watcher-3303534-1306948707 -o /tmp/evaluation-result-3303534-1306948707/solver-3303534-1306948707 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303534-1306948707.cnf 

running on 4 cores: 0,2,4,6

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.00 2.01 2.00 3/500 19654
/proc/meminfo: memFree=30840888/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0

[startup+0.0891749 s]
/proc/loadavg: 2.00 2.01 2.00 3/500 19654
/proc/meminfo: memFree=30840888/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101163 s]
/proc/loadavg: 2.00 2.01 2.00 3/500 19654
/proc/meminfo: memFree=30840888/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301131 s]
/proc/loadavg: 2.00 2.01 2.00 3/500 19654
/proc/meminfo: memFree=30840888/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701057 s]
/proc/loadavg: 2.00 2.01 2.00 3/500 19654
/proc/meminfo: memFree=30840888/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50089 s]
/proc/loadavg: 2.00 2.01 2.00 3/508 19694
/proc/meminfo: memFree=30827580/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=20396 CPUtime=1.49 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 2066 0 0 0 149 0 0 0 25 0 1 0 806473373 20885504 1592 33554432000 4194304 4260849 140733401655424 18446744073709551615 4226877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 5099 1592 240 17 0 1740 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29100

[startup+3.10063 s]
/proc/loadavg: 2.00 2.01 2.00 3/508 19724
/proc/meminfo: memFree=30825604/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=24748 CPUtime=3.09 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 2998 0 0 0 309 0 0 0 25 0 1 0 806473373 25341952 2487 33554432000 4194304 4260849 140733401655424 18446744073709551615 4227056 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 6187 2487 240 17 0 2828 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33452

[startup+6.30107 s]
/proc/loadavg: 2.00 2.01 2.00 3/508 19724
/proc/meminfo: memFree=30811396/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=24748 CPUtime=6.29 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 3239 0 0 0 629 0 0 0 25 0 1 0 806473373 25341952 2721 33554432000 4194304 4260849 140733401655424 18446744073709551615 4228001 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 6187 2721 240 17 0 2828 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33452

[startup+12.7009 s]
/proc/loadavg: 2.00 2.01 2.00 3/508 19724
/proc/meminfo: memFree=30795212/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=33916 CPUtime=12.69 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 5298 0 0 0 1269 0 0 0 25 0 1 0 806473373 34729984 3600 33554432000 4194304 4260849 140733401655424 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 8479 3600 240 17 0 5120 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42620

[startup+25.5007 s]
/proc/loadavg: 2.00 2.01 2.00 3/508 19724
/proc/meminfo: memFree=30790264/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=33916 CPUtime=25.48 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 6686 0 0 0 2548 0 0 0 25 0 1 0 806473373 34729984 4920 33554432000 4194304 4260849 140733401655424 18446744073709551615 4224635 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 8479 4920 248 17 0 5120 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42620

[startup+51.1012 s]
/proc/loadavg: 2.12 2.04 2.01 3/508 19725
/proc/meminfo: memFree=30775456/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=41564 CPUtime=51.09 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 9881 0 0 0 5108 1 0 0 25 0 1 0 806473373 42561536 6208 33554432000 4194304 4260849 140733401655424 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 10391 6208 248 17 0 7032 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50268

[startup+102.319 s]
/proc/loadavg: 2.12 2.04 2.01 3/508 19726
/proc/meminfo: memFree=30747500/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=48636 CPUtime=102.3 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 12463 0 0 0 10229 1 0 0 25 0 1 0 806473373 49803264 8655 33554432000 4194304 4260849 140733401655424 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 12159 8655 248 17 0 8800 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 57340

[startup+162.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/508 19728
/proc/meminfo: memFree=30722744/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=53484 CPUtime=162.29 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 16665 0 0 0 16227 2 0 0 25 0 1 0 806473373 54767616 9867 33554432000 4194304 4260849 140733401655424 18446744073709551615 4226259 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 13371 9867 248 17 0 10012 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 62188

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

[startup+166.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/508 19728
/proc/meminfo: memFree=30723116/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=53484 CPUtime=166.29 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 16780 0 0 0 16627 2 0 0 25 0 1 0 806473373 54767616 9975 33554432000 4194304 4260849 140733401655424 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 13371 9975 248 17 0 10012 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 62188

[startup+172.719 s]
/proc/loadavg: 2.03 2.03 2.00 3/508 19728
/proc/meminfo: memFree=30723100/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=53484 CPUtime=172.71 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 16780 0 0 0 17269 2 0 0 25 0 1 0 806473373 54767616 9975 33554432000 4194304 4260849 140733401655424 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 13371 9975 248 17 0 10012 0
Current children cumulated CPU time (s) 172.71
Current children cumulated vsize (KiB) 62188

[startup+175.901 s]
/proc/loadavg: 2.03 2.03 2.00 3/508 19728
/proc/meminfo: memFree=30723100/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=53484 CPUtime=175.91 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 16780 0 0 0 17589 2 0 0 25 0 1 0 806473373 54767616 9975 33554432000 4194304 4260849 140733401655424 18446744073709551615 4224834 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 13371 9975 248 17 0 10012 0
Current children cumulated CPU time (s) 175.91
Current children cumulated vsize (KiB) 62188

[startup+179.101 s]
/proc/loadavg: 2.03 2.03 2.00 3/508 19728
/proc/meminfo: memFree=30722728/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=53484 CPUtime=179.09 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 16780 0 0 0 17907 2 0 0 25 0 1 0 806473373 54767616 9975 33554432000 4194304 4260849 140733401655424 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 13371 9975 248 17 0 10012 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 62188

[startup+179.9 s]
/proc/loadavg: 2.03 2.03 2.00 3/508 19728
/proc/meminfo: memFree=30722728/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=53484 CPUtime=179.89 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 16780 0 0 0 17987 2 0 0 25 0 1 0 806473373 54767616 9975 33554432000 4194304 4260849 140733401655424 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 13371 9975 248 17 0 10012 0
Current children cumulated CPU time (s) 179.89
Current children cumulated vsize (KiB) 62188

[startup+180.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/508 19728
/proc/meminfo: memFree=30722728/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 360 201 0 0 0 0 0 0 22 0 1 0 806473372 8912896 255 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19654/statm: 2176 255 211 178 0 69 0
[pid=19660] ppid=19654 vsize=53484 CPUtime=180.31 cores=0,2,4,6
/proc/19660/stat : 19660 (glucose_static) R 19654 19654 18615 0 -1 4202496 16780 0 0 0 18029 2 0 0 25 0 1 0 806473373 54767616 9975 33554432000 4194304 4260849 140733401655424 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19660/statm: 13371 9975 248 17 0 10012 0
Current children cumulated CPU time (s) 180.31
Current children cumulated vsize (KiB) 62188

[startup+180.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/508 19728
/proc/meminfo: memFree=30722728/32951124 swapFree=51712236/67111528
[pid=19654] ppid=19652 vsize=8704 CPUtime=180.69 cores=0,2,4,6
/proc/19654/stat : 19654 (glucose.sh) S 19652 19654 18615 0 -1 4202496 370 16985 0 0 0 0 18067 2 17 0 1 0 806473372 8912896 257 33554432000 4194304 4922060 140733200794144 18446744073709551615 216634511205 0 2147483391 4100 65536 18446744071699199166 0 0 17 4 0 0 0
/proc/19654/statm: 2176 257 213 178 0 69 0
Current children cumulated CPU time (s) 180.69
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 180.702
CPU time (s): 180.703
CPU user time (s): 180.675
CPU system time (s): 0.027995
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 80864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.675
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17557
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= 46
involuntary context switches= 263

runsolver used 0.98185 second user time and 1.9897 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-01 19:18:28
IDJOB=3303534
IDBENCH=84062
IDSOLVER=1687
FILE ID=node103/3303534-1306948707
RUNJOBID= node103-1306948707-19639
PBS_JOBID= 13488577
Free space on /tmp= 73648 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT03/handmade/markstrom/UNSATISFIABLE/mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303534-1306948707/watcher-3303534-1306948707 -o /tmp/evaluation-result-3303534-1306948707/solver-3303534-1306948707 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303534-1306948707.cnf 

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

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=1325179884

node103.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.858
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.71
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.858
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	: 5332.75
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:      30841920 kB
Buffers:        178316 kB
Cached:         129968 kB
SwapCached:      23728 kB
Active:        1671124 kB
Inactive:       166232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30841920 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:     1526340 kB
Mapped:          22212 kB
Slab:           128768 kB
PageTables:      72828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162036376 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= 73644 MiB
End job on node103 at 2011-06-01 19:21:28