Trace number 3498567

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 306.454 306.45

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark168.225
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  146742   401064 |   44022       0        0     nan |  0.000 % |
0.00/0.37	c |         0 |  115375   420177 |      --       0       --      -- |     --   | -29465/24802
0.00/0.37	c ==============================================================================
0.00/0.37	c Result  :   #vars: 15837   #clauses: 115375   #literals: 420177
0.00/0.37	c CPU time:   0.353946 s
0.00/0.37	c ==============================================================================
0.00/0.45	c
0.00/0.45	c Starting glucose
0.00/0.45	c
0.00/0.45	
0.00/0.45	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.45	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.45	
0.00/0.45	c ============================[ Problem Statistics ]=============================
0.00/0.45	c |                                                                             |
0.00/0.45	c |  Number of variables:  15837                                                |
0.00/0.45	c |  Number of clauses:    115375                                               |
0.00/0.49	c |  Parsing time:         0.04         s                                       |
306.38/306.44	c restarts              : 3821
306.38/306.44	c nb ReduceDB           : 58
306.38/306.44	c nb learnts DL2        : 34012
306.38/306.44	c nb learnts size 2     : 8962
306.38/306.44	c nb learnts size 1     : 32
306.38/306.44	c conflicts             : 2885482        (9430 /sec)
306.38/306.44	c decisions             : 6762013        (1.20 % random) (22100 /sec)
306.38/306.44	c propagations          : 642976482      (2101392 /sec)
306.38/306.44	c conflict literals     : 87575768       (14.40 % deleted)
306.38/306.44	c Memory used           : 54.07 MB
306.38/306.44	c CPU time              : 305.976 s
306.38/306.44	
306.38/306.44	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 /tmp/evaluation-result-3498567-1308500393/watcher-3498567-1308500393 -o /tmp/evaluation-result-3498567-1308500393/solver-3498567-1308500393 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498567-1308500393.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: 1.84 1.97 1.98 2/174 17923
/proc/meminfo: memFree=27656536/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 961637336 8912896 253 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17923/statm: 2176 253 211 178 0 69 0

[startup+0.0619211 s]
/proc/loadavg: 1.84 1.97 1.98 2/174 17923
/proc/meminfo: memFree=27656536/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 961637336 8912896 253 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17923/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100914 s]
/proc/loadavg: 1.84 1.97 1.98 2/174 17923
/proc/meminfo: memFree=27656536/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 961637336 8912896 253 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17923/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300876 s]
/proc/loadavg: 1.84 1.97 1.98 2/174 17923
/proc/meminfo: memFree=27656536/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 961637336 8912896 253 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17923/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700818 s]
/proc/loadavg: 1.84 1.97 1.98 2/174 17923
/proc/meminfo: memFree=27656536/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8704

[startup+1.50066 s]
/proc/loadavg: 1.84 1.97 1.98 3/180 17939
/proc/meminfo: memFree=27594512/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=15352 CPUtime=1.04 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 3356 0 0 0 104 0 0 0 19 0 1 0 961637381 15720448 3292 33554432000 134512640 134556542 4292517376 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 3838 3293 214 11 0 3172 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24056

[startup+3.10037 s]
/proc/loadavg: 1.84 1.97 1.98 3/180 17939
/proc/meminfo: memFree=27466296/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=17500 CPUtime=2.64 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 3887 0 0 0 264 0 0 0 22 0 1 0 961637381 17920000 3823 33554432000 134512640 134556542 4292517376 18446744073709551615 134531707 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 4375 3823 214 11 0 3709 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26204

[startup+6.30079 s]
/proc/loadavg: 1.93 1.98 1.98 3/180 17939
/proc/meminfo: memFree=27432324/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=20964 CPUtime=5.84 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 4764 0 0 0 584 0 0 0 25 0 1 0 961637381 21467136 4700 33554432000 134512640 134556542 4292517376 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 5241 4700 214 11 0 4575 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29668

[startup+12.7006 s]
/proc/loadavg: 2.02 2.00 1.99 3/180 17940
/proc/meminfo: memFree=27515272/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=21308 CPUtime=12.24 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 4845 0 0 0 1224 0 0 0 25 0 1 0 961637381 21819392 4781 33554432000 134512640 134556542 4292517376 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 5327 4781 214 11 0 4661 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30012

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 1.99 3/180 17941
/proc/meminfo: memFree=27507408/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=24212 CPUtime=25.04 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 5563 0 0 0 2503 1 0 0 25 0 1 0 961637381 24793088 5499 33554432000 134512640 134556542 4292517376 18446744073709551615 134529905 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 6053 5499 214 11 0 5387 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32916

