Trace number 3369615

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
CryptoMiniSat Strange-Night-1-mt (fixed)UNSAT 63.7883 16.2131

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-4.025-NOTKNOWN.cnf
MD5SUM7a66f04f295b538081ccaebd0fd7d9b2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.59085
Satisfiable
(Un)Satisfiability was proved
Number of variables281936
Number of clauses2464339
Sum of the clauses size5907714
Maximum clause length770
Minimum clause length1
Number of clauses of size 1864
Number of clauses of size 22420825
Number of clauses of size 30
Number of clauses of size 4200
Number of clauses of size 51200
Number of clauses of size over 541250

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369615-1305393866.cnf'
0.00/0.01	c -- header says num vars:         281936
0.00/0.01	c -- header says num clauses:     2464339
2.38/0.72	c -- clauses added:            0 learnts,      2464339 normals,            0 xors
2.38/0.72	c -- vars added     281936
2.38/0.72	c Parsing time:  1.98 s
2.38/0.72	c  N st     0         0    281936     31087   1758057         0   4261463         0   no data   no data  --
4.35/1.21	c asymm  cl-useful: 7/230/30512 lits-rem:190 time: 1.91
33.14/8.45	c Flit:    28 Blit:  15040 bXBeca:    0 bXProp:   72 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T: 28.73
33.14/8.48	c Cleaning up after failed var search:     0.11 s 
33.48/8.54	c Replacing       72 vars Replaced     1916 lits Time:     0.23 s 
34.68/8.84	c bin-w-bin subsume rem          381 bins  time:  0.78 s
39.86/10.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.19 s
53.42/13.57	c Subs w/ non-existent bins:      0 l-rem:    228 v-fix:  1387 done:  12361 time: 13.64 s
54.22/13.73	c Removed useless bin:     292  fixed:     0  props:  20.14M  time:  0.64 s
61.79/15.60	c lits-rem:         0  cl-subs:        7  v-elim:   2695  v-fix:    0  time:  7.44 s
61.79/15.63	c Finding binary XORs  T:     0.14 s  found:     432
61.79/15.68	c Replacing      432 vars Replaced    54403 lits Time:     0.21 s 
62.19/15.76	c Finding non-binary XORs:     0.12 s (found:       0, avg size: nan)
62.19/15.76	c Calc default polars -  time:   0.09 s pos:    1385 undec:  110352 neg:  170199
62.19/15.76	c =========================================================================================
62.19/15.76	c types(t): F = full restart, N = normal restart
62.19/15.76	c types(t): S = simplification begin/end, E = solution found
62.19/15.76	c restart types(rt): st = static, dy = dynamic
62.19/15.76	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
62.19/15.76	c  B st     0         0    171585     32753   1509253         0   3701649         0   no data   no data  --
63.60/16.18	c Following stats are for *FIRST FINISHED THREAD ONLY*
63.60/16.18	c num threads              : 4          
63.60/16.18	c restarts                 : 4          
63.60/16.18	c dynamic restarts         : 4          
63.60/16.18	c static restarts          : 0          
63.60/16.18	c full restarts            : 0          
63.60/16.18	c total simplify time      : 0.52       
63.60/16.18	c learnts DL2              : 0          
63.60/16.18	c learnts size 2           : 1758281    
63.60/16.18	c learnts size 1           : 185832      (65.91     % of vars)
63.60/16.18	c filedLit time            : 0.00        (0.00      % time)
63.60/16.18	c v-elim SatELite          : 0           (0.00      % vars)
63.60/16.18	c SatELite time            : 0.00        (0.00      % time)
63.60/16.18	c v-elim xor               : 0           (0.00      % vars)
63.60/16.18	c xor elim time            : 0.00        (0.00      % time)
63.60/16.18	c num binary xor trees     : 442        
63.60/16.18	c binxor trees' crown      : 449         (1.02      leafs/tree)
63.60/16.18	c bin xor find time        : 0.17       
63.60/16.18	c OTF clause improved      : 18          (0.01      clauses/conflict)
63.60/16.18	c OTF impr. size diff      : 21          (1.17       lits/clause)
63.60/16.18	c OTF cl watch-shrink      : 925         (0.66      clauses/conflict)
63.60/16.18	c OTF cl watch-sh-lit      : 270636      (292.58     lits/clause)
63.60/16.18	c tried to recurMin cls    : 1172        (83.65      % of conflicts)
63.60/16.18	c updated cache            : 6852        (5.85       lits/tried recurMin)
63.60/16.18	c unit cls received        : 0           (0.00      % of units)
63.60/16.18	c unit cls sent            : 0           (0.00      % of units)
63.60/16.18	c bin cls received         : 0          
63.60/16.18	c bin cls sent             : 0          
63.60/16.18	c clauses over max glue    : 0           (0.00      % of all clauses)
63.60/16.18	c conflicts                : 1401        (22.17     / sec)
63.60/16.18	c decisions                : 24605       (1.23      % random)
63.60/16.18	c bogo-props               : 158479277   (2508163.15 / sec)
63.60/16.18	c conflict literals        : 2090337     (31.83     % deleted)
63.60/16.18	c Memory used              : 894.70      MB
63.60/16.18	c single-thread CPU time   : 63.19       s
63.60/16.18	c all-threads sum CPU time : 63.19       s
63.60/16.18	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: 961)

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-3369615-1305393866/watcher-3369615-1305393866 -o /tmp/evaluation-result-3369615-1305393866/solver-3369615-1305393866 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369615-1305393866.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.48 7.98 7.97 3/361 31886
/proc/meminfo: memFree=20990508/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) R 31884 31886 31462 0 -1 4202496 413 0 0 0 2 0 0 0 22 0 4 0 631802313 52465664 353 33554432000 4194304 4650419 140735741140480 18446744073709551615 47701285722034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31886/statm: 12809 353 303 112 0 7774 0
[pid=31886/tid=31887] ppid=31884 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 631802313 52465664 353 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726461425 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 631802313 52465664 353 33554432000 4194304 4650419 140735741140480 18446744073709551615 47701285722024 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 631802313 52465664 353 33554432000 4194304 4650419 140735741140480 18446744073709551615 47701285722034 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0734601 s]
/proc/loadavg: 7.48 7.98 7.97 3/361 31886
/proc/meminfo: memFree=20990508/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=316276 CPUtime=0.25 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) S 31884 31886 31462 0 -1 4202496 16763 0 0 0 22 3 0 0 18 0 4 0 631802313 323866624 12556 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726510062 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 79069 12599 345 112 0 74034 0
[pid=31886/tid=31887] ppid=31884 vsize=316276 CPUtime=0.05 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 4155 0 0 0 5 0 0 0 18 0 4 0 631802313 323866624 12620 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726102208 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=316276 CPUtime=0.05 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 3592 0 0 0 5 0 0 0 18 0 4 0 631802313 323866624 12642 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726102216 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=316276 CPUtime=0.06 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 4313 0 0 0 6 0 0 0 18 0 4 0 631802313 323866624 12665 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726102135 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 316276

