Trace number 3369585

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 90.2563 25.5642

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.57246
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369585-1305394077.cnf'
0.00/0.00	c -- header says num vars:          29317
0.00/0.00	c -- header says num clauses:      277090
0.33/0.14	c -- clauses added:            0 learnts,       277090 normals,            0 xors
0.33/0.14	c -- vars added      29317
0.33/0.14	c Parsing time:  0.29 s
0.33/0.14	c  N st     0         0     29317     12861    264085         0    598738         0   no data   no data  --
0.33/0.37	c asymm  cl-useful: 5/3513/12727 lits-rem:201 time: 0.85
15.08/3.87	c Flit:    89 Blit:   1878 bXBeca:    0 bXProp:  527 Bins:      0 BRemL:      0 BRemN:      0 P: 111.1M T: 13.78
15.08/3.88	c Cleaning up after failed var search:     0.03 s 
15.08/3.89	c Replacing      527 vars Replaced    11553 lits Time:     0.05 s 
15.48/3.91	c bin-w-bin subsume rem          156 bins  time:  0.05 s
15.48/3.94	c subs with bin:       22  lits-rem:         0  v-fix:    0  time:  0.11 s
16.28/4.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  26575 time:  0.97 s
17.12/4.34	c Removed useless bin:    2803  fixed:     0  props:  20.00M  time:  0.61 s
17.87/4.53	c lits-rem:       561  cl-subs:     1576  v-elim:   5148  v-fix:    0  time:  0.72 s
18.66/4.72	c Finding binary XORs  T:     0.75 s  found:       0
18.66/4.78	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
18.66/4.78	c calculated reachability. Time: 0.20
18.66/4.79	c Calc default polars -  time:   0.02 s pos:    2552 undec:    8712 neg:   18053
18.66/4.79	c =========================================================================================
18.66/4.79	c types(t): F = full restart, N = normal restart
18.66/4.79	c types(t): S = simplification begin/end, E = solution found
18.66/4.79	c restart types(rt): st = static, dy = dynamic
18.66/4.79	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
18.66/4.79	c  B st     0         0     21427     13879    187821         0    530916         0   no data   no data  --
20.66/5.28	c  N dy    21      4093     21427     13879    188406      3417    530916    153862      8.13     10.14  --
22.65/5.70	c  N dy    47      8102     21427     13879    190292      5025    530916    172879      8.76      9.27  --
24.25/6.11	c  N dy    72     12388     21427     13879    190317      5248    530916    153792      9.61     10.20  --
25.48/6.48	c  N dy    94     16397     21427     13879    190840      9089    530916    298470      9.96     17.47  --
27.04/6.88	c  N dy   111     20432     21427     13879    190960      7652    530916    210840      9.88     14.20  --
28.64/7.27	c  N dy   129     24748     21427     13879    190962     11794    530916    356170      9.93     10.65  --
28.64/7.29	c  F st   130     25000     21427     13879    190962     12044    530916    367227      9.91      8.60  --
31.03/7.83	c Decided on static restart strategy
31.03/7.83	c  N st   136     30000     21427     13879    190978     10390    530916    306161      9.91   no data  --
31.03/7.83	c  S st   136     30000     21427     13879    190978     10390    530916    306161      9.91   no data  --
31.43/7.93	c  S st   136     30502     21427     13879    191024     10844    530916    323270      9.91   no data  --
31.43/7.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
31.43/7.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.02
53.77/13.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins: 227838 BRemL:   3522 BRemN:   1757 P: 101.8M T: 22.23
54.16/13.61	c bin-w-bin subsume rem           64 bins  time:  0.16 s
55.36/13.93	c subs with bin:     1183  lits-rem:     35367  v-fix:    0  time:  1.29 s
56.19/14.18	c Subs w/ non-existent bins:     19 l-rem:   1860 v-fix:     0 done:  21427 time:  0.98 s
56.95/14.31	c Removed useless bin:     935  fixed:     0  props:  19.86M  time:  0.53 s
60.15/15.13	c lits-rem:      1634  cl-subs:      889  v-elim:    371  v-fix:    0  time:  3.26 s
60.98/15.37	c asymm  cl-useful: 102/3703/14226 lits-rem:180 time: 0.96
61.34/15.44	c calculated reachability. Time: 0.24
61.34/15.44	c  N st   136     30502     21056     14226    407131      9428    500965    735556      9.91   no data  --
62.14/15.60	c Finding binary XORs  T:     0.64 s  found:       0
65.38/16.45	c  N st   138     37613     21056     14226    413099      8789    500965    735335      9.91   no data  --
68.53/17.25	c  N st   139     44012     21056     14226    413100     14774    500965   1011003      9.91   no data  --
69.36/17.50	c  S st   140     45753     21056     14226    413993     16384    500965   1070600      9.91   no data  --
70.12/17.67	c  S st   140     46253     21056     14226    414006     16871    500965   1091900      9.91   no data  --
70.12/17.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
70.12/17.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.02
82.78/21.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  27336 BRemL:  13587 BRemN:    948 P: 101.6M T: 12.40
82.98/21.93	c bin-w-bin subsume rem          967 bins  time:  0.08 s
83.76/22.32	c subs with bin:      380  lits-rem:      3699  v-fix:    0  time:  0.79 s
84.16/22.57	c Subs w/ non-existent bins:      4 l-rem:   2587 v-fix:     0 done:  21056 time:  0.51 s
84.36/22.70	c Removed useless bin:     195  fixed:     0  props:  18.88M  time:  0.24 s
89.37/25.18	c lits-rem:      2769  cl-subs:      732  v-elim:     59  v-fix:    0  time:  4.96 s
89.37/25.19	c vivif2 --  cl tried    13900 cl shrink      528 lits rem       2876 time: 0.04
89.58/25.24	c vivif2 --  cl tried    16237 cl shrink     3930 lits rem      18188 time: 0.10
89.96/25.46	c asymm  cl-useful: 0/3476/13685 lits-rem:0 time: 0.43
90.16/25.52	c calculated reachability. Time: 0.11
90.16/25.52	c  N st   140     46253     20997     13685    425265     16232    492556   1069705      9.91   no data  --
90.16/25.52	c Following stats are for *FIRST FINISHED THREAD ONLY*
90.16/25.52	c num threads              : 4          
90.16/25.52	c restarts                 : 141        
90.16/25.52	c dynamic restarts         : 124        
90.16/25.52	c static restarts          : 17         
90.16/25.52	c full restarts            : 1          
90.16/25.52	c total simplify time      : 0.64       
90.16/25.52	c learnts DL2              : 0          
90.16/25.52	c learnts size 2           : 509177     
90.16/25.52	c learnts size 1           : 2721        (9.28      % of vars)
90.16/25.52	c filedLit time            : 36.30       (40.52     % time)
90.16/25.52	c v-elim SatELite          : 5526        (18.85     % vars)
90.16/25.52	c SatELite time            : 10.70       (11.95     % time)
90.16/25.52	c v-elim xor               : 0           (0.00      % vars)
90.16/25.52	c xor elim time            : 0.04        (0.04      % time)
90.16/25.52	c num binary xor trees     : 322        
90.16/25.52	c binxor trees' crown      : 529         (1.64      leafs/tree)
90.16/25.52	c bin xor find time        : 1.38       
90.16/25.52	c OTF clause improved      : 5790        (0.09      clauses/conflict)
90.16/25.52	c OTF impr. size diff      : 6997        (1.21       lits/clause)
90.16/25.52	c OTF cl watch-shrink      : 36155       (0.56      clauses/conflict)
90.16/25.52	c OTF cl watch-sh-lit      : 158002      (4.37       lits/clause)
90.16/25.52	c tried to recurMin cls    : 10845       (16.82      % of conflicts)
90.16/25.52	c updated cache            : 0           (0.00       lits/tried recurMin)
90.16/25.52	c unit cls received        : 1           (0.04      % of units)
90.16/25.52	c unit cls sent            : 1824        (67.03     % of units)
90.16/25.52	c bin cls received         : 11234      
90.16/25.52	c bin cls sent             : 2346       
90.16/25.52	c clauses over max glue    : 0           (0.00      % of all clauses)
90.16/25.52	c conflicts                : 64486       (719.83    / sec)
90.16/25.52	c decisions                : 108602      (3.58      % random)
90.16/25.52	c bogo-props               : 627444868   (7003875.72 / sec)
90.16/25.52	c conflict literals        : 1668490     (30.58     % deleted)
90.16/25.52	c Memory used              : 1056.48     MB
90.16/25.52	c single-thread CPU time   : 89.59       s
90.16/25.52	c all-threads sum CPU time : 89.59       s
90.16/25.52	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-3369585-1305394077/watcher-3369585-1305394077 -o /tmp/evaluation-result-3369585-1305394077/solver-3369585-1305394077 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369585-1305394077.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.24 7.92 7.84 6/333 19600
/proc/meminfo: memFree=22304704/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=184756 CPUtime=0 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 2344 0 0 0 0 0 0 0 24 0 4 0 631823293 189190144 2164 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338488863 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 46189 2183 340 112 0 41154 0
[pid=19600/tid=19601] ppid=19598 vsize=191952 CPUtime=0 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 1237 0 0 0 0 0 0 0 18 0 4 0 631823294 196558848 4464 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338080968 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=191952 CPUtime=0 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 573 0 0 0 0 0 0 0 18 0 4 0 631823294 196558848 4493 33554432000 4194304 4650419 140734469762176 18446744073709551615 4361442 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=191952 CPUtime=0 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 1546 0 0 0 0 0 0 0 18 0 4 0 631823294 196558848 4517 33554432000 4194304 4650419 140734469762176 18446744073709551615 4316576 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0154739 s]
/proc/loadavg: 7.24 7.92 7.84 6/333 19600
/proc/meminfo: memFree=22304704/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=198612 CPUtime=0.03 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 7371 0 0 0 2 1 0 0 18 0 4 0 631823293 203378688 6074 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338441642 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 49653 6088 341 112 0 44618 0
[pid=19600/tid=19601] ppid=19598 vsize=198612 CPUtime=0 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 1862 0 0 0 0 0 0 0 18 0 4 0 631823294 203378688 6100 33554432000 4194304 4650419 140734469762176 18446744073709551615 4361571 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=198612 CPUtime=0 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 643 0 0 0 0 0 0 0 18 0 4 0 631823294 203378688 6115 33554432000 4194304 4650419 140734469762176 18446744073709551615 4316948 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=198612 CPUtime=0 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 2253 0 0 0 0 0 0 0 18 0 4 0 631823294 203378688 6129 33554432000 4194304 4650419 140734469762176 18446744073709551615 4317116 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 198612

