Trace number 3308358

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
SAT09 reference solver:LySAT i/2009-03-20UNSAT 15.0127 31.9204

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

Solver Data

0.00/0.00	c Parsing...
0.00/0.38	c ==============================================================================
0.00/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.38	c ==============================================================================
0.00/0.38	c |         0 |  905605  2447216 |  271681       0        0     nan |  0.000 % |
5.25/9.29	c |         0 |  651449  3266466 |      --       0       --      -- |     --   | -254156/819250
5.25/9.29	c ==============================================================================
5.25/9.29	c Result  :   #vars: 11109   #clauses: 651449   #literals: 3266466
5.25/9.29	c CPU time:   9.15061 s
5.25/9.29	c ==============================================================================
5.25/9.90	c lySAT 0.1
5.25/9.90	c minisat core +  additionnal features
5.25/9.90	c ============================[ Problem Statistics ]=============================
5.25/9.90	c |                                                                             |
5.25/9.90	c |  Number of variables:  11109                                                |
5.25/9.90	c |  Number of clauses:    651449                                               |
5.25/10.15	c |  Parsing time:         0.23         s                                       |
14.97/15.01	c restarts              : 317
14.97/15.01	c conflicts             : 27773          (5466 /sec)
14.97/15.01	c decisions             : 101612         (37.27 % random) (19998 /sec)
14.97/15.01	c euip                  : 2074        
14.97/15.01	c propagations          : 20770376       (4087669 /sec)
14.97/15.01	c conflict literals     : 401496         (34.11 % deleted)
14.97/15.01	c Memory used           : 46.13 MB
14.97/15.01	c CPU time              : 5.08123 s
14.97/15.01	c 
14.97/15.01	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-3308358-1303983199/watcher-3308358-1303983199 -o /tmp/evaluation-result-3308358-1303983199/solver-3308358-1303983199 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308358-1303983199.cnf i 

running on 2 cores: 4,6

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: 0.00 0.00 0.00 3/179 30871
/proc/meminfo: memFree=16921304/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8700 CPUtime=0 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 509919677 8908800 250 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2175 250 209 178 0 68 0
[pid=30871] ppid=30870 vsize=104912 CPUtime=1.06 cores=4,6
/proc/30871/stat : 30871 (SatElite) R 30870 30870 30829 0 -1 4202496 22584 0 0 0 99 7 0 0 25 0 1 0 509919677 107429888 22204 33554432000 134512640 135034092 4292958048 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30871/statm: 26228 22204 68 128 0 26098 0

