Trace number 3498569

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 399.507 399.55

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark164.562
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  176662   468934 |   52998       0        0     nan |  0.000 % |
0.00/0.44	c |         0 |  126705   459117 |      --       0       --      -- |     --   | -48055/-4128
0.00/0.44	c ==============================================================================
0.00/0.44	c Result  :   #vars: 18202   #clauses: 126705   #literals: 459117
0.00/0.44	c CPU time:   0.423935 s
0.00/0.44	c ==============================================================================
0.00/0.51	c
0.00/0.51	c Starting glucose
0.00/0.51	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:  18202                                                |
0.00/0.56	c |  Number of clauses:    126705                                               |
0.50/0.61	c |  Parsing time:         0.05         s                                       |
399.43/399.54	c restarts              : 4259
399.43/399.54	c nb ReduceDB           : 68
399.43/399.54	c nb learnts DL2        : 33604
399.43/399.54	c nb learnts size 2     : 9097
399.43/399.54	c nb learnts size 1     : 28
399.43/399.54	c conflicts             : 3644125        (9135 /sec)
399.43/399.54	c decisions             : 7957165        (1.11 % random) (19946 /sec)
399.43/399.54	c propagations          : 807592276      (2024394 /sec)
399.43/399.54	c conflict literals     : 117715002      (14.53 % deleted)
399.43/399.54	c Memory used           : 64.04 MB
399.43/399.54	c CPU time              : 398.93 s
399.43/399.54	
399.43/399.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.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-3498569-1307959426/watcher-3498569-1307959426 -o /var/tmp/evaluation-result-3498569-1307959426/solver-3498569-1307959426 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498569-1307959426.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: 1.01 1.37 1.72 2/174 28810
/proc/meminfo: memFree=4826080/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 907543561 8912896 252 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28810/statm: 2176 252 211 178 0 69 0

[startup+0.0360261 s]
/proc/loadavg: 1.01 1.37 1.72 2/174 28810
/proc/meminfo: memFree=4826080/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 907543561 8912896 252 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28810/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101025 s]
/proc/loadavg: 1.01 1.37 1.72 2/174 28810
/proc/meminfo: memFree=4826080/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 907543561 8912896 252 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28810/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301027 s]
/proc/loadavg: 1.01 1.37 1.72 2/174 28810
/proc/meminfo: memFree=4826080/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 907543561 8912896 252 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28810/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700903 s]
/proc/loadavg: 1.01 1.37 1.72 2/174 28810
/proc/meminfo: memFree=4826080/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8704

[startup+1.5008 s]
/proc/loadavg: 1.01 1.37 1.72 3/180 28826
/proc/meminfo: memFree=4710056/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=15516 CPUtime=0.92 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 3441 0 12 0 92 0 0 0 20 0 1 0 907543613 15888384 3388 33554432000 134512640 134556542 4290315632 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 4
/proc/28826/statm: 3879 3388 214 11 0 3213 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 24220

[startup+3.10051 s]
/proc/loadavg: 1.08 1.38 1.72 3/180 28826
/proc/meminfo: memFree=4696540/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=18752 CPUtime=2.52 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 4233 0 12 0 252 0 0 0 25 0 1 0 907543613 19202048 4180 33554432000 134512640 134556542 4290315632 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 4 0 0 4
/proc/28826/statm: 4688 4180 214 11 0 4022 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 27456

[startup+6.30094 s]
/proc/loadavg: 1.08 1.38 1.72 3/180 28827
/proc/meminfo: memFree=4730516/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=20504 CPUtime=5.73 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 4664 0 12 0 572 1 0 0 25 0 1 0 907543613 20996096 4611 33554432000 134512640 134556542 4290315632 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 4 0 0 4
/proc/28826/statm: 5126 4611 214 11 0 4460 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 29208

[startup+12.7008 s]
/proc/loadavg: 1.23 1.40 1.72 3/180 28827
/proc/meminfo: memFree=4726704/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=22468 CPUtime=12.13 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 5145 0 12 0 1211 2 0 0 25 0 1 0 907543613 23007232 5092 33554432000 134512640 134556542 4290315632 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 4
/proc/28826/statm: 5617 5092 214 11 0 4951 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 31172

