Trace number 3250230

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-Night2-st? (TO) 1300.06 1300.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3250230-1303542461.cnf'
0.00/0.00	c -- header says num vars:           4229
0.00/0.00	c -- header says num clauses:      100397
0.00/0.04	c -- clauses added:            0 learnts,       100397 normals,            0 xors
0.00/0.04	c -- vars added       4229
0.00/0.04	c Parsing time:  0.03 s
0.00/0.04	c  N st     0         0      4229    100397         0         0    411595         0   no data   no data
0.28/0.39	c asymm  cl-useful: 0/82578/100397 lits-rem:0 time: 0.35
0.38/0.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
0.38/0.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4229 time:  0.00 s
0.38/0.43	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.49/0.53	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.09 s
0.49/0.53	c Finding binary XORs  T:     0.00 s  found:       0
0.49/0.58	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.49/0.58	c calculated reachability. Time: 0.00
0.49/0.58	c Calc default polars -  time:   0.01 s pos:    4219 undec:      10 neg:       0
0.49/0.58	c =========================================================================================
0.49/0.58	c types(t): F = full restart, N = normal restart
0.49/0.58	c types(t): S = simplification begin/end, E = solution found
0.49/0.58	c restart types(rt): st = static, dy = dynamic
0.49/0.58	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.58	c  B st     0         0      4219    100330         0         0    412392         0   no data   no data
0.59/0.66	c Decided on static restart strategy
0.69/0.78	c  N st     8      4918      4219    100330         0      4851    412392    333918   no data   no data
1.10/1.12	c  N st    10     11301      4219    100330         0     11119    412392    741057   no data   no data
1.49/1.52	c  N st    11     17045      4219    100330         0     16726    412392   1100570   no data   no data
1.98/2.06	c  F st    12     25003      4219    100330         0     14728    412392    766504   no data   no data
1.98/2.07	c Found part        1 vars:       2120 clauses:     51317 lits size:    211022
1.98/2.07	c Found part        9 vars:       2099 clauses:     49013 lits size:    201370
1.98/2.07	c Found parts:          2 time: 0.02 s
1.98/2.07	c Solving part 9
2.09/2.15	c  N st     0         0      2099     49013         0     14728    201370    766504   no data   no data
2.20/2.29	c asymm  cl-useful: 0/49013/49013 lits-rem:0 time: 0.15
2.29/2.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
2.29/2.31	c Finding binary XORs  T:     0.00 s  found:       0
2.29/2.33	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
2.29/2.33	c calculated reachability. Time: 0.00
2.29/2.33	c Calc default polars -  time:   0.00 s pos:    2099 undec:    2130 neg:       0
2.29/2.33	c =========================================================================================
2.29/2.33	c types(t): F = full restart, N = normal restart
2.29/2.33	c types(t): S = simplification begin/end, E = solution found
2.29/2.33	c restart types(rt): st = static, dy = dynamic
2.29/2.33	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.29/2.33	c  B st     0         0      2099     49013         0     14728    201370    766504   no data   no data
2.39/2.45	c Decided on static restart strategy
2.59/2.63	c  N st     8      4926      2099     49013         0     19595    201370   1077355   no data   no data
3.09/3.11	c  N st    10     11311      2099     49013         0     14468    201370    724219   no data   no data
3.49/3.59	c  N st    11     17054      2099     49013         0     20103    201370   1126111   no data   no data
4.09/4.14	c  F st    12     25000      2099     49013         0     17773    201370    912017   no data   no data
4.09/4.14	c  N st    12     25000      2099     49013         0     17773    201370    912017   no data   no data
4.49/4.51	c Decided on static restart strategy
4.49/4.51	c  N st    18     30194      2099     49013         0     12801    201370    691074   no data   no data
5.08/5.14	c  N st    20     37304      2099     49013         0     19884    201370   1629454   no data   no data
5.49/5.55	c  N st    21     43704      2099     49013         0     15608    201370    883617   no data   no data
6.49/6.51	c  N st    22     53303      2099     49013         0     13845    201370    773909   no data   no data
7.39/7.49	c  N st    23     67700      2099     49013         0     15860    201370    713115   no data   no data
8.89/8.91	c  F st    24     87501      2099     49013         0     22347    201370   1179883   no data   no data
8.89/8.91	c  N st    24     87501      2099     49013         0     22347    201370   1179883   no data   no data
9.19/9.25	c Decided on static restart strategy
9.39/9.42	c  N st    31     95542      2099     49013         0     16219    201370    590011   no data   no data
10.19/10.20	c  N st    33    106209      2099     49013         0     26695    201370   1339846   no data   no data
11.09/11.10	c  N st    34    115807      2099     49013         0     21261    201370   1529082   no data   no data
12.79/12.81	c  N st    35    130204      2099     49013         0     19531    201370   1132303   no data   no data
14.59/14.63	c  N st    36    151799      2099     49013         0     23714    201370   1254785   no data   no data
19.29/19.37	c  N st    37    184192      2099     49013         0     19041    201370    742488   no data   no data
24.39/24.43	c  N st    38    232780      2099     49013         0     26000    201370   1158406   no data   no data
32.29/32.31	c  N st    39    305663      2099     49013         0     29284    201370   1268380   no data   no data
32.29/32.36	c  F st    40    306251      2099     49013         0     29860    201370   1309384   no data   no data
32.69/32.74	c Decided on static restart strategy
34.79/34.85	c  N st    50    334559      2099     49013         0     32949    201370   1395778   no data   no data
38.59/38.60	c  N st    52    370553      2099     49013         0     42613    201370   2011002   no data   no data
42.59/42.61	c  N st    53    402946      2099     49013         0     47656    201370   2444956   no data   no data
47.99/48.02	c  N st    54    451534      2099     49013         0     39069    201370   1651582   no data   no data
57.79/57.87	c  N st    55    524418      2099     49013         0     50091    201370   2436077   no data   no data
74.99/75.00	c  N st    56    633741      2099     49013         0     60718    201370   5400194   no data   no data
98.10/98.16	c  N st    57    797725      2099     49013         0     38858    201370   1084923   no data   no data
159.60/159.61	c  N st    58   1043702      2099     49013         0     74461    201370   6225868   no data   no data
163.59/163.64	c  F st    59   1071875      2099     49013         0     57375    201370   2740676   no data   no data
163.59/163.64	c  N st    59   1071875      2099     49013         0     57375    201370   2740676   no data   no data
163.99/164.08	c Decided on static restart strategy
166.70/166.72	c  N st    69   1100180      2099     49013         0     85190    201370   4723531   no data   no data
171.19/171.25	c  N st    71   1136173      2099     49013         0     74684    201370   3278967   no data   no data
176.80/176.89	c  N st    72   1168565      2099     49013         0     60354    201370   3540943   no data   no data
183.00/183.02	c  N st    73   1217153      2099     49013         0     60831    201370   2610126   no data   no data
197.69/197.78	c  N st    74   1290042      2099     49013         0     84645    201370   6915846   no data   no data
218.20/218.21	c  N st    75   1399367      2099     49013         0     92123    201370   6094031   no data   no data
258.70/258.76	c  N st    76   1563351      2099     49013         0     97169    201370   8973499   no data   no data
332.40/332.47	c  N st    77   1809327      2099     49013         0    116585    201370  11622841   no data   no data
454.51/454.53	c  N st    78   2178291      2099     49013         0    115555    201370  10456807   no data   no data
610.61/610.65	c  N st    79   2731738      2099     49013         0    119128    201370   9986751   no data   no data
943.22/943.26	c  N st    80   3561907      2099     49013         0     89997    201370   3322085   no data   no data
994.43/994.46	c  F st    81   3751562      2099     49013         0    109078    201370   4326895   no data   no data
994.43/994.46	c  N st    81   3751562      2099     49013         0    109078    201370   4326895   no data   no data
995.13/995.15	c Decided on static restart strategy
998.23/998.26	c  N st    91   3779871      2099     49013         0    136897    201370   6270239   no data   no data
1004.73/1004.75	c  N st    93   3815863      2099     49013         0     87403    201370   2575624   no data   no data
1014.63/1014.68	c  N st    94   3848257      2099     49013         0    119652    201370   8245270   no data   no data
1023.63/1023.67	c  N st    95   3896845      2099     49013         0    167911    201370  13663013   no data   no data
1052.53/1052.54	c  N st    96   3969730      2099     49013         0    154354    201370  14626196   no data   no data
1098.73/1098.78	c  N st    97   4079053      2099     49013         0    175539    201370  17378909   no data   no data
1147.13/1147.16	c  N st    98   4243038      2099     49013         0    159763    201370  11724431   no data   no data
1198.13/1198.10	c  N st    99   4489015      2099     49013         0    129487    201370   7241788   no data   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3250230-1303542461/watcher-3250230-1303542461 -o /tmp/evaluation-result-3250230-1303542461/solver-3250230-1303542461 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3250230-1303542461.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.36 2.88 3.34 5/185 2812
/proc/meminfo: memFree=14576252/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=20396 CPUtime=0 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4194304 234 0 0 0 0 0 0 0 22 0 1 0 465843146 20885504 186 33554432000 4194304 4627331 140734390215776 18446744073709551615 239471732200 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2812/statm: 5099 187 153 106 0 57 0

