Trace number 3293798

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 77.7342 20.5151

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-6-U-7061.cnf
MD5SUMb15321a24257fa4bdfd9c20c782f4c0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.97739
Satisfiable
(Un)Satisfiability was proved
Number of variables370048
Number of clauses1118066
Sum of the clauses size2910246
Maximum clause length493
Minimum clause length1
Number of clauses of size 194
Number of clauses of size 2742801
Number of clauses of size 3369913
Number of clauses of size 41454
Number of clauses of size 5618
Number of clauses of size over 53186

Solver Data

0.00/0.05	c Outputting solution to console
0.00/0.05	c Using 4 threads
0.00/0.05	c This is CryptoMiniSat 2.9.0
0.00/0.05	c compiled with gcc version 4.4.5
0.00/0.05	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.05	c Reading file 'HOME/instance-3293798-1304181840.cnf'
0.00/0.05	c -- header says num vars:         370048
0.00/0.05	c -- header says num clauses:     1118066
2.20/0.82	c -- clauses added:            0 learnts,      1118066 normals,            0 xors
2.20/0.82	c -- vars added     370048
2.20/0.82	c Parsing time:  1.40 s
2.20/0.82	c  N st     0         0    370048    342439    717495         0   2705884         0   no data   no data  --
4.97/1.54	c asymm  cl-useful: 64/64/322352 lits-rem:10363 time: 2.76
50.11/12.80	c Flit:  8883 Blit:  13418 bXBeca:    0 bXProp: 23254 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 44.76
50.11/12.86	c Cleaning up after failed var search:     0.22 s 
50.51/12.96	c Replacing    23255 vars Replaced   349566 lits Time:     0.33 s 
51.33/13.14	c bin-w-bin subsume rem          469 bins  time:  0.23 s
51.73/13.29	c subs with bin:      330  lits-rem:      6757  v-fix:    0  time:  0.57 s
74.52/19.02	c Subs w/ non-existent bins:    177 l-rem:   2469 v-fix:   969 done:  27023 time: 22.44 s
75.12/19.26	c Removed useless bin:       3  fixed:     0  props:  20.03M  time:  0.66 s
76.73/20.07	c lits-rem:        77  cl-subs:    12101  v-elim:  95148  v-fix:    0  time:  1.58 s
76.93/20.13	c Finding binary XORs  T:     0.12 s  found:   14173
77.14/20.21	c Replacing    14173 vars Replaced   170287 lits Time:     0.15 s 
77.54/20.42	c Finding non-binary XORs:     0.32 s (found:    6617, avg size: 3.0)
77.54/20.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1973 locsubst:   138 time:   0.10
77.54/20.47	c Calc default polars -  time:   0.05 s pos:  140188 undec:  210734 neg:   19126
77.54/20.47	c =========================================================================================
77.54/20.47	c types(t): F = full restart, N = normal restart
77.54/20.47	c types(t): S = simplification begin/end, E = solution found
77.54/20.47	c restart types(rt): st = static, dy = dynamic
77.54/20.47	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
77.54/20.47	c  B st     0         0    173181    303966    283008         0   1539245         0   no data   no data  --
77.54/20.47	c Following stats are for *FIRST FINISHED THREAD ONLY*
77.54/20.47	c num threads              : 4          
77.54/20.47	c restarts                 : 6          
77.54/20.47	c dynamic restarts         : 6          
77.54/20.47	c static restarts          : 0          
77.54/20.47	c full restarts            : 0          
77.54/20.47	c total simplify time      : 1.16       
77.54/20.47	c learnts DL2              : 0          
77.54/20.47	c learnts size 2           : 725238     
77.54/20.47	c learnts size 1           : 71680       (19.37     % of vars)
77.54/20.47	c filedLit time            : 0.00        (0.00      % time)
77.54/20.47	c v-elim SatELite          : 0           (0.00      % vars)
77.54/20.47	c SatELite time            : 0.00        (0.00      % time)
77.54/20.47	c v-elim xor               : 0           (0.00      % vars)
77.54/20.47	c xor elim time            : 0.00        (0.00      % time)
77.54/20.47	c num binary xor trees     : 5736       
77.54/20.47	c binxor trees' crown      : 17800       (3.10      leafs/tree)
77.54/20.47	c bin xor find time        : 0.43       
77.54/20.47	c OTF clause improved      : 22          (0.02      clauses/conflict)
77.54/20.47	c OTF impr. size diff      : 37          (1.68       lits/clause)
77.54/20.47	c OTF cl watch-shrink      : 288         (0.26      clauses/conflict)
77.54/20.47	c OTF cl watch-sh-lit      : 1129        (3.92       lits/clause)
77.54/20.47	c tried to recurMin cls    : 695         (62.33      % of conflicts)
77.54/20.47	c updated cache            : 1676        (2.41       lits/tried recurMin)
77.54/20.47	c unit cls received        : 0           (0.00      % of units)
77.54/20.47	c unit cls sent            : 0           (0.00      % of units)
77.54/20.47	c bin cls received         : 0          
77.54/20.47	c bin cls sent             : 0          
77.54/20.47	c clauses over max glue    : 0           (0.00      % of all clauses)
77.54/20.47	c conflicts                : 1115        (14.57     / sec)
77.54/20.47	c decisions                : 4090        (1.27      % random)
77.54/20.47	c bogo-props               : 101009887   (1320039.24 / sec)
77.54/20.47	c conflict literals        : 50947       (30.75     % deleted)
77.54/20.47	c Memory used              : 1166.02     MB
77.54/20.47	c single-thread CPU time   : 76.52       s
77.54/20.47	c all-threads sum CPU time : 76.52       s
77.54/20.47	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-3293798-1304181840/watcher-3293798-1304181840 -o /tmp/evaluation-result-3293798-1304181840/solver-3293798-1304181840 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3293798-1304181840.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: 3.70 4.80 6.42 1/177 15312
/proc/meminfo: memFree=29335912/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/15312/stat : 15312 (runsolver) S 15310 15312 14756 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 529781942 12083200 52 33554432000 4194304 5434984 140735467876896 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071700214583 0 0 17 5 0 0 0
/proc/15312/statm: 2950 52 31 303 0 2644 0

