Trace number 3498635

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 398.47 398.47

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.1726
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

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.26	c ==============================================================================
0.00/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.26	c ==============================================================================
0.00/0.26	c |         0 |  711049  2091629 |  213314       0        0     nan |  0.000 % |
1.09/1.13	c |         0 |  700461  2138957 |      --       0       --      -- |     --   | -10530/47459
1.09/1.13	c ==============================================================================
1.09/1.13	c Result  :   #vars: 21173   #clauses: 700461   #literals: 2138957
1.09/1.13	c CPU time:   1.09683 s
1.09/1.13	c ==============================================================================
1.39/1.48	c
1.39/1.48	c Starting glucose
1.39/1.48	c
1.39/1.49	
1.39/1.49	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.39/1.49	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.39/1.49	
1.39/1.49	c ============================[ Problem Statistics ]=============================
1.39/1.49	c |                                                                             |
1.39/1.49	c |  Number of variables:  21173                                                |
1.39/1.49	c |  Number of clauses:    700461                                               |
1.47/1.71	c |  Parsing time:         0.20         s                                       |
398.38/398.45	c restarts              : 2096
398.38/398.45	c nb ReduceDB           : 55
398.38/398.45	c nb learnts DL2        : 23945
398.38/398.45	c nb learnts size 2     : 10947
398.38/398.45	c nb learnts size 1     : 107
398.38/398.45	c conflicts             : 2634232        (6636 /sec)
398.38/398.45	c decisions             : 18975226       (0.98 % random) (47803 /sec)
398.38/398.45	c propagations          : 1648345113     (4152582 /sec)
398.38/398.45	c conflict literals     : 196151805      (47.11 % deleted)
398.38/398.45	c Memory used           : 83.45 MB
398.38/398.45	c CPU time              : 396.945 s
398.38/398.45	
398.38/398.46	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-3498635-1307962941/watcher-3498635-1307962941 -o /var/tmp/evaluation-result-3498635-1307962941/solver-3498635-1307962941 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498635-1307962941.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.79 1.27 1.09 2/178 31454
/proc/meminfo: memFree=10970092/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 986524767 8912896 253 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31454/statm: 2176 253 211 178 0 69 0

[startup+0.00981512 s]
/proc/loadavg: 1.79 1.27 1.09 2/178 31454
/proc/meminfo: memFree=10970092/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 986524767 8912896 253 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31454/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100839 s]
/proc/loadavg: 1.79 1.27 1.09 2/178 31454
/proc/meminfo: memFree=10970092/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 986524767 8912896 253 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31454/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.3008 s]
/proc/loadavg: 1.79 1.27 1.09 2/178 31454
/proc/meminfo: memFree=10970092/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 986524767 8912896 253 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31454/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700729 s]
/proc/loadavg: 1.79 1.27 1.09 2/178 31454
/proc/meminfo: memFree=10970092/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 986524767 8912896 253 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31454/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50054 s]
/proc/loadavg: 1.79 1.27 1.09 3/180 31457
/proc/meminfo: memFree=10916656/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8704

[startup+3.10029 s]
/proc/loadavg: 1.79 1.27 1.09 3/180 31458
/proc/meminfo: memFree=10911844/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=50696 CPUtime=1.6 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 11769 0 0 0 159 1 0 0 24 0 1 0 986524916 51912704 11707 33554432000 134512640 134556542 4290664112 18446744073709551615 5999713 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31458/statm: 12674 11707 213 11 0 12008 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 59400

[startup+6.30071 s]
/proc/loadavg: 1.81 1.28 1.10 3/180 31459
/proc/meminfo: memFree=10906136/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=55588 CPUtime=4.8 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 13006 0 0 0 479 1 0 0 25 0 1 0 986524916 56922112 12944 33554432000 134512640 134556542 4290664112 18446744073709551615 6002172 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31458/statm: 13897 12944 213 11 0 13231 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 64292

[startup+12.7005 s]
/proc/loadavg: 1.82 1.29 1.10 3/180 31459
/proc/meminfo: memFree=10897860/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=60264 CPUtime=11.21 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 14162 0 0 0 1119 2 0 0 25 0 1 0 986524916 61710336 14100 33554432000 134512640 134556542 4290664112 18446744073709551615 134529038 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31458/statm: 15066 14100 213 11 0 14400 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68968