[startup+25.5006 s]
/proc/loadavg: 1.34 1.42 1.73 3/180 28829
/proc/meminfo: memFree=4722480/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=26008 CPUtime=24.93 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 6036 0 12 0 2491 2 0 0 25 0 1 0 907543613 26632192 5983 33554432000 134512640 134556542 4290315632 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 4
/proc/28826/statm: 6502 5983 214 11 0 5836 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 34712

[startup+51.101 s]
/proc/loadavg: 1.57 1.47 1.73 3/180 28829
/proc/meminfo: memFree=4713520/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=32400 CPUtime=50.52 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 7582 0 12 0 5050 2 0 0 25 0 1 0 907543613 33177600 7529 33554432000 134512640 134556542 4290315632 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 8100 7529 214 11 0 7434 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 41104

[startup+102.307 s]
/proc/loadavg: 1.83 1.56 1.74 3/180 28831
/proc/meminfo: memFree=4701032/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=38932 CPUtime=101.73 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 9203 0 12 0 10170 3 0 0 25 0 1 0 907543613 39866368 9150 33554432000 134512640 134556542 4290315632 18446744073709551615 134536856 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 9733 9150 214 11 0 9067 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 47636

[startup+162.3 s]
/proc/loadavg: 1.93 1.63 1.75 3/180 28832
/proc/meminfo: memFree=4689588/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=45208 CPUtime=161.72 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 10793 0 12 0 16169 3 0 0 25 0 1 0 907543613 46292992 10740 33554432000 134512640 134556542 4290315632 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 11302 10740 214 11 0 10636 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 53912

[startup+222.301 s]
/proc/loadavg: 1.97 1.70 1.77 3/180 28834
/proc/meminfo: memFree=4681240/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=49352 CPUtime=221.72 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 11855 0 12 0 22169 3 0 0 25 0 1 0 907543613 50536448 11802 33554432000 134512640 134556542 4290315632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 12338 11802 214 11 0 11672 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 58056

[startup+282.301 s]
/proc/loadavg: 1.99 1.75 1.78 3/180 28836
/proc/meminfo: memFree=4672148/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=54540 CPUtime=281.73 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 13098 0 12 0 28169 4 0 0 25 0 1 0 907543613 55848960 13045 33554432000 134512640 134556542 4290315632 18446744073709551615 134537601 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 13635 13045 214 11 0 12969 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 63244

[startup+342.3 s]
/proc/loadavg: 1.99 1.79 1.79 3/180 28837
/proc/meminfo: memFree=4664536/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=60264 CPUtime=341.72 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 14477 0 12 0 34168 4 0 0 25 0 1 0 907543613 61710336 14424 33554432000 134512640 134556542 4290315632 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 15066 14424 214 11 0 14400 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 68968

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

[startup+358.301 s]
/proc/loadavg: 1.99 1.80 1.79 3/180 28838
/proc/meminfo: memFree=4662792/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=60956 CPUtime=357.72 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 14659 0 12 0 35768 4 0 0 25 0 1 0 907543613 62418944 14606 33554432000 134512640 134556542 4290315632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 15239 14606 214 11 0 14573 0
Current children cumulated CPU time (s) 358.22
Current children cumulated vsize (KiB) 69660

[startup+383.907 s]
/proc/loadavg: 1.99 1.82 1.80 3/180 28881
/proc/meminfo: memFree=4732204/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=62836 CPUtime=383.33 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 15116 0 12 0 38329 4 0 0 25 0 1 0 907543613 64344064 15063 33554432000 134512640 134556542 4290315632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 15709 15063 214 11 0 15043 0
Current children cumulated CPU time (s) 383.83
Current children cumulated vsize (KiB) 71540

[startup+390.301 s]
/proc/loadavg: 1.99 1.82 1.80 3/180 28881
/proc/meminfo: memFree=4730288/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=63308 CPUtime=389.72 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 15229 0 12 0 38968 4 0 0 25 0 1 0 907543613 64827392 15176 33554432000 134512640 134556542 4290315632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 15827 15176 214 11 0 15161 0
Current children cumulated CPU time (s) 390.22
Current children cumulated vsize (KiB) 72012