[startup+0.100457 s]
/proc/loadavg: 7.24 7.92 7.84 6/333 19600
/proc/meminfo: memFree=22304704/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=369968 CPUtime=0.33 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) S 19598 19600 18941 0 -1 4202496 14842 0 0 0 20 13 0 0 17 0 4 0 631823293 378847232 13271 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338488814 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 92492 13294 345 112 0 87457 0
[pid=19600/tid=19601] ppid=19598 vsize=369968 CPUtime=0.07 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 3823 0 0 0 4 3 0 0 17 0 4 0 631823294 378847232 13305 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338044961 0 0 4096 2 18446604462850270400 0 0 -1 7 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=369968 CPUtime=0.07 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 2935 0 0 0 4 3 0 0 17 0 4 0 631823294 378847232 13321 33554432000 4194304 4650419 140734469762176 18446744073709551615 4373800 0 0 4096 2 18446604462850270400 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=369968 CPUtime=0.08 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 3773 0 0 0 6 2 0 0 18 0 4 0 631823294 378847232 13329 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338044961 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 369968

[startup+0.318583 s]
/proc/loadavg: 7.24 7.92 7.84 6/333 19600
/proc/meminfo: memFree=22304704/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=376084 CPUtime=1.44 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 19554 0 0 0 125 19 0 0 18 0 4 0 631823293 385110016 17652 33554432000 4194304 4650419 140734469762176 18446744073709551615 4370759 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 94692 19496 373 112 0 89657 0
[pid=19600/tid=19601] ppid=19598 vsize=381344 CPUtime=0.41 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 6341 0 0 0 36 5 0 0 18 0 4 0 631823294 390496256 21489 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338427063 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=385004 CPUtime=0.45 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 6662 0 0 0 41 4 0 0 18 0 4 0 631823294 394244096 24724 33554432000 4194304 4650419 140734469762176 18446744073709551615 4302838 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=388656 CPUtime=0.51 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 4597 0 0 0 48 3 0 0 18 0 4 0 631823294 397983744 27394 33554432000 4194304 4650419 140734469762176 18446744073709551615 4311370 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 376084