[startup+25.5012 s]
/proc/loadavg: 1.86 1.33 1.12 3/180 31459
/proc/meminfo: memFree=10895216/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=62988 CPUtime=24.01 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 14845 0 0 0 2399 2 0 0 25 0 1 0 986524916 64499712 14783 33554432000 134512640 134556542 4290664112 18446744073709551615 134538007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31458/statm: 15747 14783 213 11 0 15081 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71692

[startup+51.1005 s]
/proc/loadavg: 1.91 1.38 1.14 3/180 31460
/proc/meminfo: memFree=10889444/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=66944 CPUtime=49.6 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 15811 0 0 0 4958 2 0 0 25 0 1 0 986524916 68550656 15749 33554432000 134512640 134556542 4290664112 18446744073709551615 134538005 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31458/statm: 16736 15749 213 11 0 16070 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 75648

[startup+102.306 s]
/proc/loadavg: 1.96 1.47 1.18 3/180 31461
/proc/meminfo: memFree=10880404/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=71244 CPUtime=100.8 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 16903 0 0 0 10078 2 0 0 25 0 1 0 986524916 72953856 16841 33554432000 134512640 134556542 4290664112 18446744073709551615 134529922 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31458/statm: 17811 16841 213 11 0 17145 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 79948

[startup+162.301 s]
/proc/loadavg: 1.98 1.57 1.23 3/180 31463
/proc/meminfo: memFree=10869800/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=76716 CPUtime=160.8 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 18241 0 0 0 16078 2 0 0 25 0 1 0 986524916 78557184 18179 33554432000 134512640 134556542 4290664112 18446744073709551615 134530147 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31458/statm: 19179 18179 213 11 0 18513 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 85420

[startup+222.301 s]
/proc/loadavg: 1.99 1.64 1.28 3/180 31464
/proc/meminfo: memFree=10864124/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=81208 CPUtime=220.8 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 19377 0 0 0 22078 2 0 0 25 0 1 0 986524916 83156992 19315 33554432000 134512640 134556542 4290664112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31458/statm: 20302 19315 213 11 0 19636 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 89912

[startup+282.301 s]
/proc/loadavg: 1.99 1.70 1.32 3/180 31466
/proc/meminfo: memFree=10861184/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=83072 CPUtime=280.8 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 19834 0 0 0 28078 2 0 0 25 0 1 0 986524916 85065728 19772 33554432000 134512640 134556542 4290664112 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 20768 19772 213 11 0 20102 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 91776

[startup+342.301 s]
/proc/loadavg: 1.99 1.76 1.36 3/180 31467
/proc/meminfo: memFree=10859608/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=84416 CPUtime=340.81 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20159 0 0 0 34078 3 0 0 25 0 1 0 986524916 86441984 20097 33554432000 134512640 134556542 4290664112 18446744073709551615 134538007 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21104 20097 213 11 0 20438 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 93120

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

[startup+358.3 s]
/proc/loadavg: 1.99 1.77 1.37 3/180 31468
/proc/meminfo: memFree=10859096/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=84900 CPUtime=356.81 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20220 0 0 0 35678 3 0 0 25 0 1 0 986524916 86937600 20158 33554432000 134512640 134556542 4290664112 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21225 20158 213 11 0 20559 0
Current children cumulated CPU time (s) 358.28
Current children cumulated vsize (KiB) 93604

[startup+383.907 s]
/proc/loadavg: 1.99 1.78 1.38 3/180 31469
/proc/meminfo: memFree=10858064/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=85296 CPUtime=382.42 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20333 0 0 0 38239 3 0 0 25 0 1 0 986524916 87343104 20271 33554432000 134512640 134556542 4290664112 18446744073709551615 134543344 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21324 20271 213 11 0 20658 0
Current children cumulated CPU time (s) 383.89
Current children cumulated vsize (KiB) 94000

[startup+390.3 s]
/proc/loadavg: 1.99 1.79 1.38 3/180 31469
/proc/meminfo: memFree=10857940/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=85296 CPUtime=388.81 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20334 0 0 0 38878 3 0 0 25 0 1 0 986524916 87343104 20272 33554432000 134512640 134556542 4290664112 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21324 20272 213 11 0 20658 0
Current children cumulated CPU time (s) 390.28
Current children cumulated vsize (KiB) 94000