[startup+393.5 s]
/proc/loadavg: 1.99 1.82 1.80 3/180 28882
/proc/meminfo: memFree=4728296/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=64372 CPUtime=392.92 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 15513 0 12 0 39288 4 0 0 25 0 1 0 907543613 65916928 15460 33554432000 134512640 134556542 4290315632 18446744073709551615 134529009 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 16093 15460 214 11 0 15427 0
Current children cumulated CPU time (s) 393.42
Current children cumulated vsize (KiB) 73076

[startup+396.701 s]
/proc/loadavg: 1.99 1.82 1.80 3/180 28882
/proc/meminfo: memFree=4728056/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=64656 CPUtime=396.12 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 15579 0 12 0 39608 4 0 0 25 0 1 0 907543613 66207744 15526 33554432000 134512640 134556542 4290315632 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 16164 15526 214 11 0 15498 0
Current children cumulated CPU time (s) 396.62
Current children cumulated vsize (KiB) 73360

[startup+398.301 s]
/proc/loadavg: 1.99 1.83 1.80 3/180 28882
/proc/meminfo: memFree=4726940/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=65284 CPUtime=397.73 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 15706 0 12 0 39768 5 0 0 25 0 1 0 907543613 66850816 15653 33554432000 134512640 134556542 4290315632 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 16321 15653 214 11 0 15655 0
Current children cumulated CPU time (s) 398.23
Current children cumulated vsize (KiB) 73988

[startup+399.1 s]
/proc/loadavg: 1.99 1.83 1.80 3/180 28882
/proc/meminfo: memFree=4726940/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=65568 CPUtime=398.53 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 15770 0 12 0 39848 5 0 0 25 0 1 0 907543613 67141632 15717 33554432000 134512640 134556542 4290315632 18446744073709551615 134551962 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 16392 15717 214 11 0 15726 0
Current children cumulated CPU time (s) 399.03
Current children cumulated vsize (KiB) 74272

[startup+399.5 s]
/proc/loadavg: 1.99 1.83 1.80 3/180 28882
/proc/meminfo: memFree=4726444/32951124 swapFree=67052292/67111528
[pid=28810] ppid=28808 vsize=8704 CPUtime=0.5 cores=0,2,4,6
/proc/28810/stat : 28810 (ebglucose.sh) S 28808 28810 28035 0 -1 4202496 381 7867 0 0 0 0 49 1 18 0 1 0 907543561 8912896 255 33554432000 4194304 4922060 140734751957072 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28810/statm: 2176 255 211 178 0 69 0
[pid=28826] ppid=28810 vsize=65568 CPUtime=398.93 cores=0,2,4,6
/proc/28826/stat : 28826 (ebglucose_stati) R 28810 28810 28035 0 -1 4202496 15770 0 12 0 39888 5 0 0 25 0 1 0 907543613 67141632 15717 33554432000 134512640 134556542 4290315632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 4
/proc/28826/statm: 16392 15717 214 11 0 15726 0
Current children cumulated CPU time (s) 399.43
Current children cumulated vsize (KiB) 74272

Child status: 20
Real time (s): 399.55
CPU time (s): 399.507
CPU user time (s): 399.43
CPU system time (s): 0.076988
CPU usage (%): 99.9892
Max. virtual memory (cumulated for all children) (KiB): 74272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.43
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24241
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50
involuntary context switches= 1274

runsolver used 0.714891 second user time and 1.43478 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 12:03:46
IDJOB=3498569
IDBENCH=20536
IDSOLVER=1992
FILE ID=node108/3498569-1307959426
RUNJOBID= node108-1307959426-28792
PBS_JOBID= 13559720
Free space on /var/tmp= 2876 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498569-1307959426/watcher-3498569-1307959426 -o /var/tmp/evaluation-result-3498569-1307959426/solver-3498569-1307959426 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498569-1307959426.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1729787750

node108.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.820
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.64
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4827128 kB
Buffers:        115896 kB
Cached:       27079844 kB
SwapCached:      23260 kB
Active:       11813416 kB
Inactive:     15415300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4827128 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           10912 kB
Writeback:           0 kB
AnonPages:       30956 kB
Mapped:           8720 kB
Slab:           828764 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190484 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= 2864 MiB
End job on node108 at 2011-06-13 12:10:26