[startup+0.0872501 s]
/proc/loadavg: 3.70 4.80 6.42 1/177 15312
/proc/meminfo: memFree=29335912/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=326960 CPUtime=0.1 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) S 15310 15312 14756 0 -1 4202496 21563 0 0 0 6 4 0 0 18 0 4 0 529781942 334807040 17188 33554432000 4194304 4650419 140733783038784 18446744073709551615 255377406446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15312/statm: 81740 17215 345 112 0 76705 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 326960

[startup+0.104174 s]
/proc/loadavg: 3.70 4.80 6.42 1/177 15312
/proc/meminfo: memFree=29335912/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=358536 CPUtime=0.17 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) S 15310 15312 14756 0 -1 4202496 34681 0 0 0 11 6 0 0 18 0 4 0 529781942 367140864 26029 33554432000 4194304 4650419 140733783038784 18446744073709551615 255377406446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15312/statm: 89634 26059 345 112 0 84599 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 358536

[startup+0.301156 s]
/proc/loadavg: 3.70 4.80 6.42 1/177 15312
/proc/meminfo: memFree=29335912/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=739060 CPUtime=0.86 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) S 15310 15312 14756 0 -1 4202496 137325 0 0 0 60 26 0 0 17 0 4 0 529781942 756797440 103255 33554432000 4194304 4650419 140733783038784 18446744073709551615 255377406446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15312/statm: 184765 103292 345 112 0 179730 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 739060

[startup+0.700912 s]
/proc/loadavg: 3.70 4.80 6.42 1/177 15312
/proc/meminfo: memFree=29335912/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=817144 CPUtime=1.93 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) R 15310 15312 14756 0 -1 4202496 159668 0 0 0 117 76 0 0 17 0 4 0 529781942 836755456 125598 33554432000 4194304 4650419 140733783038784 18446744073709551615 255377406446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15312/statm: 204286 125600 345 112 0 199251 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 817144

[startup+1.50077 s]
/proc/loadavg: 3.56 4.76 6.40 6/180 15316
/proc/meminfo: memFree=28629608/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=956820 CPUtime=4.97 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) R 15310 15312 14756 0 -1 4202496 171911 0 0 0 407 90 0 0 18 0 4 0 529781942 979783680 137536 33554432000 4194304 4650419 140733783038784 18446744073709551615 4370329 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15312/statm: 239205 137536 369 112 0 234170 0
[pid=15312/tid=15314] ppid=15310 vsize=956820 CPUtime=1.24 cores=1,3,5,7
/proc/15312/task/15314/stat : 15314 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 42652 0 0 0 103 21 0 0 18 0 4 0 529781947 979783680 137536 33554432000 4194304 4650419 140733783038784 18446744073709551615 4370340 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15312/tid=15315] ppid=15310 vsize=956820 CPUtime=1.26 cores=1,3,5,7
/proc/15312/task/15315/stat : 15315 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 43029 0 0 0 103 23 0 0 18 0 4 0 529781947 979783680 137536 33554432000 4194304 4650419 140733783038784 18446744073709551615 4369381 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15312/tid=15316] ppid=15310 vsize=956820 CPUtime=1.24 cores=1,3,5,7
/proc/15312/task/15316/stat : 15316 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 46029 0 0 0 101 23 0 0 18 0 4 0 529781947 979783680 137536 33554432000 4194304 4650419 140733783038784 18446744073709551615 4229486 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 956820