[startup+0.044163 s]
/proc/loadavg: 1.36 2.88 3.34 5/185 2812
/proc/meminfo: memFree=14576252/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=34900 CPUtime=0.03 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 2595 0 0 0 3 0 0 0 22 0 1 0 465843146 35737600 2469 33554432000 4194304 4627331 140734390215776 18446744073709551615 239476355781 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 8725 2470 341 106 0 3696 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34900

[startup+0.101174 s]
/proc/loadavg: 1.36 2.88 3.34 5/185 2812
/proc/meminfo: memFree=14576252/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=36088 CPUtime=0.08 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 2873 0 0 0 8 0 0 0 22 0 1 0 465843146 36954112 2747 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 9022 2748 341 106 0 3993 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36088

[startup+0.301137 s]
/proc/loadavg: 1.36 2.88 3.34 5/185 2812
/proc/meminfo: memFree=14576252/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=36220 CPUtime=0.28 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 2927 0 0 0 28 0 0 0 23 0 1 0 465843146 37089280 2801 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 9055 2801 341 106 0 4026 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 36220

[startup+0.70106 s]
/proc/loadavg: 1.36 2.88 3.34 5/185 2812
/proc/meminfo: memFree=14576252/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=52236 CPUtime=0.69 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 8126 0 0 0 68 1 0 0 25 0 1 0 465843146 53489664 6544 33554432000 4194304 4627331 140734390215776 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 13059 6544 372 106 0 8030 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52236

