Trace number 3369589

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 52.1701 14.2876

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.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-3369589-1305394096.cnf'
0.00/0.01	c -- header says num vars:         130021
0.00/0.01	c -- header says num clauses:     2509375
2.72/0.72	c -- clauses added:            0 learnts,      2509375 normals,            0 xors
2.72/0.72	c -- vars added     130021
2.72/0.72	c Parsing time:  2.49 s
2.72/0.72	c  N st     0         0    130021     71781   2434960         0   5673471         0   no data   no data  --
4.35/1.17	c asymm  cl-useful: 17/248/70593 lits-rem:3895 time: 1.78
31.42/7.93	c Flit:  1216 Blit:  14835 bXBeca:    0 bXProp:  291 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 26.75
31.42/7.99	c Cleaning up after failed var search:     0.22 s 
31.82/8.07	c Replacing      292 vars Replaced    10640 lits Time:     0.30 s 
33.01/8.31	c bin-w-bin subsume rem         1978 bins  time:  0.54 s
36.60/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  3.84 s
50.03/13.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  22443 time: 13.16 s
50.41/13.46	c Removed useless bin:       0  fixed:     0  props:  20.02M  time:  0.34 s
51.61/14.07	c lits-rem:        68  cl-subs:       96  v-elim:  11583  v-fix:    0  time:  1.22 s
51.81/14.11	c Finding binary XORs  T:     0.08 s  found:     220
51.81/14.17	c Replacing      220 vars Replaced    11285 lits Time:     0.13 s 
52.02/14.26	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
52.02/14.26	c Calc default polars -  time:   0.06 s pos:    2369 undec:   39914 neg:   87738
52.02/14.26	c =========================================================================================
52.02/14.26	c types(t): F = full restart, N = normal restart
52.02/14.26	c types(t): S = simplification begin/end, E = solution found
52.02/14.26	c restart types(rt): st = static, dy = dynamic
52.02/14.26	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
52.02/14.26	c  B st     0         0     95684     55486   1832879         0   4258562         0   no data   no data  --
52.02/14.26	c Following stats are for *FIRST FINISHED THREAD ONLY*
52.02/14.26	c num threads              : 4          
52.02/14.26	c restarts                 : 19         
52.02/14.26	c dynamic restarts         : 19         
52.02/14.26	c static restarts          : 0          
52.02/14.26	c full restarts            : 0          
52.02/14.26	c total simplify time      : 0.89       
52.02/14.26	c learnts DL2              : 0          
52.02/14.26	c learnts size 2           : 2436345    
52.02/14.26	c learnts size 1           : 30386       (23.37     % of vars)
52.02/14.26	c filedLit time            : 0.00        (0.00      % time)
52.02/14.26	c v-elim SatELite          : 0           (0.00      % vars)
52.02/14.26	c SatELite time            : 0.00        (0.00      % time)
52.02/14.26	c v-elim xor               : 0           (0.00      % vars)
52.02/14.26	c xor elim time            : 0.00        (0.00      % time)
52.02/14.26	c num binary xor trees     : 114        
52.02/14.26	c binxor trees' crown      : 154         (1.35      leafs/tree)
52.02/14.26	c bin xor find time        : 0.21       
52.02/14.26	c OTF clause improved      : 209         (0.03      clauses/conflict)
52.02/14.26	c OTF impr. size diff      : 411         (1.97       lits/clause)
52.02/14.26	c OTF cl watch-shrink      : 3494        (0.54      clauses/conflict)
52.02/14.26	c OTF cl watch-sh-lit      : 100018      (28.63      lits/clause)
52.02/14.26	c tried to recurMin cls    : 5077        (77.92      % of conflicts)
52.02/14.26	c updated cache            : 18913       (3.73       lits/tried recurMin)
52.02/14.26	c unit cls received        : 0           (0.00      % of units)
52.02/14.26	c unit cls sent            : 5619        (18.49     % of units)
52.02/14.26	c bin cls received         : 0          
52.02/14.26	c bin cls sent             : 1365       
52.02/14.26	c clauses over max glue    : 0           (0.00      % of all clauses)
52.02/14.26	c conflicts                : 6516        (126.15    / sec)
52.02/14.26	c decisions                : 62969       (1.25      % random)
52.02/14.26	c bogo-props               : 256760189   (4971045.25 / sec)
52.02/14.26	c conflict literals        : 2610701     (22.79     % deleted)
52.02/14.26	c Memory used              : 662.25      MB
52.02/14.26	c single-thread CPU time   : 51.65       s
52.02/14.26	c all-threads sum CPU time : 51.65       s
52.02/14.26	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-3369589-1305394096/watcher-3369589-1305394096 -o /tmp/evaluation-result-3369589-1305394096/solver-3369589-1305394096 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369589-1305394096.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.59 7.91 7.94 6/350 15013
/proc/meminfo: memFree=25167824/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 413 0 0 0 1 0 0 0 23 0 4 0 651010152 52465664 353 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820475314 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 12809 353 303 112 0 7774 0
[pid=15013/tid=15014] ppid=15011 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 651010153 52465664 353 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820475308 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 651010153 52465664 353 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820475321 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651010153 52465664 353 33554432000 4194304 4650419 140733232758160 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.092153 s]
/proc/loadavg: 7.59 7.91 7.94 6/350 15013
/proc/meminfo: memFree=25167824/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=325044 CPUtime=0.32 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 37882 0 0 0 23 9 0 0 18 0 4 0 651010152 332845056 29230 33554432000 4194304 4650419 140733232758160 18446744073709551615 4545889 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 81261 29230 343 112 0 76226 0
[pid=15013/tid=15014] ppid=15011 vsize=325044 CPUtime=0.07 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 9497 0 0 0 5 2 0 0 18 0 4 0 651010153 332845056 29230 33554432000 4194304 4650419 140733232758160 18446744073709551615 230808834258 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=325044 CPUtime=0.07 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 9504 0 0 0 6 1 0 0 18 0 4 0 651010153 332845056 29230 33554432000 4194304 4650419 140733232758160 18446744073709551615 4306188 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=325044 CPUtime=0.06 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 9284 0 0 0 4 2 0 0 25 0 4 0 651010153 332845056 29230 33554432000 4194304 4650419 140733232758160 18446744073709551615 4545773 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 325044