[startup+3.10047 s]
/proc/loadavg: 3.56 4.76 6.40 9/188 15325
/proc/meminfo: memFree=26558868/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=901520 CPUtime=11.36 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) R 15310 15312 14756 0 -1 4202496 186945 0 0 0 1043 93 0 0 21 0 4 0 529781942 923156480 145794 33554432000 4194304 4650419 140733783038784 18446744073709551615 4369400 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15312/statm: 225380 145794 373 112 0 220345 0
[pid=15312/tid=15314] ppid=15310 vsize=901520 CPUtime=2.83 cores=1,3,5,7
/proc/15312/task/15314/stat : 15314 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 47643 0 0 0 261 22 0 0 21 0 4 0 529781947 923156480 145794 33554432000 4194304 4650419 140733783038784 18446744073709551615 4369397 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15312/tid=15315] ppid=15310 vsize=901520 CPUtime=2.86 cores=1,3,5,7
/proc/15312/task/15315/stat : 15315 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 47991 0 0 0 262 24 0 0 21 0 4 0 529781947 923156480 145794 33554432000 4194304 4650419 140733783038784 18446744073709551615 4369253 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15312/tid=15316] ppid=15310 vsize=901520 CPUtime=2.84 cores=1,3,5,7
/proc/15312/task/15316/stat : 15316 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 46068 0 0 0 261 23 0 0 21 0 4 0 529781947 923156480 145794 33554432000 4194304 4650419 140733783038784 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 901520

[startup+6.30088 s]
/proc/loadavg: 4.24 4.88 6.43 11/188 15325
/proc/meminfo: memFree=25744172/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=901520 CPUtime=24.16 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) R 15310 15312 14756 0 -1 4202496 187027 0 0 0 2321 95 0 0 25 0 4 0 529781942 923156480 145876 33554432000 4194304 4650419 140733783038784 18446744073709551615 4369387 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15312/statm: 225380 145876 373 112 0 220345 0
[pid=15312/tid=15314] ppid=15310 vsize=901520 CPUtime=6.04 cores=1,3,5,7
/proc/15312/task/15314/stat : 15314 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 47647 0 0 0 582 22 0 0 25 0 4 0 529781947 923156480 145876 33554432000 4194304 4650419 140733783038784 18446744073709551615 4369860 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15312/tid=15315] ppid=15310 vsize=901520 CPUtime=6.06 cores=1,3,5,7
/proc/15312/task/15315/stat : 15315 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 47991 0 0 0 582 24 0 0 25 0 4 0 529781947 923156480 145876 33554432000 4194304 4650419 140733783038784 18446744073709551615 4369219 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15312/tid=15316] ppid=15310 vsize=901520 CPUtime=6.04 cores=1,3,5,7
/proc/15312/task/15316/stat : 15316 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 46137 0 0 0 579 25 0 0 25 0 4 0 529781947 923156480 145876 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994971981355 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 901520

[startup+12.7007 s]
/proc/loadavg: 4.54 4.93 6.44 9/188 15325
/proc/meminfo: memFree=25533660/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=902032 CPUtime=49.71 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) R 15310 15312 14756 0 -1 4202496 187609 0 0 0 4876 95 0 0 25 0 4 0 529781942 923680768 146458 33554432000 4194304 4650419 140733783038784 18446744073709551615 4369376 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15312/statm: 225508 146458 373 112 0 220473 0
[pid=15312/tid=15314] ppid=15310 vsize=902032 CPUtime=12.44 cores=1,3,5,7
/proc/15312/task/15314/stat : 15314 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 47817 0 0 0 1222 22 0 0 25 0 4 0 529781947 923680768 146458 33554432000 4194304 4650419 140733783038784 18446744073709551615 4224627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15312/tid=15315] ppid=15310 vsize=902032 CPUtime=12.46 cores=1,3,5,7
/proc/15312/task/15315/stat : 15315 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 48121 0 0 0 1222 24 0 0 25 0 4 0 529781947 923680768 146458 33554432000 4194304 4650419 140733783038784 18446744073709551615 4369211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15312/tid=15316] ppid=15310 vsize=902032 CPUtime=12.44 cores=1,3,5,7
/proc/15312/task/15316/stat : 15316 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 46137 0 0 0 1219 25 0 0 25 0 4 0 529781947 923680768 146458 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994971981508 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (KiB) 902032

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

