Trace number 3286484

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-mtUNSAT 53.0269 14.532

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step15.cnf
MD5SUMcabee0328f774a95ab72be66123bb39b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.8798
Satisfiable
(Un)Satisfiability was proved
Number of variables130021
Number of clauses2509375
Sum of the clauses size5678283
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22437138
Number of clauses of size 310555
Number of clauses of size 46624
Number of clauses of size 53927
Number of clauses of size over 550675

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-3286484-1304041054.cnf'
0.00/0.00	c -- header says num vars:         130021
0.00/0.00	c -- header says num clauses:     2509375
2.85/0.89	c -- clauses added:            0 learnts,      2509375 normals,            0 xors
2.85/0.89	c -- vars added     130021
2.85/0.89	c Parsing time:  2.56 s
2.85/0.89	c  N st     0         0    130021     71781   2434960         0   5673471         0   no data   no data  --
4.81/1.34	c asymm  cl-useful: 17/248/70593 lits-rem:3895 time: 1.79
31.98/8.13	c Flit:  1216 Blit:  14835 bXBeca:    0 bXProp:  291 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 26.94
31.98/8.18	c Cleaning up after failed var search:     0.21 s 
32.38/8.26	c Replacing      292 vars Replaced    10640 lits Time:     0.32 s 
33.57/8.51	c bin-w-bin subsume rem         1978 bins  time:  0.54 s
37.17/9.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  3.92 s
50.98/13.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  22443 time: 13.42 s
51.38/13.70	c Removed useless bin:       0  fixed:     0  props:  20.02M  time:  0.34 s
52.59/14.31	c lits-rem:        68  cl-subs:       96  v-elim:  11583  v-fix:    0  time:  1.21 s
52.59/14.35	c Finding binary XORs  T:     0.08 s  found:     220
52.78/14.41	c Replacing      220 vars Replaced    11285 lits Time:     0.13 s 
52.98/14.50	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
52.98/14.50	c Calc default polars -  time:   0.06 s pos:    2369 undec:   39914 neg:   87738
52.98/14.50	c =========================================================================================
52.98/14.50	c types(t): F = full restart, N = normal restart
52.98/14.50	c types(t): S = simplification begin/end, E = solution found
52.98/14.50	c restart types(rt): st = static, dy = dynamic
52.98/14.50	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
52.98/14.50	c  B st     0         0     95684     55486   1832879         0   4258562         0   no data   no data  --
52.98/14.50	c Following stats are for *FIRST FINISHED THREAD ONLY*
52.98/14.50	c num threads              : 4          
52.98/14.50	c restarts                 : 19         
52.98/14.50	c dynamic restarts         : 19         
52.98/14.50	c static restarts          : 0          
52.98/14.50	c full restarts            : 0          
52.98/14.50	c total simplify time      : 0.90       
52.98/14.50	c learnts DL2              : 0          
52.98/14.50	c learnts size 2           : 2436345    
52.98/14.50	c learnts size 1           : 30386       (23.37     % of vars)
52.98/14.50	c filedLit time            : 0.00        (0.00      % time)
52.98/14.50	c v-elim SatELite          : 0           (0.00      % vars)
52.98/14.50	c SatELite time            : 0.00        (0.00      % time)
52.98/14.50	c v-elim xor               : 0           (0.00      % vars)
52.98/14.50	c xor elim time            : 0.00        (0.00      % time)
52.98/14.50	c num binary xor trees     : 114        
52.98/14.50	c binxor trees' crown      : 154         (1.35      leafs/tree)
52.98/14.50	c bin xor find time        : 0.21       
52.98/14.50	c OTF clause improved      : 209         (0.03      clauses/conflict)
52.98/14.50	c OTF impr. size diff      : 411         (1.97       lits/clause)
52.98/14.50	c OTF cl watch-shrink      : 3494        (0.54      clauses/conflict)
52.98/14.50	c OTF cl watch-sh-lit      : 100018      (28.63      lits/clause)
52.98/14.50	c tried to recurMin cls    : 5077        (77.92      % of conflicts)
52.98/14.50	c updated cache            : 18913       (3.73       lits/tried recurMin)
52.98/14.50	c unit cls received        : 0           (0.00      % of units)
52.98/14.50	c unit cls sent            : 5619        (18.49     % of units)
52.98/14.50	c bin cls received         : 0          
52.98/14.50	c bin cls sent             : 1365       
52.98/14.50	c clauses over max glue    : 0           (0.00      % of all clauses)
52.98/14.50	c conflicts                : 6516        (124.69    / sec)
52.98/14.50	c decisions                : 62969       (1.25      % random)
52.98/14.50	c bogo-props               : 256760189   (4913219.13 / sec)
52.98/14.50	c conflict literals        : 2610701     (22.79     % deleted)
52.98/14.50	c Memory used              : 780.10      MB
52.98/14.50	c single-thread CPU time   : 52.26       s
52.98/14.50	c all-threads sum CPU time : 52.26       s
52.98/14.50	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-3286484-1304041054/watcher-3286484-1304041054 -o /tmp/evaluation-result-3286484-1304041054/solver-3286484-1304041054 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3286484-1304041054.cnf 

