Trace number 3280111

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 38.7981 38.8253

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5286
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

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.19	c ==============================================================================
0.00/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.19	c ==============================================================================
0.00/0.20	c |         0 |  473409  1087098 |  142022       0        0     nan |  0.000 % |
1.49/1.50	c |         0 |  185161   490718 |      --       0       --      -- |     --   | -159719/-304529
1.49/1.50	c ==============================================================================
1.49/1.50	c Result  :   #vars: 34133   #clauses: 185161   #literals: 490718
1.49/1.50	c CPU time:   1.45678 s
1.49/1.50	c ==============================================================================
1.58/1.61	c
1.58/1.61	c Starting glucose
1.58/1.61	c
1.58/1.61	
1.58/1.61	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.58/1.61	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.58/1.61	
1.58/1.61	c ============================[ Problem Statistics ]=============================
1.58/1.61	c |                                                                             |
1.58/1.61	c |  Number of variables:  34133                                                |
1.58/1.61	c |  Number of clauses:    185161                                               |
1.58/1.68	c |  Parsing time:         0.06         s                                       |
38.75/38.82	c restarts              : 99
38.75/38.82	c nb ReduceDB           : 4
38.75/38.82	c nb learnts DL2        : 600
38.75/38.82	c nb learnts size 2     : 327
38.75/38.82	c nb learnts size 1     : 110
38.75/38.82	c conflicts             : 103192         (2776 /sec)
38.75/38.82	c decisions             : 155135         (1.09 % random) (4174 /sec)
38.75/38.82	c propagations          : 97588678       (2625515 /sec)
38.75/38.82	c conflict literals     : 3963816        (46.58 % deleted)
38.75/38.82	c Memory used           : 23.19 MB
38.75/38.82	c CPU time              : 37.1693 s
38.75/38.82	
38.75/38.82	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-3280111-1303749423/watcher-3280111-1303749423 -o /tmp/evaluation-result-3280111-1303749423/solver-3280111-1303749423 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280111-1303749423.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.53 3.90 3.70 5/180 4068
/proc/meminfo: memFree=15879596/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=0 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 355 234 0 0 0 0 0 0 20 0 1 0 467357844 8912896 253 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 253 211 178 0 69 0

[startup+0.084977 s]
/proc/loadavg: 3.53 3.90 3.70 5/180 4068
/proc/meminfo: memFree=15879596/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=0 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 355 234 0 0 0 0 0 0 20 0 1 0 467357844 8912896 253 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100969 s]
/proc/loadavg: 3.53 3.90 3.70 5/180 4068
/proc/meminfo: memFree=15879596/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=0 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 355 234 0 0 0 0 0 0 20 0 1 0 467357844 8912896 253 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300933 s]
/proc/loadavg: 3.53 3.90 3.70 5/180 4068
/proc/meminfo: memFree=15879596/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=0 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 355 234 0 0 0 0 0 0 20 0 1 0 467357844 8912896 253 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700854 s]
/proc/loadavg: 3.53 3.90 3.70 5/180 4068
/proc/meminfo: memFree=15879596/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=0 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 355 234 0 0 0 0 0 0 20 0 1 0 467357844 8912896 253 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50068 s]
/proc/loadavg: 3.53 3.90 3.70 5/194 4095
/proc/meminfo: memFree=15513544/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=0 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 355 234 0 0 0 0 0 0 20 0 1 0 467357844 8912896 253 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 253 211 178 0 69 0
[pid=4070] ppid=4068 vsize=60640 CPUtime=1.49 cores=0,2
/proc/4070/stat : 4070 (SatELite_releas) R 4068 4068 3716 0 -1 4202496 20152 0 0 0 145 4 0 0 25 0 1 0 467357845 62095360 13654 33554432000 134512640 135144230 4290672288 18446744073709551615 134607058 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4070/statm: 15160 13662 78 155 0 15003 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69344

[startup+3.10035 s]
/proc/loadavg: 3.57 3.90 3.70 5/194 4096
/proc/meminfo: memFree=15417816/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=18228 CPUtime=1.47 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 3943 0 0 0 147 0 0 0 23 0 1 0 467358006 18665472 3879 33554432000 134512640 134556542 4294197808 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/4096/statm: 4557 3879 214 11 0 3891 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26932

[startup+6.30084 s]
/proc/loadavg: 3.57 3.90 3.70 5/194 4099
/proc/meminfo: memFree=15626196/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=20392 CPUtime=4.66 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 4493 0 0 0 465 1 0 0 25 0 1 0 467358006 20881408 4429 33554432000 134512640 134556542 4294197808 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5098 4429 214 11 0 4432 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 29096

[startup+12.7007 s]
/proc/loadavg: 3.64 3.91 3.70 5/194 4099
/proc/meminfo: memFree=15574768/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=21516 CPUtime=11.05 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 4753 0 0 0 1104 1 0 0 25 0 1 0 467358006 22032384 4689 33554432000 134512640 134556542 4294197808 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5379 4689 214 11 0 4713 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 30220