[startup+15.9011 s]
/proc/loadavg: 4.82 4.98 6.45 9/188 15325
/proc/meminfo: memFree=25368376/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=1128468 CPUtime=62.48 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) R 15310 15312 14756 0 -1 4202496 229447 0 0 0 6144 104 0 0 25 0 4 0 529781942 1155551232 187836 33554432000 4194304 4650419 140733783038784 18446744073709551615 4550442 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15312/statm: 282117 187836 385 112 0 277082 0
[pid=15312/tid=15314] ppid=15310 vsize=1128468 CPUtime=15.63 cores=1,3,5,7
/proc/15312/task/15314/stat : 15314 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 62374 0 0 0 1538 25 0 0 22 0 4 0 529781947 1155551232 187836 33554432000 4194304 4650419 140733783038784 18446744073709551615 4550362 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15312/tid=15315] ppid=15310 vsize=1128468 CPUtime=15.65 cores=1,3,5,7
/proc/15312/task/15315/stat : 15315 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 60458 0 0 0 1538 27 0 0 22 0 4 0 529781947 1155551232 187836 33554432000 4194304 4650419 140733783038784 18446744073709551615 4550167 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15312/tid=15316] ppid=15310 vsize=1128468 CPUtime=15.64 cores=1,3,5,7
/proc/15312/task/15316/stat : 15316 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 46137 0 0 0 1539 25 0 0 25 0 4 0 529781947 1155551232 187836 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994971981508 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 62.48
Current children cumulated vsize (KiB) 1128468

[startup+19.1005 s]
/proc/loadavg: 4.82 4.98 6.45 9/188 15325
/proc/meminfo: memFree=25273524/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=1128468 CPUtime=74.82 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) R 15310 15312 14756 0 -1 4202496 268121 0 0 0 7370 112 0 0 25 0 4 0 529781942 1155551232 214645 33554432000 4194304 4650419 140733783038784 18446744073709551615 4303576 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15312/statm: 282117 214645 393 112 0 277082 0
[pid=15312/tid=15314] ppid=15310 vsize=1128468 CPUtime=18.83 cores=1,3,5,7
/proc/15312/task/15314/stat : 15314 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 79510 0 0 0 1854 29 0 0 18 0 4 0 529781947 1155551232 214645 33554432000 4194304 4650419 140733783038784 18446744073709551615 4300398 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15312/tid=15315] ppid=15310 vsize=1128468 CPUtime=18.4 cores=1,3,5,7
/proc/15312/task/15315/stat : 15315 (strangenight1-m) S 15310 15312 14756 0 -1 4202560 81995 0 0 0 1809 31 0 0 18 0 4 0 529781947 1155551232 214645 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994972005940 0 0 4096 2 18446604471084431360 0 0 -1 3 0 0 0
[pid=15312/tid=15316] ppid=15310 vsize=1128468 CPUtime=18.84 cores=1,3,5,7
/proc/15312/task/15316/stat : 15316 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 46137 0 0 0 1859 25 0 0 25 0 4 0 529781947 1155551232 214645 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994971981508 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 74.82
Current children cumulated vsize (KiB) 1128468

[startup+19.9004 s]
/proc/loadavg: 4.82 4.98 6.45 7/188 15325
/proc/meminfo: memFree=25220824/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=1194004 CPUtime=76.54 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) R 15310 15312 14756 0 -1 4202496 285117 0 0 0 7538 116 0 0 25 0 4 0 529781942 1222660096 231637 33554432000 4194304 4650419 140733783038784 18446744073709551615 255376998859 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15312/statm: 298501 231660 393 112 0 293466 0
[pid=15312/tid=15314] ppid=15310 vsize=1194004 CPUtime=18.95 cores=1,3,5,7
/proc/15312/task/15314/stat : 15314 (strangenight1-m) S 15310 15312 14756 0 -1 4202560 79510 0 0 0 1866 29 0 0 18 0 4 0 529781947 1222660096 231671 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994972005940 0 0 4096 2 18446604471084431360 0 0 -1 5 0 0 0
[pid=15312/tid=15315] ppid=15310 vsize=1194004 CPUtime=18.4 cores=1,3,5,7
/proc/15312/task/15315/stat : 15315 (strangenight1-m) S 15310 15312 14756 0 -1 4202560 81995 0 0 0 1809 31 0 0 18 0 4 0 529781947 1222660096 231683 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994972005940 0 0 4096 2 18446604471084431360 0 0 -1 3 0 0 0
[pid=15312/tid=15316] ppid=15310 vsize=1194004 CPUtime=19.64 cores=1,3,5,7
/proc/15312/task/15316/stat : 15316 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 46137 0 0 0 1939 25 0 0 25 0 4 0 529781947 1222660096 231696 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994971981355 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 76.54
Current children cumulated vsize (KiB) 1194004