[startup+0.101151 s]
/proc/loadavg: 7.59 7.91 7.94 6/350 15013
/proc/meminfo: memFree=25167824/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=325044 CPUtime=0.35 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 37958 0 0 0 26 9 0 0 18 0 4 0 651010152 332845056 29304 33554432000 4194304 4650419 140733232758160 18446744073709551615 230808830788 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 81261 29304 343 112 0 76226 0
[pid=15013/tid=15014] ppid=15011 vsize=325044 CPUtime=0.08 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 9518 0 0 0 6 2 0 0 18 0 4 0 651010153 332845056 29304 33554432000 4194304 4650419 140733232758160 18446744073709551615 4546990 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=325044 CPUtime=0.08 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 9525 0 0 0 7 1 0 0 18 0 4 0 651010153 332845056 29304 33554432000 4194304 4650419 140733232758160 18446744073709551615 4547284 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=325044 CPUtime=0.07 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 9301 0 0 0 5 2 0 0 25 0 4 0 651010153 332845056 29304 33554432000 4194304 4650419 140733232758160 18446744073709551615 4545871 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 325044

[startup+0.301113 s]
/proc/loadavg: 7.59 7.91 7.94 6/350 15013
/proc/meminfo: memFree=25167824/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=373024 CPUtime=1.15 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 57382 0 0 0 100 15 0 0 18 0 4 0 651010152 381976576 48705 33554432000 4194304 4650419 140733232758160 18446744073709551615 230808826913 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 93256 48713 345 112 0 88221 0
[pid=15013/tid=15014] ppid=15011 vsize=373024 CPUtime=0.28 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 14229 0 0 0 24 4 0 0 18 0 4 0 651010153 381976576 48713 33554432000 4194304 4650419 140733232758160 18446744073709551615 4319147 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=373024 CPUtime=0.28 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 14165 0 0 0 25 3 0 0 18 0 4 0 651010153 381976576 48714 33554432000 4194304 4650419 140733232758160 18446744073709551615 230808834415 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=373024 CPUtime=0.27 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 14337 0 0 0 24 3 0 0 25 0 4 0 651010153 381976576 48715 33554432000 4194304 4650419 140733232758160 18446744073709551615 4372474 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 373024

