Trace number 3281077

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 301.543 301.552

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  165782   444254 |   49734       0        0     nan |  0.000 % |
0.00/0.47	c |         0 |  122585   444957 |      --       0       --      -- |     --   | -41295/6392
0.00/0.47	c ==============================================================================
0.00/0.47	c Result  :   #vars: 17342   #clauses: 122585   #literals: 444957
0.00/0.47	c CPU time:   0.452931 s
0.00/0.47	c ==============================================================================
0.00/0.56	c
0.00/0.56	c Starting glucose
0.00/0.56	c
0.00/0.56	
0.00/0.56	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.56	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.56	
0.00/0.56	c ============================[ Problem Statistics ]=============================
0.00/0.56	c |                                                                             |
0.00/0.56	c |  Number of variables:  17342                                                |
0.00/0.56	c |  Number of clauses:    122585                                               |
0.55/0.61	c |  Parsing time:         0.05         s                                       |
301.49/301.54	c restarts              : 3810
301.49/301.54	c nb ReduceDB           : 55
301.49/301.54	c nb learnts DL2        : 32884
301.49/301.54	c nb learnts size 2     : 9283
301.49/301.54	c nb learnts size 1     : 35
301.49/301.54	c conflicts             : 2654314        (8820 /sec)
301.49/301.54	c decisions             : 6495001        (1.18 % random) (21582 /sec)
301.49/301.54	c propagations          : 579800424      (1926553 /sec)
301.49/301.54	c conflict literals     : 76015637       (14.92 % deleted)
301.49/301.54	c Memory used           : 52.73 MB
301.49/301.54	c CPU time              : 300.952 s
301.49/301.54	
301.49/301.54	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-3281077-1303750744/watcher-3281077-1303750744 -o /tmp/evaluation-result-3281077-1303750744/solver-3281077-1303750744 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3281077-1303750744.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.92 3.95 3.63 1/183 2833
/proc/meminfo: memFree=11772608/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=11800 CPUtime=0 cores=0,2
/proc/2833/stat : 2833 (runsolver) R 2831 2833 2377 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 565305121 12083200 52 33554432000 4194304 5434984 140734942964384 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/2833/statm: 2950 52 31 303 0 2644 0

[startup+0.037121 s]
/proc/loadavg: 3.92 3.95 3.63 1/183 2833
/proc/meminfo: memFree=11772608/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 565305121 8912896 253 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101027 s]
/proc/loadavg: 3.92 3.95 3.63 1/183 2833
/proc/meminfo: memFree=11772608/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 565305121 8912896 253 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300982 s]
/proc/loadavg: 3.92 3.95 3.63 1/183 2833
/proc/meminfo: memFree=11772608/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 565305121 8912896 253 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700935 s]
/proc/loadavg: 3.92 3.95 3.63 1/183 2833
/proc/meminfo: memFree=11772608/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 8704

[startup+1.50086 s]
/proc/loadavg: 3.92 3.95 3.63 3/182 2911
/proc/meminfo: memFree=11818224/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=16376 CPUtime=0.93 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 3638 0 0 0 93 0 0 0 25 0 1 0 565305177 16769024 3574 33554432000 134512640 134556542 4291966400 18446744073709551615 134534209 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 4094 3574 214 11 0 3428 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25080

[startup+3.10058 s]
/proc/loadavg: 3.92 3.95 3.63 3/182 2911
/proc/meminfo: memFree=11813760/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=17564 CPUtime=2.53 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 3941 0 0 0 253 0 0 0 25 0 1 0 565305177 17985536 3877 33554432000 134512640 134556542 4291966400 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 4391 3877 214 11 0 3725 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26268

[startup+6.30101 s]
/proc/loadavg: 3.85 3.94 3.63 3/180 2911
/proc/meminfo: memFree=11807740/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=19312 CPUtime=5.73 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 4363 0 0 0 573 0 0 0 25 0 1 0 565305177 19775488 4299 33554432000 134512640 134556542 4291966400 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 4828 4299 214 11 0 4162 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28016

[startup+12.7009 s]
/proc/loadavg: 3.70 3.91 3.62 3/180 2911
/proc/meminfo: memFree=11805484/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=21768 CPUtime=12.13 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 4964 0 0 0 1213 0 0 0 25 0 1 0 565305177 22290432 4900 33554432000 134512640 134556542 4291966400 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 5442 4900 214 11 0 4776 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30472

[startup+25.5006 s]
/proc/loadavg: 3.32 3.81 3.60 3/180 2911
/proc/meminfo: memFree=11799620/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=24276 CPUtime=24.92 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 5596 0 0 0 2492 0 0 0 25 0 1 0 565305177 24858624 5532 33554432000 134512640 134556542 4291966400 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 6069 5532 214 11 0 5403 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32980

[startup+51.101 s]
/proc/loadavg: 2.87 3.67 3.55 3/180 2912
/proc/meminfo: memFree=11790608/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=28356 CPUtime=50.53 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 6616 0 0 0 5052 1 0 0 25 0 1 0 565305177 29036544 6552 33554432000 134512640 134556542 4291966400 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 7089 6552 214 11 0 6423 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37060

[startup+102.307 s]
/proc/loadavg: 2.38 3.41 3.47 3/180 2913
/proc/meminfo: memFree=11780164/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=33828 CPUtime=101.73 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 7942 0 0 0 10172 1 0 0 25 0 1 0 565305177 34639872 7878 33554432000 134512640 134556542 4291966400 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 8457 7878 214 11 0 7791 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 42532

[startup+162.3 s]
/proc/loadavg: 2.19 3.16 3.38 3/180 2924
/proc/meminfo: memFree=11768540/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=39680 CPUtime=161.73 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 9432 0 0 0 16171 2 0 0 25 0 1 0 565305177 40632320 9368 33554432000 134512640 134556542 4291966400 18446744073709551615 134537792 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 9920 9368 214 11 0 9254 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 48384