[startup+0.794725 s]
/proc/loadavg: 7.24 7.92 7.84 6/333 19600
/proc/meminfo: memFree=22304704/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=407644 CPUtime=3.22 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 45973 0 0 0 297 25 0 0 18 0 4 0 631823293 417427456 44070 33554432000 4194304 4650419 140734469762176 18446744073709551615 4241514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 102145 44822 373 112 0 97110 0
[pid=19600/tid=19601] ppid=19598 vsize=408844 CPUtime=0.81 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) D 19598 19600 18941 0 -1 4202560 14247 0 0 0 75 6 0 0 18 0 4 0 631823294 418656256 45234 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338427063 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=411676 CPUtime=0.85 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 14161 0 0 0 78 7 0 0 18 0 4 0 631823294 421556224 47466 33554432000 4194304 4650419 140734469762176 18446744073709551615 4241514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=415200 CPUtime=0.91 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 4758 0 0 0 88 3 0 0 19 0 4 0 631823294 425164800 50038 33554432000 4194304 4650419 140734469762176 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 407644

[startup+1.73609 s]
/proc/loadavg: 7.24 7.92 7.84 6/333 19600
/proc/meminfo: memFree=22304704/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=616392 CPUtime=6.91 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 102008 0 0 0 655 36 0 0 18 0 4 0 631823293 631185408 99814 33554432000 4194304 4650419 140734469762176 18446744073709551615 4369041 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 155005 102241 376 112 0 149970 0
[pid=19600/tid=19601] ppid=19598 vsize=690176 CPUtime=1.81 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) D 19598 19600 18941 0 -1 4202560 34157 0 0 0 171 10 0 0 18 0 4 0 631823294 706740224 105246 33554432000 4194304 4650419 140734469762176 18446744073709551615 4241514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=696252 CPUtime=1.85 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 34474 0 0 0 174 11 0 0 19 0 4 0 631823294 712962048 109322 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338044961 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=698584 CPUtime=1.91 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) D 19598 19600 18941 0 -1 4202560 5729 0 0 0 187 4 0 0 20 0 4 0 631823294 715350016 111366 33554432000 4194304 4650419 140734469762176 18446744073709551615 270338426970 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 616392

