Trace number 3281123

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 308.344 308.349

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 benchmark185.162
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.38	c |         0 |  115375   420177 |      --       0       --      -- |     --   | -29465/24802
0.00/0.38	c ==============================================================================
0.00/0.38	c Result  :   #vars: 15837   #clauses: 115375   #literals: 420177
0.00/0.38	c CPU time:   0.367944 s
0.00/0.38	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.44/0.50	c |  Parsing time:         0.04         s                                       |
308.28/308.34	c restarts              : 3821
308.28/308.34	c nb ReduceDB           : 58
308.28/308.34	c nb learnts DL2        : 34012
308.28/308.34	c nb learnts size 2     : 8962
308.28/308.34	c nb learnts size 1     : 32
308.28/308.34	c conflicts             : 2885482        (9373 /sec)
308.28/308.34	c decisions             : 6762013        (1.20 % random) (21965 /sec)
308.28/308.34	c propagations          : 642976482      (2088568 /sec)
308.28/308.34	c conflict literals     : 87575768       (14.40 % deleted)
308.28/308.34	c Memory used           : 54.07 MB
308.28/308.34	c CPU time              : 307.855 s
308.28/308.34	
308.28/308.34	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3281123-1303750745/watcher-3281123-1303750745 -o /tmp/evaluation-result-3281123-1303750745/solver-3281123-1303750745 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3281123-1303750745.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.92 3.95 3.63 3/182 2900
/proc/meminfo: memFree=11791952/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) R 2898 2900 2377 0 -1 4202496 338 233 0 0 0 0 0 0 22 0 1 0 565305151 8912896 253 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880385429 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/2900/statm: 2176 253 211 178 0 69 0

[startup+0.033979 s]
/proc/loadavg: 3.92 3.95 3.63 3/182 2900
/proc/meminfo: memFree=11791952/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 565305151 8912896 253 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100965 s]
/proc/loadavg: 3.92 3.95 3.63 3/182 2900
/proc/meminfo: memFree=11791952/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 565305151 8912896 253 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300931 s]
/proc/loadavg: 3.92 3.95 3.63 3/182 2900
/proc/meminfo: memFree=11791952/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 565305151 8912896 253 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700783 s]
/proc/loadavg: 3.92 3.95 3.63 3/182 2900
/proc/meminfo: memFree=11791952/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 8704

[startup+1.50071 s]
/proc/loadavg: 3.92 3.95 3.63 3/182 2911
/proc/meminfo: memFree=11817232/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=15348 CPUtime=1.03 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 3350 0 0 0 103 0 0 0 23 0 1 0 565305196 15716352 3286 33554432000 134512640 134556542 4294314272 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 3837 3286 214 11 0 3171 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24052

[startup+3.10043 s]
/proc/loadavg: 3.92 3.95 3.63 3/182 2911
/proc/meminfo: memFree=11812892/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=17496 CPUtime=2.63 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 3887 0 0 0 263 0 0 0 25 0 1 0 565305196 17915904 3823 33554432000 134512640 134556542 4294314272 18446744073709551615 134528961 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 4374 3823 214 11 0 3708 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26200

[startup+6.30087 s]
/proc/loadavg: 3.85 3.94 3.63 3/180 2911
/proc/meminfo: memFree=11807740/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=20960 CPUtime=5.83 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 4764 0 0 0 583 0 0 0 25 0 1 0 565305196 21463040 4700 33554432000 134512640 134556542 4294314272 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 5240 4700 214 11 0 4574 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29664

[startup+12.7007 s]
/proc/loadavg: 3.70 3.91 3.62 3/180 2911
/proc/meminfo: memFree=11805236/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=21304 CPUtime=12.23 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 4845 0 0 0 1223 0 0 0 25 0 1 0 565305196 21815296 4781 33554432000 134512640 134556542 4294314272 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 5326 4781 214 11 0 4660 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30008

[startup+25.5004 s]
/proc/loadavg: 3.32 3.81 3.60 3/180 2911
/proc/meminfo: memFree=11799620/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=24208 CPUtime=25.04 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 5557 0 0 0 2503 1 0 0 25 0 1 0 565305196 24788992 5493 33554432000 134512640 134556542 4294314272 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 6052 5493 214 11 0 5386 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32912

[startup+51.1009 s]
/proc/loadavg: 2.87 3.67 3.55 3/180 2912
/proc/meminfo: memFree=11790236/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=29760 CPUtime=50.63 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 6924 0 0 0 5062 1 0 0 25 0 1 0 565305196 30474240 6860 33554432000 134512640 134556542 4294314272 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 7440 6860 214 11 0 6774 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38464

[startup+102.307 s]
/proc/loadavg: 2.38 3.41 3.47 3/180 2913
/proc/meminfo: memFree=11780164/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=34300 CPUtime=101.84 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 8036 0 0 0 10183 1 0 0 25 0 1 0 565305196 35123200 7972 33554432000 134512640 134556542 4294314272 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 8575 7972 214 11 0 7909 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 43004

[startup+162.301 s]
/proc/loadavg: 2.19 3.16 3.38 3/180 2924
/proc/meminfo: memFree=11768540/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=39628 CPUtime=161.84 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 9404 0 0 0 16182 2 0 0 25 0 1 0 565305196 40579072 9340 33554432000 134512640 134556542 4294314272 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 9907 9340 214 11 0 9241 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 48332