[startup+1.50092 s]
/proc/loadavg: 1.36 2.88 3.34 5/190 2818
/proc/meminfo: memFree=14486320/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=52236 CPUtime=1.49 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 9032 0 0 0 148 1 0 0 25 0 1 0 465843146 53489664 7450 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 13059 7450 372 106 0 8030 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52236

[startup+3.1006 s]
/proc/loadavg: 1.36 2.88 3.34 5/190 2818
/proc/meminfo: memFree=14459412/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=83500 CPUtime=3.09 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 14801 0 0 0 307 2 0 0 25 0 1 0 465843146 85504000 11087 33554432000 4194304 4627331 140734390215776 18446744073709551615 4352045 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 20875 11087 374 106 0 15846 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83500

[startup+6.30099 s]
/proc/loadavg: 1.57 2.90 3.35 5/190 2818
/proc/meminfo: memFree=14429168/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=106452 CPUtime=6.29 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 21898 0 0 0 626 3 0 0 25 0 1 0 465843146 109006848 15217 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 26613 15217 374 106 0 21584 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106452

[startup+12.7008 s]
/proc/loadavg: 1.77 2.91 3.35 5/190 2818
/proc/meminfo: memFree=14398296/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=107368 CPUtime=12.69 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 24658 0 0 0 1266 3 0 0 25 0 1 0 465843146 109944832 17362 33554432000 4194304 4627331 140734390215776 18446744073709551615 4332657 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 26842 17362 374 106 0 21813 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107368

[startup+25.5003 s]
/proc/loadavg: 2.26 2.97 3.36 5/190 2819
/proc/meminfo: memFree=14399164/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=84704 CPUtime=25.49 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 41458 0 0 0 2543 6 0 0 25 0 1 0 465843146 86736896 12547 33554432000 4194304 4627331 140734390215776 18446744073709551615 4330896 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 21176 12547 375 106 0 16147 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84704

[startup+51.1004 s]
/proc/loadavg: 2.93 3.06 3.38 5/190 2819
/proc/meminfo: memFree=14343812/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=113020 CPUtime=51.09 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 65261 0 0 0 5099 10 0 0 25 0 1 0 465843146 115732480 20817 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 28255 20817 375 106 0 23226 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 113020