[startup+3.10082 s]
/proc/loadavg: 7.38 7.94 7.85 9/337 19604
/proc/meminfo: memFree=21746540/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=789144 CPUtime=12.32 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 133507 0 0 0 1189 43 0 0 19 0 4 0 631823293 808083456 130568 33554432000 4194304 4650419 140734469762176 18446744073709551615 4369471 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 197286 130568 376 112 0 192251 0
[pid=19600/tid=19601] ppid=19598 vsize=789144 CPUtime=3.06 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 42301 0 0 0 295 11 0 0 19 0 4 0 631823294 808083456 130569 33554432000 4194304 4650419 140734469762176 18446744073709551615 4370953 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=789144 CPUtime=3.06 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 41707 0 0 0 294 12 0 0 19 0 4 0 631823294 808083456 130569 33554432000 4194304 4650419 140734469762176 18446744073709551615 4244801 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=789144 CPUtime=3.09 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 6568 0 0 0 305 4 0 0 25 0 4 0 631823294 808083456 130569 33554432000 4194304 4650419 140734469762176 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 789144

[startup+6.30119 s]
/proc/loadavg: 7.38 7.94 7.85 9/337 19604
/proc/meminfo: memFree=21684168/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=799572 CPUtime=25.06 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 146550 0 0 0 2458 48 0 0 21 0 4 0 631823293 818761728 138694 33554432000 4194304 4650419 140734469762176 18446744073709551615 4315549 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 199893 138694 394 112 0 194858 0
[pid=19600/tid=19601] ppid=19598 vsize=799572 CPUtime=6.22 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 45587 0 0 0 610 12 0 0 25 0 4 0 631823294 818761728 138694 33554432000 4194304 4650419 140734469762176 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=799572 CPUtime=6.25 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 45682 0 0 0 611 14 0 0 21 0 4 0 631823294 818761728 138694 33554432000 4194304 4650419 140734469762176 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=799572 CPUtime=6.28 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 8361 0 0 0 624 4 0 0 25 0 4 0 631823294 818761728 138694 33554432000 4194304 4650419 140734469762176 18446744073709551615 4364883 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 799572