[startup+20.3003 s]
/proc/loadavg: 4.82 4.98 6.45 7/188 15325
/proc/meminfo: memFree=25220824/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=1194004 CPUtime=77.34 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) R 15310 15312 14756 0 -1 4202496 287601 0 0 0 7617 117 0 0 25 0 4 0 529781942 1222660096 229676 33554432000 4194304 4650419 140733783038784 18446744073709551615 4384582 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15312/statm: 298501 229690 393 112 0 293466 0
[pid=15312/tid=15314] ppid=15310 vsize=1194004 CPUtime=18.95 cores=1,3,5,7
/proc/15312/task/15314/stat : 15314 (strangenight1-m) S 15310 15312 14756 0 -1 4202560 79510 0 0 0 1866 29 0 0 18 0 4 0 529781947 1222660096 229695 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994972005940 0 0 4096 2 18446604471084431360 0 0 -1 5 0 0 0
[pid=15312/tid=15315] ppid=15310 vsize=1194004 CPUtime=18.4 cores=1,3,5,7
/proc/15312/task/15315/stat : 15315 (strangenight1-m) S 15310 15312 14756 0 -1 4202560 81995 0 0 0 1809 31 0 0 18 0 4 0 529781947 1222660096 229702 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994972005940 0 0 4096 2 18446604471084431360 0 0 -1 3 0 0 0
[pid=15312/tid=15316] ppid=15310 vsize=1194004 CPUtime=20.04 cores=1,3,5,7
/proc/15312/task/15316/stat : 15316 (strangenight1-m) R 15310 15312 14756 0 -1 4202560 46137 0 0 0 1979 25 0 0 25 0 4 0 529781947 1222660096 229709 33554432000 4194304 4650419 140733783038784 18446744073709551615 47994971981355 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 77.34
Current children cumulated vsize (KiB) 1194004

[startup+20.5003 s]
/proc/loadavg: 4.82 4.98 6.45 7/188 15325
/proc/meminfo: memFree=25220824/32951124 swapFree=67111352/67111528
[pid=15312] ppid=15310 vsize=0 CPUtime=77.71 cores=1,3,5,7
/proc/15312/stat : 15312 (strangenight1-m) Z 15310 15312 14756 0 -1 4203548 288660 0 0 0 7652 119 0 0 25 0 2 0 529781942 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15312/statm: 0 0 0 0 0 0 0
[pid=15312/tid=15314] ppid=15310 vsize=0 CPUtime=18.97 cores=1,3,5,7
/proc/15312/task/15314/stat : 15314 (strangenight1-m) R 15310 15312 14756 0 -1 4203588 79510 0 0 0 1866 31 0 0 18 0 2 0 529781947 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 77.71
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 20.5151
CPU time (s): 77.7342
CPU user time (s): 76.5204
CPU system time (s): 1.21381
CPU usage (%): 378.912
Max. virtual memory (cumulated for all children) (KiB): 1194004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.5204
system time used= 1.21381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288660
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= 39888
involuntary context switches= 317

runsolver used 0.029995 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-30 18:44:01
IDJOB=3293798
IDBENCH=88178
IDSOLVER=1588
FILE ID=node135/3293798-1304181840
RUNJOBID= node135-1304181840-15301
PBS_JOBID= 13172439
Free space on /tmp= 72048 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-6-U-7061.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293798-1304181840/watcher-3293798-1304181840 -o /tmp/evaluation-result-3293798-1304181840/solver-3293798-1304181840 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3293798-1304181840.cnf

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

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=261706094

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29338748 kB
Buffers:        957828 kB
Cached:        2069048 kB
SwapCached:        172 kB
Active:         212176 kB
Inactive:      2880608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29338748 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           69948 kB
Writeback:           0 kB
AnonPages:       65828 kB
Mapped:          14500 kB
Slab:           456784 kB
PageTables:       4856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71948 MiB
End job on node135 at 2011-04-30 18:44:21