[startup+0.110243 s]
/proc/loadavg: 7.48 7.98 7.97 3/361 31886
/proc/meminfo: memFree=20990508/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=323716 CPUtime=0.39 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) S 31884 31886 31462 0 -1 4202496 21549 0 0 0 35 4 0 0 18 0 4 0 631802313 331485184 17302 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726510062 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 80929 17315 345 112 0 75894 0
[pid=31886/tid=31887] ppid=31884 vsize=323716 CPUtime=0.08 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 5368 0 0 0 8 0 0 0 18 0 4 0 631802313 331485184 17322 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726102465 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=323716 CPUtime=0.09 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 4557 0 0 0 8 1 0 0 18 0 4 0 631802313 331485184 17329 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726102112 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=323716 CPUtime=0.09 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 5593 0 0 0 9 0 0 0 18 0 4 0 631802313 331485184 17342 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726102384 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 323716

[startup+0.300788 s]
/proc/loadavg: 7.48 7.98 7.97 3/361 31886
/proc/meminfo: memFree=20990508/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=424128 CPUtime=1.08 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) D 31884 31886 31462 0 -1 4202496 64092 0 0 0 91 17 0 0 18 0 4 0 631802313 434307072 46940 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726448311 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 106032 48084 345 112 0 100997 0
[pid=31886/tid=31887] ppid=31884 vsize=424128 CPUtime=0.27 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 16539 0 0 0 23 4 0 0 18 0 4 0 631802313 434307072 50504 33554432000 4194304 4650419 140735741140480 18446744073709551615 4319147 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=431416 CPUtime=0.29 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 16272 0 0 0 25 4 0 0 18 0 4 0 631802313 441769984 53227 33554432000 4194304 4650419 140735741140480 18446744073709551615 4305773 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=431416 CPUtime=0.29 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) D 31884 31886 31462 0 -1 4202560 17460 0 0 0 25 4 0 0 18 0 4 0 631802313 441769984 53414 33554432000 4194304 4650419 140735741140480 18446744073709551615 4317116 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 424128