[startup+12.7009 s]
/proc/loadavg: 7.43 7.94 7.85 9/337 19604
/proc/meminfo: memFree=21430624/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=1026664 CPUtime=50.57 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 201839 0 0 0 4998 59 0 0 20 0 4 0 631823293 1051303936 188423 33554432000 4194304 4650419 140734469762176 18446744073709551615 4247225 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 256666 188423 396 112 0 251631 0
[pid=19600/tid=19601] ppid=19598 vsize=1026664 CPUtime=12.55 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 54073 0 0 0 1241 14 0 0 22 0 4 0 631823294 1051303936 188423 33554432000 4194304 4650419 140734469762176 18446744073709551615 4369394 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=1026664 CPUtime=12.65 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 53178 0 0 0 1249 16 0 0 22 0 4 0 631823294 1051303936 188423 33554432000 4194304 4650419 140734469762176 18446744073709551615 4244991 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=1026664 CPUtime=12.68 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 42093 0 0 0 1257 11 0 0 25 0 4 0 631823294 1051303936 188423 33554432000 4194304 4650419 140734469762176 18446744073709551615 4370340 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 1026664

[startup+25.5004 s]
/proc/loadavg: 7.40 7.91 7.84 7/337 19604
/proc/meminfo: memFree=21319384/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=1081828 CPUtime=90.16 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 221137 0 0 0 8953 63 0 0 25 0 4 0 631823293 1107791872 200920 33554432000 4194304 4650419 140734469762176 18446744073709551615 4302433 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 270457 200920 398 112 0 265422 0
[pid=19600/tid=19601] ppid=19598 vsize=1081828 CPUtime=19.5 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) S 19598 19600 18941 0 -1 4202560 57840 0 0 0 1935 15 0 0 25 0 4 0 631823294 1107791872 200920 33554432000 4194304 4650419 140734469762176 18446744073709551615 47763158652468 0 0 4096 2 18446604462850270400 0 0 -1 7 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=1081828 CPUtime=25.45 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 56936 0 0 0 2528 17 0 0 25 0 4 0 631823294 1107791872 200920 33554432000 4194304 4650419 140734469762176 18446744073709551615 47763158628036 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=1081828 CPUtime=19.71 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) S 19598 19600 18941 0 -1 4202560 47572 0 0 0 1959 12 0 0 25 0 4 0 631823294 1107791872 200920 33554432000 4194304 4650419 140734469762176 18446744073709551615 47763158652468 0 0 4096 2 18446604462850270400 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 90.16
Current children cumulated vsize (KiB) 1081828

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