[startup+0.70104 s]
/proc/loadavg: 7.59 7.91 7.94 6/350 15013
/proc/meminfo: memFree=25167824/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=419192 CPUtime=2.72 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 94010 0 0 0 242 30 0 0 18 0 4 0 651010152 429252608 85224 33554432000 4194304 4650419 140733232758160 18446744073709551615 4372321 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 104798 85224 353 112 0 99763 0
[pid=15013/tid=15014] ppid=15011 vsize=419192 CPUtime=0.66 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 23339 0 0 0 58 8 0 0 18 0 4 0 651010153 429252608 85224 33554432000 4194304 4650419 140733232758160 18446744073709551615 230808826913 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=419192 CPUtime=0.67 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 23298 0 0 0 60 7 0 0 18 0 4 0 651010153 429252608 85224 33554432000 4194304 4650419 140733232758160 18446744073709551615 4372487 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=419192 CPUtime=0.67 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 23716 0 0 0 61 6 0 0 25 0 4 0 651010153 429252608 85224 33554432000 4194304 4650419 140733232758160 18446744073709551615 4224586 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 419192

[startup+1.5009 s]
/proc/loadavg: 7.62 7.91 7.94 10/354 15017
/proc/meminfo: memFree=24810052/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=634224 CPUtime=5.9 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 103949 0 0 0 559 31 0 0 19 0 4 0 651010152 649445376 91956 33554432000 4194304 4650419 140733232758160 18446744073709551615 4370678 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 158556 91956 373 112 0 153521 0
[pid=15013/tid=15014] ppid=15011 vsize=634224 CPUtime=1.47 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 26226 0 0 0 138 9 0 0 19 0 4 0 651010153 649445376 91956 33554432000 4194304 4650419 140733232758160 18446744073709551615 4370329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=634224 CPUtime=1.48 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 26165 0 0 0 140 8 0 0 19 0 4 0 651010153 649445376 91956 33554432000 4194304 4650419 140733232758160 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=634224 CPUtime=1.46 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 24994 0 0 0 140 6 0 0 25 0 4 0 651010153 649445376 91956 33554432000 4194304 4650419 140733232758160 18446744073709551615 4315038 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 634224

[startup+3.1006 s]
/proc/loadavg: 7.62 7.91 7.94 9/354 15017
/proc/meminfo: memFree=24787356/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=635316 CPUtime=12.29 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 105906 0 0 0 1196 33 0 0 22 0 4 0 651010152 650563584 93913 33554432000 4194304 4650419 140733232758160 18446744073709551615 4244973 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 158829 93913 373 112 0 153794 0
[pid=15013/tid=15014] ppid=15011 vsize=635316 CPUtime=3.06 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 26568 0 0 0 297 9 0 0 22 0 4 0 651010153 650563584 93913 33554432000 4194304 4650419 140733232758160 18446744073709551615 4371314 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=635316 CPUtime=3.07 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 26508 0 0 0 299 8 0 0 22 0 4 0 651010153 650563584 93913 33554432000 4194304 4650419 140733232758160 18446744073709551615 4370649 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=635316 CPUtime=3.04 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 25924 0 0 0 298 6 0 0 25 0 4 0 651010153 650563584 93913 33554432000 4194304 4650419 140733232758160 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 635316