[startup+222.301 s]
/proc/loadavg: 2.07 2.95 3.29 3/180 2926
/proc/meminfo: memFree=11759420/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=43852 CPUtime=221.73 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 10424 0 0 0 22171 2 0 0 25 0 1 0 565305177 44904448 10360 33554432000 134512640 134556542 4291966400 18446744073709551615 134537888 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 10963 10360 214 11 0 10297 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 52556

[startup+282.301 s]
/proc/loadavg: 2.02 2.77 3.21 3/180 2927
/proc/meminfo: memFree=11746380/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=50928 CPUtime=281.73 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 12180 0 0 0 28171 2 0 0 25 0 1 0 565305177 52150272 12116 33554432000 134512640 134556542 4291966400 18446744073709551615 134545998 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 12732 12116 214 11 0 12066 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 59632

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

[startup+294.301 s]
/proc/loadavg: 2.02 2.73 3.19 3/180 2928
/proc/meminfo: memFree=11743032/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=53184 CPUtime=293.74 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 12721 0 0 0 29371 3 0 0 25 0 1 0 565305177 54460416 12657 33554432000 134512640 134556542 4291966400 18446744073709551615 134536841 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 13296 12657 214 11 0 12630 0
Current children cumulated CPU time (s) 294.29
Current children cumulated vsize (KiB) 61888

[startup+297.5 s]
/proc/loadavg: 2.02 2.73 3.19 3/180 2928
/proc/meminfo: memFree=11742412/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=53184 CPUtime=296.93 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 12744 0 0 0 29690 3 0 0 25 0 1 0 565305177 54460416 12680 33554432000 134512640 134556542 4291966400 18446744073709551615 134530782 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 13296 12680 214 11 0 12630 0
Current children cumulated CPU time (s) 297.48
Current children cumulated vsize (KiB) 61888

[startup+299.101 s]
/proc/loadavg: 2.02 2.72 3.18 3/180 2928
/proc/meminfo: memFree=11741420/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=53488 CPUtime=298.54 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 12800 0 0 0 29851 3 0 0 25 0 1 0 565305177 54771712 12736 33554432000 134512640 134556542 4291966400 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 13372 12736 214 11 0 12706 0
Current children cumulated CPU time (s) 299.09
Current children cumulated vsize (KiB) 62192

[startup+300.701 s]
/proc/loadavg: 2.02 2.72 3.18 3/180 2928
/proc/meminfo: memFree=11741296/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=53660 CPUtime=300.14 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 12853 0 0 0 30011 3 0 0 25 0 1 0 565305177 54947840 12789 33554432000 134512640 134556542 4291966400 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 13415 12789 214 11 0 12749 0
Current children cumulated CPU time (s) 300.69
Current children cumulated vsize (KiB) 62364

[startup+301.101 s]
/proc/loadavg: 2.02 2.72 3.18 3/180 2928
/proc/meminfo: memFree=11741296/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=53828 CPUtime=300.54 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 12879 0 0 0 30051 3 0 0 25 0 1 0 565305177 55119872 12815 33554432000 134512640 134556542 4291966400 18446744073709551615 134525024 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 13457 12815 214 11 0 12791 0
Current children cumulated CPU time (s) 301.09
Current children cumulated vsize (KiB) 62532

[startup+301.501 s]
/proc/loadavg: 2.02 2.72 3.18 3/180 2928
/proc/meminfo: memFree=11741048/32950928 swapFree=67111528/67111528
[pid=2833] ppid=2831 vsize=8704 CPUtime=0.55 cores=0,2
/proc/2833/stat : 2833 (ebglucose.sh) S 2831 2833 2377 0 -1 4202496 380 7433 0 0 0 0 53 2 20 0 1 0 565305121 8912896 256 33554432000 4194304 4922060 140736582219120 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2833/statm: 2176 256 211 178 0 69 0
[pid=2910] ppid=2833 vsize=53996 CPUtime=300.94 cores=0,2
/proc/2910/stat : 2910 (ebglucose_stati) R 2833 2833 2377 0 -1 4202496 12909 0 0 0 30091 3 0 0 25 0 1 0 565305177 55291904 12845 33554432000 134512640 134556542 4291966400 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2910/statm: 13499 12845 214 11 0 12833 0
Current children cumulated CPU time (s) 301.49
Current children cumulated vsize (KiB) 62700

Child status: 20
Real time (s): 301.552
CPU time (s): 301.543
CPU user time (s): 301.485
CPU system time (s): 0.057991
CPU usage (%): 99.997
Max. virtual memory (cumulated for all children) (KiB): 62700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.485
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20958
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= 57
involuntary context switches= 3825

runsolver used 0.472928 second user time and 0.997848 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 18:59:05
IDJOB=3281077
IDBENCH=20521
IDSOLVER=1652
FILE ID=node112/3281077-1303750744
RUNJOBID= node112-1303749441-2700
PBS_JOBID= 13154050
Free space on /tmp= 72588 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281077-1303750744/watcher-3281077-1303750744 -o /tmp/evaluation-result-3281077-1303750744/solver-3281077-1303750744 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3281077-1303750744.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=956192104

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5261.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11772756 kB
Buffers:       1969760 kB
Cached:       18590932 kB
SwapCached:          0 kB
Active:        9602080 kB
Inactive:     11029164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11772756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5116 kB
Writeback:           0 kB
AnonPages:       70128 kB
Mapped:          15080 kB
Slab:           481200 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   287884 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= 72656 MiB
End job on node112 at 2011-04-25 19:04:06