[startup+0.701159 s]
/proc/loadavg: 7.48 7.98 7.97 3/361 31886
/proc/meminfo: memFree=20990508/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=715516 CPUtime=2.38 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) R 31884 31886 31462 0 -1 4202496 143156 0 0 0 192 46 0 0 18 0 4 0 631802313 732688384 108639 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726448311 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 178879 108642 345 112 0 173844 0
[pid=31886/tid=31887] ppid=31884 vsize=715516 CPUtime=0.57 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 33487 0 0 0 48 9 0 0 18 0 4 0 631802313 732688384 108643 33554432000 4194304 4650419 140735741140480 18446744073709551615 4373896 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=715516 CPUtime=0.59 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 34250 0 0 0 50 9 0 0 18 0 4 0 631802313 732688384 108645 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726065861 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=715516 CPUtime=0.59 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 35367 0 0 0 48 11 0 0 18 0 4 0 631802313 732688384 108646 33554432000 4194304 4650419 140735741140480 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 715516

[startup+1.50096 s]
/proc/loadavg: 7.48 7.98 7.97 6/365 31890
/proc/meminfo: memFree=20497180/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=779796 CPUtime=5.55 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) R 31884 31886 31462 0 -1 4202496 156364 0 0 0 506 49 0 0 19 0 4 0 631802313 798511104 118947 33554432000 4194304 4650419 140735741140480 18446744073709551615 4369397 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 194949 118947 373 112 0 189914 0
[pid=31886/tid=31887] ppid=31884 vsize=779796 CPUtime=1.37 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 36942 0 0 0 127 10 0 0 19 0 4 0 631802313 798511104 118947 33554432000 4194304 4650419 140735741140480 18446744073709551615 4369024 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=779796 CPUtime=1.39 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 38119 0 0 0 129 10 0 0 18 0 4 0 631802313 798511104 118947 33554432000 4194304 4650419 140735741140480 18446744073709551615 4369075 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=779796 CPUtime=1.38 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 36994 0 0 0 127 11 0 0 18 0 4 0 631802313 798511104 118947 33554432000 4194304 4650419 140735741140480 18446744073709551615 4315286 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 779796

[startup+3.10066 s]
/proc/loadavg: 7.52 7.98 7.97 6/365 31890
/proc/meminfo: memFree=20392176/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=779796 CPUtime=11.94 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) R 31884 31886 31462 0 -1 4202496 156796 0 0 0 1145 49 0 0 22 0 4 0 631802313 798511104 119379 33554432000 4194304 4650419 140735741140480 18446744073709551615 4370329 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 194949 119379 373 112 0 189914 0
[pid=31886/tid=31887] ppid=31884 vsize=779796 CPUtime=2.97 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 36979 0 0 0 287 10 0 0 22 0 4 0 631802313 798511104 119379 33554432000 4194304 4650419 140735741140480 18446744073709551615 4370888 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=779796 CPUtime=2.99 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 38188 0 0 0 289 10 0 0 21 0 4 0 631802313 798511104 119379 33554432000 4194304 4650419 140735741140480 18446744073709551615 4369376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=779796 CPUtime=2.98 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 37284 0 0 0 287 11 0 0 22 0 4 0 631802313 798511104 119379 33554432000 4194304 4650419 140735741140480 18446744073709551615 4315256 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 779796