[startup+222.3 s]
/proc/loadavg: 2.07 2.95 3.29 3/180 2926
/proc/meminfo: memFree=11759296/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=45200 CPUtime=221.83 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 10704 0 0 0 22181 2 0 0 25 0 1 0 565305196 46284800 10640 33554432000 134512640 134556542 4294314272 18446744073709551615 134528163 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 11300 10640 214 11 0 10634 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 53904

[startup+282.301 s]
/proc/loadavg: 2.02 2.77 3.21 3/180 2927
/proc/meminfo: memFree=11746380/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=51060 CPUtime=281.83 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 12188 0 0 0 28181 2 0 0 25 0 1 0 565305196 52285440 12124 33554432000 134512640 134556542 4294314272 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 12765 12124 214 11 0 12099 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 59764

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

[startup+294.301 s]
/proc/loadavg: 2.02 2.73 3.19 3/180 2928
/proc/meminfo: memFree=11742908/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=52328 CPUtime=293.83 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 12497 0 0 0 29381 2 0 0 25 0 1 0 565305196 53583872 12433 33554432000 134512640 134556542 4294314272 18446744073709551615 134538007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 13082 12433 214 11 0 12416 0
Current children cumulated CPU time (s) 294.27
Current children cumulated vsize (KiB) 61032

[startup+300.701 s]
/proc/loadavg: 2.02 2.72 3.18 3/180 2928
/proc/meminfo: memFree=11741172/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=53708 CPUtime=300.24 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 12836 0 0 0 30021 3 0 0 25 0 1 0 565305196 54996992 12772 33554432000 134512640 134556542 4294314272 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 13427 12772 214 11 0 12761 0
Current children cumulated CPU time (s) 300.68
Current children cumulated vsize (KiB) 62412

[startup+303.901 s]
/proc/loadavg: 2.01 2.71 3.17 3/180 2962
/proc/meminfo: memFree=11664296/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=54928 CPUtime=303.44 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 13133 0 0 0 30341 3 0 0 25 0 1 0 565305196 56246272 13069 33554432000 134512640 134556542 4294314272 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 13732 13069 214 11 0 13066 0
Current children cumulated CPU time (s) 303.88
Current children cumulated vsize (KiB) 63632

[startup+305.501 s]
/proc/loadavg: 2.01 2.71 3.17 3/180 2962
/proc/meminfo: memFree=11653624/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=54928 CPUtime=305.04 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 13133 0 0 0 30501 3 0 0 25 0 1 0 565305196 56246272 13069 33554432000 134512640 134556542 4294314272 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 13732 13069 214 11 0 13066 0
Current children cumulated CPU time (s) 305.48
Current children cumulated vsize (KiB) 63632

[startup+307.1 s]
/proc/loadavg: 2.01 2.71 3.17 3/180 2963
/proc/meminfo: memFree=11697776/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=54928 CPUtime=306.64 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 13136 0 0 0 30661 3 0 0 25 0 1 0 565305196 56246272 13072 33554432000 134512640 134556542 4294314272 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 13732 13072 214 11 0 13066 0
Current children cumulated CPU time (s) 307.08
Current children cumulated vsize (KiB) 63632

[startup+307.9 s]
/proc/loadavg: 2.01 2.70 3.17 3/180 2963
/proc/meminfo: memFree=11697776/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=55076 CPUtime=307.44 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 13169 0 0 0 30741 3 0 0 25 0 1 0 565305196 56397824 13105 33554432000 134512640 134556542 4294314272 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 13769 13105 214 11 0 13103 0
Current children cumulated CPU time (s) 307.88
Current children cumulated vsize (KiB) 63780

[startup+308.301 s]
/proc/loadavg: 2.01 2.70 3.17 3/180 2963
/proc/meminfo: memFree=11697776/32950928 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8704 CPUtime=0.44 cores=5,7
/proc/2900/stat : 2900 (ebglucose.sh) S 2898 2900 2377 0 -1 4202496 380 6627 0 0 0 0 43 1 19 0 1 0 565305151 8912896 256 33554432000 4194304 4922060 140736570217808 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2900/statm: 2176 256 211 178 0 69 0
[pid=2911] ppid=2900 vsize=55360 CPUtime=307.84 cores=5,7
/proc/2911/stat : 2911 (ebglucose_stati) R 2900 2900 2377 0 -1 4202496 13225 0 0 0 30781 3 0 0 25 0 1 0 565305196 56688640 13161 33554432000 134512640 134556542 4294314272 18446744073709551615 134537466 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2911/statm: 13840 13161 214 11 0 13174 0
Current children cumulated CPU time (s) 308.28
Current children cumulated vsize (KiB) 64064

Child status: 20
Real time (s): 308.349
CPU time (s): 308.344
CPU user time (s): 308.29
CPU system time (s): 0.053991
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 64064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.29
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20466
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= 38
involuntary context switches= 811

runsolver used 0.513921 second user time and 1.16482 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 18:59:05
IDJOB=3281123
IDBENCH=20523
IDSOLVER=1652
FILE ID=node112/3281123-1303750745
RUNJOBID= node112-1303749441-2703
PBS_JOBID= 13154050
Free space on /tmp= 72628 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-3281123-1303750745/watcher-3281123-1303750745 -o /tmp/evaluation-result-3281123-1303750745/solver-3281123-1303750745 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3281123-1303750745.cnf

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=956192104

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11792356 kB
Buffers:       1969776 kB
Cached:       18551728 kB
SwapCached:          0 kB
Active:        9589500 kB
Inactive:     11023092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11792356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11324 kB
Writeback:           0 kB
AnonPages:       90304 kB
Mapped:          15080 kB
Slab:           481460 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   242816 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= 72620 MiB
End job on node112 at 2011-04-25 19:04:13