running on 4 cores: 0,2,4,6

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.65 7.95 7.90 5/180 32508
/proc/meminfo: memFree=14537016/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 515706019 52465664 352 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409690024 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 12809 352 303 112 0 7774 0
[pid=32508/tid=32509] ppid=32506 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 515706019 52465664 352 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409690038 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 515706019 52465664 352 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 515706019 52465664 352 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409690034 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.055441 s]
/proc/loadavg: 7.65 7.95 7.90 5/180 32508
/proc/meminfo: memFree=14537016/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=349984 CPUtime=0.35 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 37732 0 0 0 28 7 0 0 18 0 4 0 515706019 358383616 29354 33554432000 4194304 4650419 140735342564176 18446744073709551615 4306767 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 89783 31077 344 112 0 84748 0
[pid=32508/tid=32509] ppid=32506 vsize=359132 CPUtime=0.1 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 9684 0 0 0 8 2 0 0 18 0 4 0 515706019 367751168 31091 33554432000 4194304 4650419 140735342564176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=359132 CPUtime=0.09 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 10281 0 0 0 8 1 0 0 18 0 4 0 515706019 367751168 31109 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809270766 0 0 4096 2 18446604453674349824 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=359132 CPUtime=0.1 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 9750 0 0 0 9 1 0 0 18 0 4 0 515706019 367751168 31123 33554432000 4194304 4650419 140735342564176 18446744073709551615 230808862912 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 349984

[startup+0.167035 s]
/proc/loadavg: 7.65 7.95 7.90 5/180 32508
/proc/meminfo: memFree=14537016/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=427260 CPUtime=0.62 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 44911 0 0 0 53 9 0 0 18 0 4 0 515706019 437514240 36532 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809270815 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 106848 36636 345 112 0 101813 0
[pid=32508/tid=32509] ppid=32506 vsize=427392 CPUtime=0.15 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 11082 0 0 0 12 3 0 0 18 0 4 0 515706019 437649408 36676 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809209015 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=427392 CPUtime=0.15 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 12034 0 0 0 13 2 0 0 18 0 4 0 515706019 437649408 36719 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809270766 0 0 4096 2 18446604453674349824 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=427524 CPUtime=0.15 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 11130 0 0 0 14 1 0 0 18 0 4 0 515706019 437784576 36787 33554432000 4194304 4650419 140735342564176 18446744073709551615 4545889 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 427260

[startup+0.307972 s]
/proc/loadavg: 7.65 7.95 7.90 5/180 32508
/proc/meminfo: memFree=14537016/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=435892 CPUtime=1.13 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 54834 0 0 0 95 18 0 0 18 0 4 0 515706019 446353408 46432 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809209015 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 109006 46504 345 112 0 103971 0
[pid=32508/tid=32509] ppid=32506 vsize=436024 CPUtime=0.27 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) D 32506 32508 32317 0 -1 4202560 13375 0 0 0 22 5 0 0 18 0 4 0 515706019 446488576 46570 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809209015 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=436024 CPUtime=0.27 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 14532 0 0 0 23 4 0 0 18 0 4 0 515706019 446488576 46595 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809270766 0 0 4096 2 18446604453674349824 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=436024 CPUtime=0.27 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 13697 0 0 0 25 2 0 0 18 0 4 0 515706019 446488576 46611 33554432000 4194304 4650419 140735342564176 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 435892

[startup+0.702984 s]
/proc/loadavg: 7.65 7.95 7.90 5/180 32508
/proc/meminfo: memFree=14537016/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=469668 CPUtime=2.48 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 81365 0 0 0 199 49 0 0 18 0 4 0 515706019 480940032 72837 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809270815 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 117417 72876 345 112 0 112382 0
[pid=32508/tid=32509] ppid=32506 vsize=469668 CPUtime=0.61 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 19728 0 0 0 47 14 0 0 18 0 4 0 515706019 480940032 72879 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809270766 0 0 4096 2 18446604453674349824 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=469668 CPUtime=0.61 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 21650 0 0 0 47 14 0 0 18 0 4 0 515706019 480940032 72904 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809270766 0 0 4096 2 18446604453674349824 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=469668 CPUtime=0.61 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 20237 0 0 0 52 9 0 0 18 0 4 0 515706019 480940032 72910 33554432000 4194304 4650419 140735342564176 18446744073709551615 230809270766 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 469668