[startup+1.14808 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 30871
/proc/meminfo: memFree=16921304/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8700 CPUtime=0 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 509919677 8908800 250 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2175 250 209 178 0 68 0
[pid=30871] ppid=30870 vsize=105440 CPUtime=1.13 cores=4,6
/proc/30871/stat : 30871 (SatElite) R 30870 30870 30829 0 -1 4202496 22664 0 0 0 106 7 0 0 25 0 1 0 509919677 107970560 22284 33554432000 134512640 135034092 4292958048 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30871/statm: 26360 22284 68 128 0 26230 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 114140

[startup+1.20107 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 30871
/proc/meminfo: memFree=16921304/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8700 CPUtime=0 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 509919677 8908800 250 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2175 250 209 178 0 68 0
[pid=30871] ppid=30870 vsize=105572 CPUtime=1.19 cores=4,6
/proc/30871/stat : 30871 (SatElite) R 30870 30870 30829 0 -1 4202496 22722 0 0 0 112 7 0 0 25 0 1 0 509919677 108105728 22342 33554432000 134512640 135034092 4292958048 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30871/statm: 26393 22342 68 128 0 26263 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 114272

[startup+1.30104 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 30871
/proc/meminfo: memFree=16921304/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8700 CPUtime=0 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 509919677 8908800 250 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2175 250 209 178 0 68 0
[pid=30871] ppid=30870 vsize=105968 CPUtime=1.28 cores=4,6
/proc/30871/stat : 30871 (SatElite) R 30870 30870 30829 0 -1 4202496 22813 0 0 0 121 7 0 0 25 0 1 0 509919677 108511232 22433 33554432000 134512640 135034092 4292958048 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30871/statm: 26492 22433 68 128 0 26362 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 114668

[startup+1.40104 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 30871
/proc/meminfo: memFree=16921304/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8700 CPUtime=0 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 509919677 8908800 250 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2175 250 209 178 0 68 0
[pid=30871] ppid=30870 vsize=106232 CPUtime=1.38 cores=4,6
/proc/30871/stat : 30871 (SatElite) R 30870 30870 30829 0 -1 4202496 22915 0 0 0 131 7 0 0 25 0 1 0 509919677 108781568 22535 33554432000 134512640 135034092 4292958048 18446744073709551615 134560575 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30871/statm: 26558 22535 68 128 0 26428 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 114932

[startup+1.50101 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 30871
/proc/meminfo: memFree=16921304/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8700 CPUtime=0 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 509919677 8908800 250 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2175 250 209 178 0 68 0
[pid=30871] ppid=30870 vsize=106636 CPUtime=1.48 cores=4,6
/proc/30871/stat : 30871 (SatElite) R 30870 30870 30829 0 -1 4202496 23021 0 0 0 141 7 0 0 25 0 1 0 509919677 109195264 22641 33554432000 134512640 135034092 4292958048 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30871/statm: 26659 22641 68 128 0 26529 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 115336

[startup+3.10073 s]
/proc/loadavg: 0.00 0.00 0.00 5/192 30896
/proc/meminfo: memFree=16697824/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8700 CPUtime=0 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 509919677 8908800 250 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2175 250 209 178 0 68 0
[pid=30871] ppid=30870 vsize=111952 CPUtime=3.08 cores=4,6
/proc/30871/stat : 30871 (SatElite) R 30870 30870 30829 0 -1 4202496 24186 0 0 0 300 8 0 0 25 0 1 0 509919677 114638848 23806 33554432000 134512640 135034092 4292958048 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30871/statm: 27988 23806 68 128 0 27858 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 120652

[startup+14.9907 s]
/proc/loadavg: 0.32 0.07 0.02 5/192 30896
/proc/meminfo: memFree=16628316/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8700 CPUtime=9.88 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 356 32921 0 0 0 0 972 16 18 0 1 0 509919677 8908800 252 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+15.0067 s]
/proc/loadavg: 1.89 0.41 0.13 5/192 30898
/proc/meminfo: memFree=16782744/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8700 CPUtime=9.88 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 356 32921 0 0 0 0 972 16 18 0 1 0 509919677 8908800 252 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2175 252 209 178 0 68 0
[pid=30897] ppid=30870 vsize=47236 CPUtime=5.09 cores=4,6
/proc/30897/stat : 30897 (LySATi) R 30870 30870 30829 0 -1 4202496 11626 0 0 0 507 2 0 0 25 0 1 0 509920667 48369664 11581 33554432000 134512640 135226915 4291087104 18446744073709551615 134539990 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30897/statm: 11809 11581 81 175 0 11632 0
Current children cumulated CPU time (s) 14.97
Current children cumulated vsize (KiB) 55936

[startup+25.501 s]
/proc/loadavg: 2.90 0.68 0.22 4/192 30900
/proc/meminfo: memFree=16810964/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8704 CPUtime=14.99 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 386 44554 0 0 0 0 1480 19 18 0 1 0 509919677 8912896 258 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2176 258 213 178 0 69 0
[pid=30899] ppid=30870 vsize=3812 CPUtime=0 cores=4,6
/proc/30899/stat : 30899 (rm) D 30870 30870 30829 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 509921179 3903488 107 33554432000 4194304 4231740 140734513575376 18446744073709551615 210647152183 0 0 4096 0 18446744071562154983 0 0 17 6 0 0 44
/proc/30899/statm: 953 107 88 10 0 62 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 12516
heavy processes:

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

[startup+27.5006 s]
/proc/loadavg: 2.90 0.68 0.22 5/192 30900
/proc/meminfo: memFree=16832416/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8704 CPUtime=14.99 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 386 44554 0 0 0 0 1480 19 18 0 1 0 509919677 8912896 258 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2176 258 213 178 0 69 0
[pid=30899] ppid=30870 vsize=3812 CPUtime=0 cores=4,6
/proc/30899/stat : 30899 (rm) D 30870 30870 30829 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 509921179 3903488 107 33554432000 4194304 4231740 140734513575376 18446744073709551615 210647152183 0 0 4096 0 18446744071562154983 0 0 17 6 0 0 188
/proc/30899/statm: 953 107 88 10 0 62 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 12516

[startup+29.1003 s]
/proc/loadavg: 3.39 0.81 0.27 5/192 30900
/proc/meminfo: memFree=16832664/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8704 CPUtime=14.99 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 386 44554 0 0 0 0 1480 19 18 0 1 0 509919677 8912896 258 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2176 258 213 178 0 69 0
[pid=30899] ppid=30870 vsize=3812 CPUtime=0 cores=4,6
/proc/30899/stat : 30899 (rm) D 30870 30870 30829 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 509921179 3903488 107 33554432000 4194304 4231740 140734513575376 18446744073709551615 210647152183 0 0 4096 0 18446744071562154983 0 0 17 6 0 0 416
/proc/30899/statm: 953 107 88 10 0 62 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 12516

[startup+30.7011 s]
/proc/loadavg: 3.39 0.81 0.27 4/192 30900
/proc/meminfo: memFree=16832044/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8704 CPUtime=14.99 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 386 44554 0 0 0 0 1480 19 18 0 1 0 509919677 8912896 258 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2176 258 213 178 0 69 0
[pid=30899] ppid=30870 vsize=3812 CPUtime=0 cores=4,6
/proc/30899/stat : 30899 (rm) D 30870 30870 30829 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 509921179 3903488 107 33554432000 4194304 4231740 140734513575376 18446744073709551615 210647152183 0 0 4096 0 18446744071562154983 0 0 17 6 0 0 569
/proc/30899/statm: 953 107 88 10 0 62 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 12516

[startup+31.501 s]
/proc/loadavg: 3.39 0.81 0.27 4/192 30900
/proc/meminfo: memFree=16832304/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8704 CPUtime=14.99 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 386 44554 0 0 0 0 1480 19 18 0 1 0 509919677 8912896 258 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2176 258 213 178 0 69 0
[pid=30899] ppid=30870 vsize=3812 CPUtime=0 cores=4,6
/proc/30899/stat : 30899 (rm) D 30870 30870 30829 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 509921179 3903488 107 33554432000 4194304 4231740 140734513575376 18446744073709551615 210647152183 0 0 4096 0 18446744071562154983 0 0 17 6 0 0 614
/proc/30899/statm: 953 107 88 10 0 62 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 12516

[startup+31.9009 s]
/proc/loadavg: 3.39 0.81 0.27 4/192 30900
/proc/meminfo: memFree=16832304/32951132 swapFree=67111524/67111528
[pid=30870] ppid=30868 vsize=8704 CPUtime=14.99 cores=4,6
/proc/30870/stat : 30870 (lysat.sh) S 30868 30870 30829 0 -1 4202496 386 44554 0 0 0 0 1480 19 18 0 1 0 509919677 8912896 258 33554432000 4194304 4922060 140733520667760 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30870/statm: 2176 258 213 178 0 69 0
[pid=30899] ppid=30870 vsize=3812 CPUtime=0 cores=4,6
/proc/30899/stat : 30899 (rm) D 30870 30870 30829 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 509921179 3903488 107 33554432000 4194304 4231740 140734513575376 18446744073709551615 210647152183 0 0 4096 0 18446744071562154983 0 0 17 6 0 0 690
/proc/30899/statm: 953 107 88 10 0 62 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 12516

Child status: 20
Real time (s): 31.9204
CPU time (s): 15.0127
CPU user time (s): 14.8057
CPU system time (s): 0.206968
CPU usage (%): 47.0317
Max. virtual memory (cumulated for all children) (KiB): 139456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8057
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45122
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= 32
involuntary context switches= 155

runsolver used 1.3308 second user time and 3.48347 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-28 11:33:20
IDJOB=3308358
IDBENCH=20431
IDSOLVER=1692
FILE ID=node129/3308358-1303983199
RUNJOBID= node129-1303983198-30848
PBS_JOBID= 13168697
Free space on /tmp= 66324 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308358-1303983199/watcher-3308358-1303983199 -o /tmp/evaluation-result-3308358-1303983199/solver-3308358-1303983199 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308358-1303983199.cnf i

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=775954478

node129.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.831
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.831
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.831
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.831
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.831
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.74
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.831
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.831
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.831
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:     32951132 kB
MemFree:      17010120 kB
Buffers:       1268792 kB
Cached:       13897508 kB
SwapCached:          4 kB
Active:        3775248 kB
Inactive:     11499192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17010120 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           48176 kB
Writeback:           0 kB
AnonPages:      107648 kB
Mapped:          15168 kB
Slab:           602976 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   262740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node129 at 2011-04-28 11:33:53