[startup+6.30106 s]
/proc/loadavg: 7.52 7.98 7.97 9/371 31899
/proc/meminfo: memFree=19941680/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=779796 CPUtime=24.71 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) R 31884 31886 31462 0 -1 4202496 158827 0 0 0 2421 50 0 0 25 0 4 0 631802313 798511104 121409 33554432000 4194304 4650419 140735741140480 18446744073709551615 4369394 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 194949 121409 373 112 0 189914 0
[pid=31886/tid=31887] ppid=31884 vsize=779796 CPUtime=6.17 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 37202 0 0 0 607 10 0 0 25 0 4 0 631802313 798511104 121409 33554432000 4194304 4650419 140735741140480 18446744073709551615 4370329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=779796 CPUtime=6.19 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 38429 0 0 0 609 10 0 0 25 0 4 0 631802313 798511104 121409 33554432000 4194304 4650419 140735741140480 18446744073709551615 4245015 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=779796 CPUtime=6.18 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 38829 0 0 0 607 11 0 0 25 0 4 0 631802313 798511104 121409 33554432000 4194304 4650419 140735741140480 18446744073709551615 4364883 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 779796

[startup+12.7009 s]
/proc/loadavg: 7.74 8.01 7.98 9/371 31899
/proc/meminfo: memFree=18537144/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=915636 CPUtime=50.27 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) R 31884 31886 31462 0 -1 4202496 189157 0 0 0 4970 57 0 0 25 0 4 0 631802313 937611264 151738 33554432000 4194304 4650419 140735741140480 18446744073709551615 4550205 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 228909 151738 385 112 0 223874 0
[pid=31886/tid=31887] ppid=31884 vsize=915636 CPUtime=12.58 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 45979 0 0 0 1246 12 0 0 22 0 4 0 631802313 937611264 151738 33554432000 4194304 4650419 140735741140480 18446744073709551615 4550126 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=915636 CPUtime=12.6 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 47739 0 0 0 1249 11 0 0 22 0 4 0 631802313 937611264 151738 33554432000 4194304 4650419 140735741140480 18446744073709551615 4550512 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=915636 CPUtime=12.6 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 41752 0 0 0 1246 14 0 0 25 0 4 0 631802313 937611264 151738 33554432000 4194304 4650419 140735741140480 18446744073709551615 47701285697067 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 915636

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

[startup+13.4007 s]
/proc/loadavg: 7.74 8.01 7.98 9/371 31899
/proc/meminfo: memFree=18537144/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=915636 CPUtime=53.02 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) R 31884 31886 31462 0 -1 4202496 189157 0 0 0 5245 57 0 0 25 0 4 0 631802313 937611264 151738 33554432000 4194304 4650419 140735741140480 18446744073709551615 4550189 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 228909 151738 385 112 0 223874 0
[pid=31886/tid=31887] ppid=31884 vsize=915636 CPUtime=13.27 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 45979 0 0 0 1315 12 0 0 25 0 4 0 631802313 937611264 151738 33554432000 4194304 4650419 140735741140480 18446744073709551615 4550167 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=915636 CPUtime=13.29 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 47739 0 0 0 1318 11 0 0 25 0 4 0 631802313 937611264 151738 33554432000 4194304 4650419 140735741140480 18446744073709551615 4550155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=915636 CPUtime=13.29 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 41752 0 0 0 1315 14 0 0 25 0 4 0 631802313 937611264 151738 33554432000 4194304 4650419 140735741140480 18446744073709551615 47701285697067 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 53.02
Current children cumulated vsize (KiB) 915636

[startup+15.0144 s]
/proc/loadavg: 7.74 8.01 7.98 9/371 31899
/proc/meminfo: memFree=18531312/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=916168 CPUtime=59.45 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) R 31884 31886 31462 0 -1 4202496 189891 0 0 0 5888 57 0 0 25 0 4 0 631802313 938156032 152261 33554432000 4194304 4650419 140735741140480 18446744073709551615 4229506 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 229042 152261 388 112 0 224007 0
[pid=31886/tid=31887] ppid=31884 vsize=916168 CPUtime=14.88 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 46223 0 0 0 1476 12 0 0 25 0 4 0 631802313 938156032 152261 33554432000 4194304 4650419 140735741140480 18446744073709551615 264726070191 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=916168 CPUtime=14.9 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 47981 0 0 0 1479 11 0 0 25 0 4 0 631802313 938156032 152261 33554432000 4194304 4650419 140735741140480 18446744073709551615 4421080 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=916168 CPUtime=14.9 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 41752 0 0 0 1476 14 0 0 25 0 4 0 631802313 938156032 152261 33554432000 4194304 4650419 140735741140480 18446744073709551615 47701285697067 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 59.45
Current children cumulated vsize (KiB) 916168