[startup+6.30102 s]
/proc/loadavg: 7.62 7.91 7.94 9/354 15017
/proc/meminfo: memFree=24761084/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=670016 CPUtime=25.04 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 108111 0 0 0 2470 34 0 0 25 0 4 0 651010152 686096384 96118 33554432000 4194304 4650419 140733232758160 18446744073709551615 4370264 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 167504 96118 373 112 0 162469 0
[pid=15013/tid=15014] ppid=15011 vsize=670016 CPUtime=6.26 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 26828 0 0 0 617 9 0 0 25 0 4 0 651010153 686096384 96118 33554432000 4194304 4650419 140733232758160 18446744073709551615 4302842 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=670016 CPUtime=6.27 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 26769 0 0 0 619 8 0 0 25 0 4 0 651010153 686096384 96118 33554432000 4194304 4650419 140733232758160 18446744073709551615 4369093 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=670016 CPUtime=6.2 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 27348 0 0 0 613 7 0 0 25 0 4 0 651010153 686096384 96118 33554432000 4194304 4650419 140733232758160 18446744073709551615 4229472 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 670016

[startup+12.7009 s]
/proc/loadavg: 7.51 7.88 7.93 5/348 15038
/proc/meminfo: memFree=25273488/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=678140 CPUtime=49.01 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 137346 0 0 0 4852 49 0 0 25 0 4 0 651010152 694415360 125290 33554432000 4194304 4650419 140733232758160 18446744073709551615 4550246 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 169535 125290 391 112 0 164500 0
[pid=15013/tid=15014] ppid=15011 vsize=678140 CPUtime=12.02 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35696 0 0 0 1190 12 0 0 23 0 4 0 651010153 694415360 125290 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=678140 CPUtime=11.82 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35656 0 0 0 1167 15 0 0 22 0 4 0 651010153 694415360 125290 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=678140 CPUtime=12.54 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 30024 0 0 0 1246 8 0 0 25 0 4 0 651010153 694415360 125290 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820450336 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.01
Current children cumulated vsize (KiB) 678140

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

[startup+13.5008 s]
/proc/loadavg: 7.51 7.88 7.93 8/354 15047
/proc/meminfo: memFree=25074408/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=678140 CPUtime=50.61 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 137408 0 0 0 5012 49 0 0 25 0 4 0 651010152 694415360 125321 33554432000 4194304 4650419 140733232758160 18446744073709551615 4441575 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 169535 125321 391 112 0 164500 0
[pid=15013/tid=15014] ppid=15011 vsize=678140 CPUtime=12.02 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35696 0 0 0 1190 12 0 0 23 0 4 0 651010153 694415360 125321 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=678140 CPUtime=11.82 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35656 0 0 0 1167 15 0 0 22 0 4 0 651010153 694415360 125321 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=678140 CPUtime=13.34 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 30024 0 0 0 1326 8 0 0 25 0 4 0 651010153 694415360 125321 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820450347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 678140

[startup+13.9007 s]
/proc/loadavg: 7.51 7.88 7.93 8/354 15047
/proc/meminfo: memFree=25074408/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=678140 CPUtime=51.41 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 137411 0 0 0 5092 49 0 0 25 0 4 0 651010152 694415360 125324 33554432000 4194304 4650419 140733232758160 18446744073709551615 4420407 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 169535 125324 391 112 0 164500 0
[pid=15013/tid=15014] ppid=15011 vsize=678140 CPUtime=12.02 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35696 0 0 0 1190 12 0 0 23 0 4 0 651010153 694415360 125324 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=678140 CPUtime=11.82 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35656 0 0 0 1167 15 0 0 22 0 4 0 651010153 694415360 125324 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=678140 CPUtime=13.74 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 30024 0 0 0 1366 8 0 0 25 0 4 0 651010153 694415360 125324 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820450500 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.41
Current children cumulated vsize (KiB) 678140

