Trace number 3498693

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
EBGlucose 1.0UNSAT 612.705 612.715

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.02
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
Number of clauses of size 40
Number of clauses of size 50
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.47	c ==============================================================================
0.00/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.47	c ==============================================================================
0.00/0.47	c |         0 | 1130523  2637887 |  339156       0        0     nan |  0.000 % |
437.58/437.67	c |         0 |  101640   410022 |      --       0       --      -- |     --   | -1019741/-2205924
437.58/437.67	c ==============================================================================
437.58/437.67	c Result  :   #vars: 6404   #clauses: 101640   #literals: 410022
437.58/437.67	c CPU time:   437.395 s
437.58/437.67	c ==============================================================================
437.69/437.76	c
437.69/437.76	c Starting glucose
437.69/437.76	c
437.69/437.76	
437.69/437.76	c This is EBGlucose 1.0 -- based on Glucose version 1.0
437.69/437.76	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
437.69/437.76	
437.69/437.76	c ============================[ Problem Statistics ]=============================
437.69/437.76	c |                                                                             |
437.69/437.76	c |  Number of variables:  6404                                                 |
437.69/437.76	c |  Number of clauses:    101640                                               |
437.69/437.80	c |  Parsing time:         0.04         s                                       |
612.59/612.69	c restarts              : 1031
612.59/612.69	c nb ReduceDB           : 44
612.59/612.69	c nb learnts DL2        : 1277
612.59/612.69	c nb learnts size 2     : 326
612.59/612.69	c nb learnts size 1     : 7
612.59/612.69	c conflicts             : 1833016        (10480 /sec)
612.59/612.69	c decisions             : 12636011       (1.36 % random) (72243 /sec)
612.59/612.69	c propagations          : 284868666      (1628655 /sec)
612.59/612.69	c conflict literals     : 196885513      (4.96 % deleted)
612.59/612.69	c Memory used           : 52.37 MB
612.59/612.69	c CPU time              : 174.91 s
612.59/612.69	
612.59/612.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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498693-1307965246/watcher-3498693-1307965246 -o /var/tmp/evaluation-result-3498693-1307965246/solver-3498693-1307965246 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498693-1307965246.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.00 2.00 1.96 2/175 3142
/proc/meminfo: memFree=12633592/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0