[startup+15.8003 s]
/proc/loadavg: 7.74 8.01 7.98 9/371 31899
/proc/meminfo: memFree=18531312/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=916168 CPUtime=62.59 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) R 31884 31886 31462 0 -1 4202496 189898 0 0 0 6202 57 0 0 25 0 4 0 631802313 938156032 152268 33554432000 4194304 4650419 140735741140480 18446744073709551615 47701285721625 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 229042 152268 391 112 0 224007 0
[pid=31886/tid=31887] ppid=31884 vsize=916168 CPUtime=15.67 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 46223 0 0 0 1555 12 0 0 25 0 4 0 631802313 938156032 152268 33554432000 4194304 4650419 140735741140480 18446744073709551615 4422495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31886/tid=31888] ppid=31884 vsize=916168 CPUtime=15.69 cores=1,3,5,7
/proc/31886/task/31888/stat : 31888 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 47981 0 0 0 1558 11 0 0 25 0 4 0 631802313 938156032 152268 33554432000 4194304 4650419 140735741140480 18446744073709551615 4451365 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31886/tid=31889] ppid=31884 vsize=916168 CPUtime=15.68 cores=1,3,5,7
/proc/31886/task/31889/stat : 31889 (strangenight1-m) R 31884 31886 31462 0 -1 4202560 41752 0 0 0 1554 14 0 0 25 0 4 0 631802313 938156032 152268 33554432000 4194304 4650419 140735741140480 18446744073709551615 4205400 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 62.59
Current children cumulated vsize (KiB) 916168

[startup+16.2012 s]
/proc/loadavg: 7.74 8.01 7.98 8/371 31899
/proc/meminfo: memFree=18521392/32951124 swapFree=66341972/67111528
[pid=31886] ppid=31884 vsize=0 CPUtime=63.77 cores=1,3,5,7
/proc/31886/stat : 31886 (strangenight1-m) Z 31884 31886 31462 0 -1 4203548 189908 0 0 0 6318 59 0 0 22 0 2 0 631802313 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31886/statm: 0 0 0 0 0 0 0
[pid=31886/tid=31887] ppid=31884 vsize=0 CPUtime=16.01 cores=1,3,5,7
/proc/31886/task/31887/stat : 31887 (strangenight1-m) R 31884 31886 31462 0 -1 4203588 46227 0 0 0 1587 14 0 0 25 0 2 0 631802313 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.77
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 16.2131
CPU time (s): 63.7883
CPU user time (s): 63.1854
CPU system time (s): 0.602908
CPU usage (%): 393.436
Max. virtual memory (cumulated for all children) (KiB): 916168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.1854
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189908
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= 8707
involuntary context switches= 315

runsolver used 0.046992 second user time and 0.156976 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 19:24:27
IDJOB=3369615
IDBENCH=82409
IDSOLVER=1846
FILE ID=node141/3369615-1305393866
RUNJOBID= node141-1305392659-31778
PBS_JOBID= 13324432
Free space on /tmp= 73204 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369615-1305393866/watcher-3369615-1305393866 -o /tmp/evaluation-result-3369615-1305393866/solver-3369615-1305393866 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369615-1305393866.cnf

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

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=1953106770

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
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.806
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.806
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:      20990788 kB
Buffers:        267732 kB
Cached:        6207972 kB
SwapCached:      22860 kB
Active:        3268852 kB
Inactive:      8445036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20990788 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:          105192 kB
Writeback:           0 kB
AnonPages:     5221508 kB
Mapped:          18992 kB
Slab:           143284 kB
PageTables:      37944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86233492 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= 73032 MiB
End job on node141 at 2011-05-14 19:24:43