[startup+102.307 s]
/proc/loadavg: 3.53 3.21 3.41 5/190 2821
/proc/meminfo: memFree=14335096/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=153200 CPUtime=102.3 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 113836 0 0 0 10210 20 0 0 25 0 1 0 465843146 156876800 16802 33554432000 4194304 4627331 140734390215776 18446744073709551615 4308367 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 38300 16802 375 106 0 33271 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 153200

[startup+162.301 s]
/proc/loadavg: 3.83 3.35 3.45 5/190 2822
/proc/meminfo: memFree=14280896/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=95816 CPUtime=162.29 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 160327 0 0 0 16200 29 0 0 25 0 1 0 465843146 98115584 14162 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 23954 14162 375 106 0 18925 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95816

[startup+222.3 s]
/proc/loadavg: 3.93 3.46 3.48 5/190 2824
/proc/meminfo: memFree=14287068/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=101412 CPUtime=222.3 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 216808 0 0 0 22190 40 0 0 25 0 1 0 465843146 103845888 17160 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 25353 17160 375 106 0 20324 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 101412

[startup+282.301 s]
/proc/loadavg: 3.97 3.56 3.51 5/190 2826
/proc/meminfo: memFree=14235216/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=175264 CPUtime=282.3 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 260792 0 0 0 28180 50 0 0 25 0 1 0 465843146 179470336 19624 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309024 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 43816 19624 375 106 0 38787 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 175264

[startup+342.3 s]
/proc/loadavg: 3.99 3.64 3.54 5/190 2835
/proc/meminfo: memFree=14224032/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=180408 CPUtime=342.3 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 299143 0 0 0 34170 60 0 0 25 0 1 0 465843146 184737792 22814 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 45102 22814 375 106 0 40073 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 180408

[startup+402.301 s]
/proc/loadavg: 3.99 3.70 3.56 5/190 2837
/proc/meminfo: memFree=14203552/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=184760 CPUtime=402.3 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 335453 0 0 0 40161 69 0 0 25 0 1 0 465843146 189194240 22797 33554432000 4194304 4627331 140734390215776 18446744073709551615 4310085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 46190 22797 375 106 0 41161 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 184760

[startup+462.3 s]
/proc/loadavg: 3.99 3.75 3.58 5/190 2838
/proc/meminfo: memFree=14210216/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=188060 CPUtime=462.31 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 373436 0 0 0 46152 79 0 0 25 0 1 0 465843146 192573440 22122 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 47015 22122 375 106 0 41986 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 188060

[startup+522.301 s]
/proc/loadavg: 3.99 3.79 3.61 5/190 2840
/proc/meminfo: memFree=14184768/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=193568 CPUtime=522.31 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 415364 0 0 0 52143 88 0 0 25 0 1 0 465843146 198213632 24827 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 48392 24827 375 106 0 43363 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 193568

[startup+582.3 s]
/proc/loadavg: 4.04 3.84 3.64 5/190 2842
/proc/meminfo: memFree=14189448/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=198648 CPUtime=582.31 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 456194 0 0 0 58134 97 0 0 25 0 1 0 465843146 203415552 24855 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 49662 24855 375 106 0 44633 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 198648

[startup+642.301 s]
/proc/loadavg: 4.01 3.87 3.65 5/190 2843
/proc/meminfo: memFree=14174308/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=201008 CPUtime=642.31 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 490086 0 0 0 64126 105 0 0 25 0 1 0 465843146 205832192 30094 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 50252 30094 375 106 0 45223 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 201008

[startup+702.3 s]
/proc/loadavg: 4.00 3.89 3.67 5/190 2845
/proc/meminfo: memFree=14153316/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=204400 CPUtime=702.32 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 518220 0 0 0 70121 111 0 0 25 0 1 0 465843146 209305600 30043 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 51100 30043 375 106 0 46071 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 204400

[startup+762.307 s]
/proc/loadavg: 4.00 3.91 3.69 5/190 2846
/proc/meminfo: memFree=14169288/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=207656 CPUtime=762.33 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 546328 0 0 0 76115 118 0 0 25 0 1 0 465843146 212639744 28975 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 51914 28975 375 106 0 46885 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 207656