[startup+25.5004 s]
/proc/loadavg: 7.40 7.91 7.84 7/337 19604
/proc/meminfo: memFree=21319384/32951124 swapFree=59367104/67111528
[pid=19600] ppid=19598 vsize=1081828 CPUtime=90.16 cores=1,3,5,7
/proc/19600/stat : 19600 (strangenight1-m) R 19598 19600 18941 0 -1 4202496 221137 0 0 0 8953 63 0 0 25 0 4 0 631823293 1107791872 200920 33554432000 4194304 4650419 140734469762176 18446744073709551615 4302433 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19600/statm: 270457 200920 398 112 0 265422 0
[pid=19600/tid=19601] ppid=19598 vsize=1081828 CPUtime=19.5 cores=1,3,5,7
/proc/19600/task/19601/stat : 19601 (strangenight1-m) S 19598 19600 18941 0 -1 4202560 57840 0 0 0 1935 15 0 0 25 0 4 0 631823294 1107791872 200920 33554432000 4194304 4650419 140734469762176 18446744073709551615 47763158652468 0 0 4096 2 18446604462850270400 0 0 -1 7 0 0 0
[pid=19600/tid=19602] ppid=19598 vsize=1081828 CPUtime=25.45 cores=1,3,5,7
/proc/19600/task/19602/stat : 19602 (strangenight1-m) R 19598 19600 18941 0 -1 4202560 56936 0 0 0 2528 17 0 0 25 0 4 0 631823294 1107791872 200920 33554432000 4194304 4650419 140734469762176 18446744073709551615 47763158628036 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19600/tid=19603] ppid=19598 vsize=1081828 CPUtime=19.71 cores=1,3,5,7
/proc/19600/task/19603/stat : 19603 (strangenight1-m) S 19598 19600 18941 0 -1 4202560 47572 0 0 0 1959 12 0 0 25 0 4 0 631823294 1107791872 200920 33554432000 4194304 4650419 140734469762176 18446744073709551615 47763158652468 0 0 4096 2 18446604462850270400 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 90.16
Current children cumulated vsize (KiB) 1081828

Child status: 20
Real time (s): 25.5642
CPU time (s): 90.2563
CPU user time (s): 89.5854
CPU system time (s): 0.670898
CPU usage (%): 353.057
Max. virtual memory (cumulated for all children) (KiB): 1081988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.5854
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221140
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= 24641
involuntary context switches= 522

runsolver used 0.066989 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-14 19:27:57
IDJOB=3369585
IDBENCH=82424
IDSOLVER=1846
FILE ID=node143/3369585-1305394077
RUNJOBID= node143-1305392533-19346
PBS_JOBID= 13324429
Free space on /tmp= 73304 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369585-1305394077/watcher-3369585-1305394077 -o /tmp/evaluation-result-3369585-1305394077/solver-3369585-1305394077 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369585-1305394077.cnf

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1910961444

node143.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	: 5226.15
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22304860 kB
Buffers:        133240 kB
Cached:         718396 kB
SwapCached:      66600 kB
Active:        1232148 kB
Inactive:      9187204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22304860 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:          121560 kB
Writeback:           0 kB
AnonPages:     9500868 kB
Mapped:          22796 kB
Slab:           105748 kB
PageTables:      55228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 71129612 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= 73296 MiB
End job on node143 at 2011-05-14 19:28:22