[startup+14.1007 s]
/proc/loadavg: 7.51 7.88 7.93 8/354 15047
/proc/meminfo: memFree=25074408/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=678140 CPUtime=51.81 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 137412 0 0 0 5132 49 0 0 25 0 4 0 651010152 694415360 125325 33554432000 4194304 4650419 140733232758160 18446744073709551615 4528498 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 169535 125325 391 112 0 164500 0
[pid=15013/tid=15014] ppid=15011 vsize=678140 CPUtime=12.02 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35696 0 0 0 1190 12 0 0 23 0 4 0 651010153 694415360 125325 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=678140 CPUtime=11.82 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35656 0 0 0 1167 15 0 0 22 0 4 0 651010153 694415360 125325 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=678140 CPUtime=13.94 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 30024 0 0 0 1386 8 0 0 25 0 4 0 651010153 694415360 125325 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820450500 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.81
Current children cumulated vsize (KiB) 678140

[startup+14.2006 s]
/proc/loadavg: 7.51 7.88 7.93 7/354 15047
/proc/meminfo: memFree=25070068/32951124 swapFree=40554400/67111528
[pid=15013] ppid=15011 vsize=678140 CPUtime=52.02 cores=0,2,4,6
/proc/15013/stat : 15013 (strangenight1-m) R 15011 15013 14540 0 -1 4202496 137412 0 0 0 5153 49 0 0 25 0 4 0 651010152 694415360 125325 33554432000 4194304 4650419 140733232758160 18446744073709551615 4506802 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15013/statm: 169535 125325 391 112 0 164500 0
[pid=15013/tid=15014] ppid=15011 vsize=678140 CPUtime=12.02 cores=0,2,4,6
/proc/15013/task/15014/stat : 15014 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35696 0 0 0 1190 12 0 0 23 0 4 0 651010153 694415360 125325 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 0 0 0 0
[pid=15013/tid=15015] ppid=15011 vsize=678140 CPUtime=11.82 cores=0,2,4,6
/proc/15013/task/15015/stat : 15015 (strangenight1-m) S 15011 15013 14540 0 -1 4202560 35656 0 0 0 1167 15 0 0 22 0 4 0 651010153 694415360 125325 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820474932 0 0 4096 2 18446604440496012288 0 0 -1 4 0 0 0
[pid=15013/tid=15016] ppid=15011 vsize=678140 CPUtime=14.05 cores=0,2,4,6
/proc/15013/task/15016/stat : 15016 (strangenight1-m) R 15011 15013 14540 0 -1 4202560 30024 0 0 0 1397 8 0 0 25 0 4 0 651010153 694415360 125325 33554432000 4194304 4650419 140733232758160 18446744073709551615 47645820450347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 52.02
Current children cumulated vsize (KiB) 678140

Child status: 20
Real time (s): 14.2876
CPU time (s): 52.1701
CPU user time (s): 51.6511
CPU system time (s): 0.518921
CPU usage (%): 365.142
Max. virtual memory (cumulated for all children) (KiB): 678140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.6511
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137415
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= 14903
involuntary context switches= 354

runsolver used 0.048992 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 19:28:17
IDJOB=3369589
IDBENCH=82426
IDSOLVER=1846
FILE ID=node104/3369589-1305394096
RUNJOBID= node104-1305393593-14854
PBS_JOBID= 13324447
Free space on /tmp= 73300 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
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-3369589-1305394096/watcher-3369589-1305394096 -o /tmp/evaluation-result-3369589-1305394096/solver-3369589-1305394096 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369589-1305394096.cnf

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=1506903138

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:      25168104 kB
Buffers:        287912 kB
Cached:        2452292 kB
SwapCached:     122128 kB
Active:        1563924 kB
Inactive:      5948676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25168104 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:          103036 kB
Writeback:           0 kB
AnonPages:     4663660 kB
Mapped:          11528 kB
Slab:           120596 kB
PageTables:      85760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75527308 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= 73328 MiB
End job on node104 at 2011-05-14 19:28:31