[startup+822.3 s]
/proc/loadavg: 4.00 3.92 3.71 5/190 2849
/proc/meminfo: memFree=14165184/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=210572 CPUtime=822.32 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 576504 0 0 0 82106 126 0 0 25 0 1 0 465843146 215625728 29294 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309234 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 52643 29294 375 106 0 47614 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 210572

[startup+882.301 s]
/proc/loadavg: 4.00 3.93 3.72 5/190 2851
/proc/meminfo: memFree=14101300/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=213308 CPUtime=882.32 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 603390 0 0 0 88100 132 0 0 25 0 1 0 465843146 218427392 25023 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 53327 25023 375 106 0 48298 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 213308

[startup+942.301 s]
/proc/loadavg: 4.14 3.98 3.75 5/190 2852
/proc/meminfo: memFree=14073000/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=128676 CPUtime=942.32 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 631739 0 0 0 94092 140 0 0 25 0 1 0 465843146 131764224 22360 33554432000 4194304 4627331 140734390215776 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 32169 22360 375 106 0 27140 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 128676

[startup+1002.3 s]
/proc/loadavg: 4.05 3.98 3.76 5/190 2854
/proc/meminfo: memFree=14096160/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=218028 CPUtime=1002.32 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 658599 0 0 0 100085 147 0 0 25 0 1 0 465843146 223260672 28479 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309024 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 54507 28479 375 106 0 49478 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 218028

[startup+1062.3 s]
/proc/loadavg: 4.02 3.98 3.77 5/190 2855
/proc/meminfo: memFree=14060056/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=153572 CPUtime=1062.33 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 693473 0 0 0 106079 154 0 0 25 0 1 0 465843146 157257728 30756 33554432000 4194304 4627331 140734390215776 18446744073709551615 4332955 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 38393 30756 375 106 0 33364 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 153572

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.78 5/190 2857
/proc/meminfo: memFree=14015880/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=262764 CPUtime=1122.33 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 718747 0 0 0 112073 160 0 0 25 0 1 0 465843146 269070336 43415 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309165 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 65691 43415 375 106 0 60662 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 262764

[startup+1182.3 s]
/proc/loadavg: 4.00 3.98 3.79 5/190 2859
/proc/meminfo: memFree=14002472/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=262924 CPUtime=1182.34 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 753004 0 0 0 118067 167 0 0 25 0 1 0 465843146 269234176 38782 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 65731 38782 375 106 0 60702 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 262924

[startup+1242.3 s]
/proc/loadavg: 4.00 3.98 3.81 5/190 2860
/proc/meminfo: memFree=13971592/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=264312 CPUtime=1242.34 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 787536 0 0 0 124059 175 0 0 25 0 1 0 465843146 270655488 44189 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 66078 44189 375 106 0 61049 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 264312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.98 3.82 3/188 2864
/proc/meminfo: memFree=14220440/32950928 swapFree=67087032/67111528
[pid=2812] ppid=2810 vsize=264860 CPUtime=1300.04 cores=4,6
/proc/2812/stat : 2812 (strangenight2-s) R 2810 2812 2352 0 -1 4202496 810753 0 0 0 129823 181 0 0 25 0 1 0 465843146 271216640 48703 33554432000 4194304 4627331 140734390215776 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2812/statm: 66215 48703 375 106 0 61186 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 264860

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1298.24
CPU system time (s): 1.82472
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 285064

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

runsolver used 2.30165 second user time and 4.80427 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 09:07:41
IDJOB=3250230
IDBENCH=83248
IDSOLVER=1587
FILE ID=node148/3250230-1303542461
RUNJOBID= node148-1303542461-2775
PBS_JOBID= 13143090
Free space on /tmp= 70596 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250230-1303542461/watcher-3250230-1303542461 -o /tmp/evaluation-result-3250230-1303542461/solver-3250230-1303542461 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3250230-1303542461.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=344612661

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14578268 kB
Buffers:       2041988 kB
Cached:       15717368 kB
SwapCached:       5264 kB
Active:        8860400 kB
Inactive:      8954552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14578268 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           28332 kB
Writeback:           0 kB
AnonPages:       52080 kB
Mapped:          14256 kB
Slab:           493588 kB
PageTables:       5540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   255076 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= 70592 MiB
End job on node148 at 2011-04-23 09:29:23