[startup+1.50075 s]
/proc/loadavg: 7.65 7.95 7.90 10/184 32512
/proc/meminfo: memFree=14181972/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=630232 CPUtime=5.62 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 103567 0 0 0 500 62 0 0 18 0 4 0 515706019 645357568 91782 33554432000 4194304 4650419 140735342564176 18446744073709551615 4244975 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 157558 91782 373 112 0 152523 0
[pid=32508/tid=32509] ppid=32506 vsize=630232 CPUtime=1.39 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 25741 0 0 0 122 17 0 0 18 0 4 0 515706019 645357568 91782 33554432000 4194304 4650419 140735342564176 18446744073709551615 4370618 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=630232 CPUtime=1.4 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 27532 0 0 0 122 18 0 0 18 0 4 0 515706019 645357568 91782 33554432000 4194304 4650419 140735342564176 18446744073709551615 4369075 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=630232 CPUtime=1.39 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 24781 0 0 0 128 11 0 0 18 0 4 0 515706019 645357568 91782 33554432000 4194304 4650419 140735342564176 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 630232

[startup+3.10046 s]
/proc/loadavg: 7.65 7.95 7.90 9/184 32512
/proc/meminfo: memFree=14156428/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=631420 CPUtime=12 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 105518 0 0 0 1137 63 0 0 21 0 4 0 515706019 646574080 93733 33554432000 4194304 4650419 140735342564176 18446744073709551615 4370329 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 157855 93733 373 112 0 152820 0
[pid=32508/tid=32509] ppid=32506 vsize=631420 CPUtime=2.99 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 26042 0 0 0 282 17 0 0 21 0 4 0 515706019 646574080 93733 33554432000 4194304 4650419 140735342564176 18446744073709551615 4369075 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=631420 CPUtime=2.99 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 27901 0 0 0 281 18 0 0 21 0 4 0 515706019 646574080 93733 33554432000 4194304 4650419 140735342564176 18446744073709551615 4243563 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=631420 CPUtime=2.99 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 25767 0 0 0 287 12 0 0 21 0 4 0 515706019 646574080 93733 33554432000 4194304 4650419 140735342564176 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 631420

[startup+6.30088 s]
/proc/loadavg: 7.68 7.95 7.90 9/184 32512
/proc/meminfo: memFree=14124936/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=665992 CPUtime=24.8 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 107834 0 0 0 2415 65 0 0 22 0 4 0 515706019 681975808 96049 33554432000 4194304 4650419 140735342564176 18446744073709551615 4371011 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 166498 96049 373 112 0 161463 0
[pid=32508/tid=32509] ppid=32506 vsize=665992 CPUtime=6.2 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 26324 0 0 0 602 18 0 0 25 0 4 0 515706019 681975808 96049 33554432000 4194304 4650419 140735342564176 18446744073709551615 4370286 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=665992 CPUtime=6.17 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 28182 0 0 0 599 18 0 0 25 0 4 0 515706019 681975808 96049 33554432000 4194304 4650419 140735342564176 18446744073709551615 4244991 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=665992 CPUtime=6.19 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 27235 0 0 0 606 13 0 0 25 0 4 0 515706019 681975808 96049 33554432000 4194304 4650419 140735342564176 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 665992

[startup+12.7007 s]
/proc/loadavg: 7.79 7.97 7.91 9/184 32512
/proc/meminfo: memFree=13970192/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=798816 CPUtime=49.38 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 138767 0 0 0 4864 74 0 0 25 0 4 0 515706019 817987584 126311 33554432000 4194304 4650419 140735342564176 18446744073709551615 4447080 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 199704 126311 391 112 0 194669 0
[pid=32508/tid=32509] ppid=32506 vsize=798816 CPUtime=12.11 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 35429 0 0 0 1191 20 0 0 22 0 4 0 515706019 817987584 126311 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409689652 0 0 4096 2 18446604453674349824 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=798816 CPUtime=12.05 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 39113 0 0 0 1183 22 0 0 22 0 4 0 515706019 817987584 126311 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409689652 0 0 4096 2 18446604453674349824 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=798816 CPUtime=12.59 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 29955 0 0 0 1246 13 0 0 25 0 4 0 515706019 817987584 126311 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409665220 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.38
Current children cumulated vsize (KiB) 798816

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