[startup+393.501 s]
/proc/loadavg: 1.99 1.79 1.39 3/180 31469
/proc/meminfo: memFree=10857816/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=85296 CPUtime=392.01 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20334 0 0 0 39198 3 0 0 25 0 1 0 986524916 87343104 20272 33554432000 134512640 134556542 4290664112 18446744073709551615 134536909 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21324 20272 213 11 0 20658 0
Current children cumulated CPU time (s) 393.48
Current children cumulated vsize (KiB) 94000

[startup+396.7 s]
/proc/loadavg: 1.99 1.79 1.39 3/180 31469
/proc/meminfo: memFree=10857796/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=85296 CPUtime=395.21 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20335 0 0 0 39518 3 0 0 25 0 1 0 986524916 87343104 20273 33554432000 134512640 134556542 4290664112 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21324 20273 213 11 0 20658 0
Current children cumulated CPU time (s) 396.68
Current children cumulated vsize (KiB) 94000

[startup+397.501 s]
/proc/loadavg: 1.99 1.79 1.39 3/180 31469
/proc/meminfo: memFree=10857672/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=85444 CPUtime=396.01 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20345 0 0 0 39598 3 0 0 25 0 1 0 986524916 87494656 20283 33554432000 134512640 134556542 4290664112 18446744073709551615 134532132 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21361 20283 213 11 0 20695 0
Current children cumulated CPU time (s) 397.48
Current children cumulated vsize (KiB) 94148

[startup+397.901 s]
/proc/loadavg: 1.99 1.79 1.39 3/180 31469
/proc/meminfo: memFree=10857672/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=85444 CPUtime=396.41 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20348 0 0 0 39638 3 0 0 25 0 1 0 986524916 87494656 20286 33554432000 134512640 134556542 4290664112 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21361 20286 213 11 0 20695 0
Current children cumulated CPU time (s) 397.88
Current children cumulated vsize (KiB) 94148

[startup+398.301 s]
/proc/loadavg: 1.99 1.79 1.39 3/180 31469
/proc/meminfo: memFree=10857796/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=85444 CPUtime=396.81 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20348 0 0 0 39678 3 0 0 25 0 1 0 986524916 87494656 20286 33554432000 134512640 134556542 4290664112 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21361 20286 213 11 0 20695 0
Current children cumulated CPU time (s) 398.28
Current children cumulated vsize (KiB) 94148

[startup+398.401 s]
/proc/loadavg: 1.99 1.79 1.39 3/180 31469
/proc/meminfo: memFree=10857796/32951124 swapFree=67056304/67111528
[pid=31454] ppid=31452 vsize=8704 CPUtime=1.47 cores=1,3,5,7
/proc/31454/stat : 31454 (ebglucose.sh) S 31452 31454 30781 0 -1 4202496 382 17138 0 0 0 0 141 6 18 0 1 0 986524767 8912896 256 33554432000 4194304 4922060 140735877154160 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31454/statm: 2176 256 211 178 0 69 0
[pid=31458] ppid=31454 vsize=85444 CPUtime=396.91 cores=1,3,5,7
/proc/31458/stat : 31458 (ebglucose_stati) R 31454 31454 30781 0 -1 4202496 20348 0 0 0 39688 3 0 0 25 0 1 0 986524916 87494656 20286 33554432000 134512640 134556542 4290664112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31458/statm: 21361 20286 213 11 0 20695 0
Current children cumulated CPU time (s) 398.38
Current children cumulated vsize (KiB) 94148

Child status: 20
Real time (s): 398.47
CPU time (s): 398.47
CPU user time (s): 398.363
CPU system time (s): 0.106983
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 94148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 398.363
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38092
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= 45
involuntary context switches= 1059

runsolver used 0.615906 second user time and 1.38179 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-13 13:02:22
IDJOB=3498635
IDBENCH=71743
IDSOLVER=1992
FILE ID=node110/3498635-1307962941
RUNJOBID= node110-1307962848-31329
PBS_JOBID= 13559718
Free space on /var/tmp= 2868 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498635-1307962941/watcher-3498635-1307962941 -o /var/tmp/evaluation-result-3498635-1307962941/solver-3498635-1307962941 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498635-1307962941.cnf

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=878400974

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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:      10970264 kB
Buffers:        100900 kB
Cached:       21107808 kB
SwapCached:       9184 kB
Active:        5790580 kB
Inactive:     15466720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10970264 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           14148 kB
Writeback:         168 kB
AnonPages:       45980 kB
Mapped:          14156 kB
Slab:           659084 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236780 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 node110 at 2011-06-13 13:09:00