[startup+0.0590729 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3142
/proc/meminfo: memFree=12633592/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101054 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3142
/proc/meminfo: memFree=12633592/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301015 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3142
/proc/meminfo: memFree=12633592/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700938 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3142
/proc/meminfo: memFree=12633592/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50079 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3145
/proc/meminfo: memFree=12458512/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=187988 CPUtime=1.49 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 46576 0 0 0 139 10 0 0 25 0 1 0 888940558 192499712 43078 33554432000 134512640 135144230 4292847728 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/3144/statm: 46997 43078 78 155 0 46840 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 196692

[startup+3.1005 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3145
/proc/meminfo: memFree=12434580/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=199744 CPUtime=3.09 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 49525 0 0 0 295 14 0 0 25 0 1 0 888940558 204537856 46027 33554432000 134512640 135144230 4292847728 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/3144/statm: 49936 46027 78 155 0 49779 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208448

[startup+6.30091 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3145
/proc/meminfo: memFree=12374068/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=215980 CPUtime=6.29 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 53747 0 0 0 607 22 0 0 25 0 1 0 888940558 221163520 49782 33554432000 134512640 135144230 4292847728 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/3144/statm: 53995 49782 78 155 0 53838 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 224684

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3146
/proc/meminfo: memFree=12356540/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=218756 CPUtime=12.67 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 54544 0 0 0 1244 23 0 0 25 0 1 0 888940558 224006144 50473 33554432000 134512640 135144230 4292847728 18446744073709551615 134547576 0 0 4096 3 0 0 0 17 5 0 0 2
/proc/3144/statm: 54689 50473 78 155 0 54532 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 227460

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3146
/proc/meminfo: memFree=12346900/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=220668 CPUtime=25.47 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 55299 0 0 0 2523 24 0 0 25 0 1 0 888940558 225964032 50793 33554432000 134512640 135144230 4292847728 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 5 0 0 2
/proc/3144/statm: 55167 50793 78 155 0 55010 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 229372

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3147
/proc/meminfo: memFree=12348052/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=220924 CPUtime=51.07 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 55336 0 0 0 5083 24 0 0 25 0 1 0 888940558 226226176 50830 33554432000 134512640 135144230 4292847728 18446744073709551615 134553168 0 0 4096 3 0 0 0 17 5 0 0 2
/proc/3144/statm: 55231 50830 78 155 0 55074 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 229628

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3148
/proc/meminfo: memFree=12346396/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=220924 CPUtime=102.28 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 55383 0 0 0 10204 24 0 0 25 0 1 0 888940558 226226176 50877 33554432000 134512640 135144230 4292847728 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 5 0 0 2
/proc/3144/statm: 55231 50877 78 155 0 55074 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 229628

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3150
/proc/meminfo: memFree=12341564/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=221692 CPUtime=162.27 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 55484 0 0 0 16203 24 0 0 25 0 1 0 888940558 227012608 50978 33554432000 134512640 135144230 4292847728 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 5 0 0 2
/proc/3144/statm: 55423 50978 78 155 0 55266 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 230396

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3151
/proc/meminfo: memFree=12338092/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=222204 CPUtime=222.27 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 55586 0 0 0 22203 24 0 0 25 0 1 0 888940558 227536896 51080 33554432000 134512640 135144230 4292847728 18446744073709551615 134553225 0 0 4096 3 0 0 0 17 5 0 0 2
/proc/3144/statm: 55551 51080 78 155 0 55394 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 230908

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3154
/proc/meminfo: memFree=12333840/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=223132 CPUtime=282.28 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 55709 0 0 0 28204 24 0 0 25 0 1 0 888940558 228487168 51203 33554432000 134512640 135144230 4292847728 18446744073709551615 134553222 0 0 4096 3 0 0 0 17 5 0 0 2
/proc/3144/statm: 55783 51203 78 155 0 55626 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 231836

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3155
/proc/meminfo: memFree=12333368/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=224156 CPUtime=342.28 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 55829 0 0 0 34204 24 0 0 25 0 1 0 888940558 229535744 51323 33554432000 134512640 135144230 4292847728 18446744073709551615 134553168 0 0 4096 3 0 0 0 17 5 0 0 2
/proc/3144/statm: 56039 51323 78 155 0 55882 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 232860

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 3157
/proc/meminfo: memFree=12331872/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888940557 8912896 253 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3142/statm: 2176 253 211 178 0 69 0
[pid=3144] ppid=3142 vsize=224732 CPUtime=402.28 cores=1,3,5,7
/proc/3144/stat : 3144 (SatELite_releas) R 3142 3142 2096 0 -1 4202496 55977 0 0 0 40204 24 0 0 25 0 1 0 888940558 230125568 51471 33554432000 134512640 135144230 4292847728 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 5 0 0 2
/proc/3144/statm: 56183 51471 78 155 0 56026 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 233436

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 3160
/proc/meminfo: memFree=12498532/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=437.75 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 381 63429 0 0 0 0 43747 28 18 0 1 0 888940557 8912896 256 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 256 211 178 0 69 0
[pid=3159] ppid=3142 vsize=32632 CPUtime=24.52 cores=1,3,5,7
/proc/3159/stat : 3159 (ebglucose_stati) R 3142 3142 2096 0 -1 4202496 7690 0 0 0 2452 0 0 0 25 0 1 0 888984334 33415168 7631 33554432000 134512640 134556542 4287646752 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3159/statm: 8158 7631 214 11 0 7492 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 41336

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3161
/proc/meminfo: memFree=12487628/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=437.75 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 381 63429 0 0 0 0 43747 28 18 0 1 0 888940557 8912896 256 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 256 211 178 0 69 0
[pid=3159] ppid=3142 vsize=42304 CPUtime=84.53 cores=1,3,5,7
/proc/3159/stat : 3159 (ebglucose_stati) R 3142 3142 2096 0 -1 4202496 10065 0 0 0 8452 1 0 0 25 0 1 0 888984334 43319296 10006 33554432000 134512640 134556542 4287646752 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3159/statm: 10576 10006 214 11 0 9910 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 51008

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3163
/proc/meminfo: memFree=12478612/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=437.75 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 381 63429 0 0 0 0 43747 28 18 0 1 0 888940557 8912896 256 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 256 211 178 0 69 0
[pid=3159] ppid=3142 vsize=50436 CPUtime=144.52 cores=1,3,5,7
/proc/3159/stat : 3159 (ebglucose_stati) R 3142 3142 2096 0 -1 4202496 12090 0 0 0 14451 1 0 0 25 0 1 0 888984334 51646464 12031 33554432000 134512640 134556542 4287646752 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3159/statm: 12609 12031 214 11 0 11943 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 59140

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

[startup+588.701 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3163
/proc/meminfo: memFree=12476752/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=437.75 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 381 63429 0 0 0 0 43747 28 18 0 1 0 888940557 8912896 256 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 256 211 178 0 69 0
[pid=3159] ppid=3142 vsize=52152 CPUtime=150.93 cores=1,3,5,7
/proc/3159/stat : 3159 (ebglucose_stati) R 3142 3142 2096 0 -1 4202496 12507 0 0 0 15091 2 0 0 25 0 1 0 888984334 53403648 12448 33554432000 134512640 134556542 4287646752 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3159/statm: 13038 12448 214 11 0 12372 0
Current children cumulated CPU time (s) 588.68
Current children cumulated vsize (KiB) 60856

[startup+601.501 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3163
/proc/meminfo: memFree=12475372/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=437.75 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 381 63429 0 0 0 0 43747 28 18 0 1 0 888940557 8912896 256 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 256 211 178 0 69 0
[pid=3159] ppid=3142 vsize=53076 CPUtime=163.73 cores=1,3,5,7
/proc/3159/stat : 3159 (ebglucose_stati) R 3142 3142 2096 0 -1 4202496 12742 0 0 0 16371 2 0 0 25 0 1 0 888984334 54349824 12683 33554432000 134512640 134556542 4287646752 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3159/statm: 13269 12683 214 11 0 12603 0
Current children cumulated CPU time (s) 601.48
Current children cumulated vsize (KiB) 61780

[startup+607.901 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3163
/proc/meminfo: memFree=12475540/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=437.75 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 381 63429 0 0 0 0 43747 28 18 0 1 0 888940557 8912896 256 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 256 211 178 0 69 0
[pid=3159] ppid=3142 vsize=53076 CPUtime=170.13 cores=1,3,5,7
/proc/3159/stat : 3159 (ebglucose_stati) R 3142 3142 2096 0 -1 4202496 12744 0 0 0 17011 2 0 0 25 0 1 0 888984334 54349824 12685 33554432000 134512640 134556542 4287646752 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3159/statm: 13269 12685 214 11 0 12603 0
Current children cumulated CPU time (s) 607.88
Current children cumulated vsize (KiB) 61780

[startup+611.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3164
/proc/meminfo: memFree=12475664/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=437.75 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 381 63429 0 0 0 0 43747 28 18 0 1 0 888940557 8912896 256 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 256 211 178 0 69 0
[pid=3159] ppid=3142 vsize=53228 CPUtime=173.33 cores=1,3,5,7
/proc/3159/stat : 3159 (ebglucose_stati) R 3142 3142 2096 0 -1 4202496 12778 0 0 0 17331 2 0 0 25 0 1 0 888984334 54505472 12719 33554432000 134512640 134556542 4287646752 18446744073709551615 134538022 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3159/statm: 13307 12719 214 11 0 12641 0
Current children cumulated CPU time (s) 611.08
Current children cumulated vsize (KiB) 61932

[startup+611.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3164
/proc/meminfo: memFree=12475416/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=437.75 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 381 63429 0 0 0 0 43747 28 18 0 1 0 888940557 8912896 256 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 256 211 178 0 69 0
[pid=3159] ppid=3142 vsize=53620 CPUtime=174.13 cores=1,3,5,7
/proc/3159/stat : 3159 (ebglucose_stati) R 3142 3142 2096 0 -1 4202496 12883 0 0 0 17411 2 0 0 25 0 1 0 888984334 54906880 12824 33554432000 134512640 134556542 4287646752 18446744073709551615 134538256 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3159/statm: 13405 12824 214 11 0 12739 0
Current children cumulated CPU time (s) 611.88
Current children cumulated vsize (KiB) 62324

[startup+612.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3164
/proc/meminfo: memFree=12475416/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=437.75 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 381 63429 0 0 0 0 43747 28 18 0 1 0 888940557 8912896 256 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 256 211 178 0 69 0
[pid=3159] ppid=3142 vsize=53620 CPUtime=174.53 cores=1,3,5,7
/proc/3159/stat : 3159 (ebglucose_stati) R 3142 3142 2096 0 -1 4202496 12883 0 0 0 17451 2 0 0 25 0 1 0 888984334 54906880 12824 33554432000 134512640 134556542 4287646752 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3159/statm: 13405 12824 214 11 0 12739 0
Current children cumulated CPU time (s) 612.28
Current children cumulated vsize (KiB) 62324

[startup+612.706 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3164
/proc/meminfo: memFree=12475168/32951124 swapFree=67062232/67111528
[pid=3142] ppid=3140 vsize=8704 CPUtime=612.68 cores=1,3,5,7
/proc/3142/stat : 3142 (ebglucose.sh) S 3140 3142 2096 0 -1 4202496 409 76326 0 0 0 0 61238 30 17 0 1 0 888940557 8912896 258 33554432000 4194304 4922060 140736830023488 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3142/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 612.68
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 612.715
CPU time (s): 612.705
CPU user time (s): 612.384
CPU system time (s): 0.320951
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 251792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 612.384
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76916
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= 69
involuntary context switches= 807

runsolver used 0.770882 second user time and 2.02269 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-13 13:40:47
IDJOB=3498693
IDBENCH=82450
IDSOLVER=1992
FILE ID=node147/3498693-1307965246
RUNJOBID= node147-1307958391-2663
PBS_JOBID= 13559681
Free space on /var/tmp= 2884 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498693-1307965246/watcher-3498693-1307965246 -o /var/tmp/evaluation-result-3498693-1307965246/solver-3498693-1307965246 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498693-1307965246.cnf

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=1093490856

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      12634012 kB
Buffers:        107208 kB
Cached:       19470532 kB
SwapCached:      10360 kB
Active:        4218336 kB
Inactive:     15415164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12634012 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           21460 kB
Writeback:           0 kB
AnonPages:       53740 kB
Mapped:          11200 kB
Slab:           619312 kB
PageTables:       4512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213464 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 /var/tmp at the end= 2884 MiB
End job on node147 at 2011-06-13 13:50:59