[startup+13.5006 s]
/proc/loadavg: 7.79 7.97 7.91 7/184 32512
/proc/meminfo: memFree=13964860/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=798816 CPUtime=50.98 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 138767 0 0 0 5024 74 0 0 25 0 4 0 515706019 817987584 126311 33554432000 4194304 4650419 140735342564176 18446744073709551615 4550132 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 199704 126311 391 112 0 194669 0
[pid=32508/tid=32509] ppid=32506 vsize=798816 CPUtime=12.11 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 35429 0 0 0 1191 20 0 0 22 0 4 0 515706019 817987584 126311 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409689652 0 0 4096 2 18446604453674349824 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=798816 CPUtime=12.05 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 39113 0 0 0 1183 22 0 0 22 0 4 0 515706019 817987584 126311 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409689652 0 0 4096 2 18446604453674349824 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=798816 CPUtime=13.39 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 29955 0 0 0 1326 13 0 0 25 0 4 0 515706019 817987584 126311 33554432000 4194304 4650419 140735342564176 18446744073709551615 4205736 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 798816

[startup+14.3064 s]
/proc/loadavg: 7.64 7.93 7.90 7/184 32512
/proc/meminfo: memFree=13960148/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=798816 CPUtime=52.59 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 138771 0 0 0 5185 74 0 0 25 0 4 0 515706019 817987584 126315 33554432000 4194304 4650419 140735342564176 18446744073709551615 4307300 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 199704 126315 391 112 0 194669 0
[pid=32508/tid=32509] ppid=32506 vsize=798816 CPUtime=12.11 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 35429 0 0 0 1191 20 0 0 22 0 4 0 515706019 817987584 126315 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409689652 0 0 4096 2 18446604453674349824 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=798816 CPUtime=12.05 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 39113 0 0 0 1183 22 0 0 22 0 4 0 515706019 817987584 126315 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409689652 0 0 4096 2 18446604453674349824 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=798816 CPUtime=14.19 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 29955 0 0 0 1406 13 0 0 25 0 4 0 515706019 817987584 126315 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409665067 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.59
Current children cumulated vsize (KiB) 798816

[startup+14.5004 s]
/proc/loadavg: 7.64 7.93 7.90 7/184 32512
/proc/meminfo: memFree=13960148/32951124 swapFree=67111528/67111528
[pid=32508] ppid=32506 vsize=798816 CPUtime=52.98 cores=0,2,4,6
/proc/32508/stat : 32508 (strangenight1-m) R 32506 32508 32317 0 -1 4202496 138771 0 0 0 5224 74 0 0 25 0 4 0 515706019 817987584 126315 33554432000 4194304 4650419 140735342564176 18446744073709551615 4305405 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32508/statm: 199704 126315 391 112 0 194669 0
[pid=32508/tid=32509] ppid=32506 vsize=798816 CPUtime=12.11 cores=0,2,4,6
/proc/32508/task/32509/stat : 32509 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 35429 0 0 0 1191 20 0 0 22 0 4 0 515706019 817987584 126315 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409689652 0 0 4096 2 18446604453674349824 0 0 -1 2 0 0 0
[pid=32508/tid=32510] ppid=32506 vsize=798816 CPUtime=12.05 cores=0,2,4,6
/proc/32508/task/32510/stat : 32510 (strangenight1-m) S 32506 32508 32317 0 -1 4202560 39113 0 0 0 1183 22 0 0 22 0 4 0 515706019 817987584 126315 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409689652 0 0 4096 2 18446604453674349824 0 0 -1 6 0 0 0
[pid=32508/tid=32511] ppid=32506 vsize=798816 CPUtime=14.39 cores=0,2,4,6
/proc/32508/task/32511/stat : 32511 (strangenight1-m) R 32506 32508 32317 0 -1 4202560 29955 0 0 0 1426 13 0 0 25 0 4 0 515706019 817987584 126315 33554432000 4194304 4650419 140735342564176 18446744073709551615 47876409665067 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.98
Current children cumulated vsize (KiB) 798816

Child status: 20
Real time (s): 14.532
CPU time (s): 53.0269
CPU user time (s): 52.2601
CPU system time (s): 0.766883
CPU usage (%): 364.897
Max. virtual memory (cumulated for all children) (KiB): 798816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.2601
system time used= 0.766883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138774
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= 57359
involuntary context switches= 271

runsolver used 0.018997 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 03:37:36
IDJOB=3286484
IDBENCH=82426
IDSOLVER=1588
FILE ID=node104/3286484-1304041054
RUNJOBID= node104-1304039974-32335
PBS_JOBID= 13170380
Free space on /tmp= 71452 MiB

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

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=1704886308

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14537296 kB
Buffers:       2194824 kB
Cached:       11857920 kB
SwapCached:          0 kB
Active:        6052032 kB
Inactive:     11767844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14537296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           48916 kB
Writeback:           0 kB
AnonPages:     3766304 kB
Mapped:          15576 kB
Slab:           523724 kB
PageTables:      12496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4310712 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= 71448 MiB
End job on node104 at 2011-04-29 03:37:50