[startup+51.1007 s]
/proc/loadavg: 2.01 2.00 1.99 3/180 17941
/proc/meminfo: memFree=27494196/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=29764 CPUtime=50.64 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 6924 0 0 0 5063 1 0 0 25 0 1 0 961637381 30478336 6860 33554432000 134512640 134556542 4292517376 18446744073709551615 134537824 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 7441 6860 214 11 0 6775 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38468

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17943
/proc/meminfo: memFree=27472740/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=34304 CPUtime=101.85 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 8036 0 0 0 10184 1 0 0 25 0 1 0 961637381 35127296 7972 33554432000 134512640 134556542 4292517376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 8576 7972 214 11 0 7910 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 43008

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17944
/proc/meminfo: memFree=27460544/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=39632 CPUtime=161.84 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 9404 0 0 0 16183 1 0 0 25 0 1 0 961637381 40583168 9340 33554432000 134512640 134556542 4292517376 18446744073709551615 134537507 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 9908 9340 214 11 0 9242 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 48336

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17946
/proc/meminfo: memFree=27443876/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=46400 CPUtime=221.85 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 11007 0 0 0 22183 2 0 0 25 0 1 0 961637381 47513600 10943 33554432000 134512640 134556542 4292517376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 11600 10943 214 11 0 10934 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 55104

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17948
/proc/meminfo: memFree=27438628/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=51336 CPUtime=281.85 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 12263 0 0 0 28183 2 0 0 25 0 1 0 961637381 52568064 12199 33554432000 134512640 134556542 4292517376 18446744073709551615 134551962 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 12834 12199 214 11 0 12168 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 60040

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

[startup+294.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17948
/proc/meminfo: memFree=27437372/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=52896 CPUtime=293.85 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 12617 0 0 0 29383 2 0 0 25 0 1 0 961637381 54165504 12553 33554432000 134512640 134556542 4292517376 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 13224 12553 214 11 0 12558 0
Current children cumulated CPU time (s) 294.28
Current children cumulated vsize (KiB) 61600

[startup+300.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17948
/proc/meminfo: memFree=27436008/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=53844 CPUtime=300.25 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 12850 0 0 0 30023 2 0 0 25 0 1 0 961637381 55136256 12786 33554432000 134512640 134556542 4292517376 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 13461 12786 214 11 0 12795 0
Current children cumulated CPU time (s) 300.68
Current children cumulated vsize (KiB) 62548

[startup+303.901 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17948
/proc/meminfo: memFree=27435012/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=54932 CPUtime=303.45 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 13133 0 0 0 30343 2 0 0 25 0 1 0 961637381 56250368 13069 33554432000 134512640 134556542 4292517376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 13733 13069 214 11 0 13067 0
Current children cumulated CPU time (s) 303.88
Current children cumulated vsize (KiB) 63636

[startup+305.501 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17948
/proc/meminfo: memFree=27435012/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=54932 CPUtime=305.05 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 13151 0 0 0 30503 2 0 0 25 0 1 0 961637381 56250368 13087 33554432000 134512640 134556542 4292517376 18446744073709551615 134533082 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 13733 13087 214 11 0 13067 0
Current children cumulated CPU time (s) 305.48
Current children cumulated vsize (KiB) 63636

[startup+305.901 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17948
/proc/meminfo: memFree=27434764/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=55080 CPUtime=305.45 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 13169 0 0 0 30543 2 0 0 25 0 1 0 961637381 56401920 13105 33554432000 134512640 134556542 4292517376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 13770 13105 214 11 0 13104 0
Current children cumulated CPU time (s) 305.88
Current children cumulated vsize (KiB) 63784

[startup+306.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17948
/proc/meminfo: memFree=27434764/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=55220 CPUtime=305.85 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 13204 0 0 0 30583 2 0 0 25 0 1 0 961637381 56545280 13140 33554432000 134512640 134556542 4292517376 18446744073709551615 134543762 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 13805 13140 214 11 0 13139 0
Current children cumulated CPU time (s) 306.28
Current children cumulated vsize (KiB) 63924

[startup+306.4 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17948
/proc/meminfo: memFree=27434764/32951124 swapFree=67051740/67111528
[pid=17923] ppid=17921 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/17923/stat : 17923 (ebglucose.sh) S 17921 17923 17410 0 -1 4202496 380 6626 0 0 0 0 41 2 19 0 1 0 961637336 8912896 256 33554432000 4194304 4922060 140733341824000 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17923/statm: 2176 256 211 178 0 69 0
[pid=17927] ppid=17923 vsize=55364 CPUtime=305.95 cores=1,3,5,7
/proc/17927/stat : 17927 (ebglucose_stati) R 17923 17923 17410 0 -1 4202496 13225 0 0 0 30593 2 0 0 25 0 1 0 961637381 56692736 13161 33554432000 134512640 134556542 4292517376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17927/statm: 13841 13161 214 11 0 13175 0
Current children cumulated CPU time (s) 306.38
Current children cumulated vsize (KiB) 64068

Child status: 20
Real time (s): 306.45
CPU time (s): 306.454
CPU user time (s): 306.395
CPU system time (s): 0.058991
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 64068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 306.395
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20467
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= 58
involuntary context switches= 677

runsolver used 0.419936 second user time and 1.04384 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-19 18:19:54
IDJOB=3498567
IDBENCH=20523
IDSOLVER=1992
FILE ID=node138/3498567-1308500393
RUNJOBID= node138-1308500393-17906
PBS_JOBID= 13608168
Free space on /tmp= 73212 MiB

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

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=1934621753

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      27657204 kB
Buffers:        561728 kB
Cached:        4340772 kB
SwapCached:      13416 kB
Active:        1777212 kB
Inactive:      3147796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27657204 kB
SwapTotal:    67111528 kB
SwapFree:     67051740 kB
Dirty:            8596 kB
Writeback:           0 kB
AnonPages:       20004 kB
Mapped:           9044 kB
Slab:           303736 kB
PageTables:       4396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191280 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= 73160 MiB
End job on node138 at 2011-06-19 18:25:00