[startup+25.5003 s]
/proc/loadavg: 3.69 3.91 3.71 5/194 4100
/proc/meminfo: memFree=15547752/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=23028 CPUtime=23.85 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 5135 0 0 0 2384 1 0 0 25 0 1 0 467358006 23580672 5071 33554432000 134512640 134556542 4294197808 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5757 5071 214 11 0 5091 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 31732

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

[startup+31.9071 s]
/proc/loadavg: 3.74 3.91 3.71 5/194 4100
/proc/meminfo: memFree=15534440/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=23576 CPUtime=30.26 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 5264 0 0 0 3025 1 0 0 25 0 1 0 467358006 24141824 5200 33554432000 134512640 134556542 4294197808 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5894 5200 214 11 0 5228 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 32280

[startup+35.1005 s]
/proc/loadavg: 3.74 3.91 3.71 5/194 4100
/proc/meminfo: memFree=15532992/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=23576 CPUtime=33.46 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 5271 0 0 0 3345 1 0 0 25 0 1 0 467358006 24141824 5207 33554432000 134512640 134556542 4294197808 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5894 5207 214 11 0 5228 0
Current children cumulated CPU time (s) 35.06
Current children cumulated vsize (KiB) 32280

[startup+36.7003 s]
/proc/loadavg: 3.76 3.91 3.71 5/194 4100
/proc/meminfo: memFree=15532744/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=23576 CPUtime=35.05 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 5272 0 0 0 3504 1 0 0 25 0 1 0 467358006 24141824 5208 33554432000 134512640 134556542 4294197808 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5894 5208 214 11 0 5228 0
Current children cumulated CPU time (s) 36.65
Current children cumulated vsize (KiB) 32280

[startup+37.5011 s]
/proc/loadavg: 3.76 3.91 3.71 5/194 4100
/proc/meminfo: memFree=15532992/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=23576 CPUtime=35.85 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 5279 0 0 0 3584 1 0 0 25 0 1 0 467358006 24141824 5215 33554432000 134512640 134556542 4294197808 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5894 5215 214 11 0 5228 0
Current children cumulated CPU time (s) 37.45
Current children cumulated vsize (KiB) 32280

[startup+38.301 s]
/proc/loadavg: 3.76 3.91 3.71 5/194 4100
/proc/meminfo: memFree=15532992/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=23740 CPUtime=36.65 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 5315 0 0 0 3664 1 0 0 25 0 1 0 467358006 24309760 5251 33554432000 134512640 134556542 4294197808 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5935 5251 214 11 0 5269 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 32444

[startup+38.7009 s]
/proc/loadavg: 3.76 3.91 3.71 5/194 4100
/proc/meminfo: memFree=15532744/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=23740 CPUtime=37.05 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 5315 0 0 0 3704 1 0 0 25 0 1 0 467358006 24309760 5251 33554432000 134512640 134556542 4294197808 18446744073709551615 134531707 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5935 5251 214 11 0 5269 0
Current children cumulated CPU time (s) 38.65
Current children cumulated vsize (KiB) 32444

[startup+38.8009 s]
/proc/loadavg: 3.76 3.91 3.71 5/194 4100
/proc/meminfo: memFree=15532744/32951124 swapFree=67111528/67111528
[pid=4068] ppid=4066 vsize=8704 CPUtime=1.6 cores=0,2
/proc/4068/stat : 4068 (ebglucose.sh) S 4066 4068 3716 0 -1 4202496 380 20712 0 0 0 0 155 5 18 0 1 0 467357844 8912896 256 33554432000 4194304 4922060 140737016096912 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4068/statm: 2176 256 211 178 0 69 0
[pid=4096] ppid=4068 vsize=23740 CPUtime=37.15 cores=0,2
/proc/4096/stat : 4096 (ebglucose_stati) R 4068 4068 3716 0 -1 4202496 5315 0 0 0 3714 1 0 0 25 0 1 0 467358006 24309760 5251 33554432000 134512640 134556542 4294197808 18446744073709551615 134537037 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4096/statm: 5935 5251 214 11 0 5269 0
Current children cumulated CPU time (s) 38.75
Current children cumulated vsize (KiB) 32444

Child status: 20
Real time (s): 38.8253
CPU time (s): 38.7981
CPU user time (s): 38.7261
CPU system time (s): 0.071989
CPU usage (%): 99.9299
Max. virtual memory (cumulated for all children) (KiB): 72720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7261
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26631
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= 22
involuntary context switches= 152

runsolver used 0.068989 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 18:37:03
IDJOB=3280111
IDBENCH=20346
IDSOLVER=1652
FILE ID=node142/3280111-1303749423
RUNJOBID= node142-1303749423-4044
PBS_JOBID= 13154020
Free space on /tmp= 71320 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280111-1303749423/watcher-3280111-1303749423 -o /tmp/evaluation-result-3280111-1303749423/solver-3280111-1303749423 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280111-1303749423.cnf

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

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=304180322

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      15880116 kB
Buffers:       2072032 kB
Cached:       14351372 kB
SwapCached:          0 kB
Active:        6908548 kB
Inactive:      9590972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15880116 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           34768 kB
Writeback:           0 kB
AnonPages:       75608 kB
Mapped:          14388 kB
Slab:           507288 kB
PageTables:       5360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   197732 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= 71188 MiB
End job on node142 at 2011-04-25 18:37:43