Trace number 3274772

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
SAT07 reference solver: minisat SAT 2007UNSAT 1212.97 1212.97

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark455.087
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  2703                                                 |
0.00/0.00	c |  Number of clauses:    18312                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.04/0.09	c ============================[ Search Statistics ]==============================
0.04/0.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.09	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.04/0.09	c ===============================================================================
0.04/0.09	c |         0 |    2101    11937    76453 |     3979        0    nan |  0.000 % |
0.04/0.09	c |       100 |    2101    11937    76453 |     4376      100     11 |  2.109 % |
0.04/0.10	c |       250 |    2101    11937    76453 |     4814      250     14 |  2.109 % |
0.09/0.10	c |       475 |    2101    11937    76453 |     5296      475     14 |  2.109 % |
0.09/0.10	c |       813 |    2101    11937    76453 |     5825      813     14 |  2.109 % |
0.09/0.11	c |      1321 |    2101    11937    76453 |     6408     1321     15 |  2.109 % |
0.09/0.12	c |      2080 |    2101    11937    76453 |     7049     2080     16 |  2.109 % |
0.09/0.15	c |      3219 |    2101    11937    76453 |     7753     3219     17 |  2.109 % |
0.09/0.19	c |      4927 |    2101    11937    76453 |     8529     4927     19 |  2.109 % |
0.29/0.31	c |      7489 |    2101    11937    76453 |     9382     7489     23 |  2.109 % |
0.39/0.49	c |     11334 |    2101    11937    76453 |    10320     6488     24 |  2.109 % |
0.69/0.74	c |     17101 |    2101    11937    76453 |    11352     6985     23 |  2.109 % |
1.19/1.21	c |     25750 |    2101    11937    76453 |    12487     9849     23 |  2.109 % |
2.10/2.11	c |     38724 |    2101    11937    76453 |    13736    10116     24 |  2.109 % |
3.49/3.58	c |     58187 |    2101    11937    76453 |    15110     8738     28 |  2.109 % |
6.20/6.28	c |     87379 |    2101    11937    76453 |    16621    14994     28 |  2.109 % |
10.60/10.65	c |    131169 |    2101    11937    76453 |    18283    16840     32 |  2.109 % |
17.90/17.92	c |    196853 |    2101    11937    76453 |    20111    17994     30 |  2.109 % |
29.20/29.22	c |    295382 |    2101    11937    76453 |    22122    15196     34 |  2.109 % |
47.10/47.10	c |    443174 |    2101    11937    76453 |    24335    18165     37 |  2.109 % |
75.29/75.34	c |    664858 |    2101    11937    76453 |    26768    19333     34 |  2.109 % |
121.00/121.03	c |    997384 |    2101    11937    76453 |    29445    15331     36 |  2.109 % |
197.19/197.24	c |   1496172 |    2101    11937    76453 |    32390    23893     35 |  2.109 % |
313.60/313.65	c |   2244354 |    2101    11937    76453 |    35629    25545     36 |  2.109 % |
494.69/494.73	c |   3366628 |    2100    11805    75678 |    39192    26610     28 |  2.146 % |
785.09/785.18	c |   5050041 |    2096    11523    74051 |    43111    19922     34 |  2.294 % |
1212.89/1212.96	c ===============================================================================
1212.89/1212.96	c restarts              : 26
1212.89/1212.96	c conflicts             : 7551084        (6225 /sec)
1212.89/1212.96	c decisions             : 8745637        (1.88 % random) (7210 /sec)
1212.89/1212.96	c propagations          : 795349460      (655708 /sec)
1212.89/1212.96	c conflict literals     : 283407786      (36.75 % deleted)
1212.89/1212.96	c Memory used           : 17.54 MB
1212.89/1212.96	c CPU time              : 1212.96 s
1212.89/1212.96	c 
1212.89/1212.96	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-3274772-1303610074/watcher-3274772-1303610074 -o /tmp/evaluation-result-3274772-1303610074/solver-3274772-1303610074 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274772-1303610074.cnf 

running on 2 cores: 5,7

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.99 2.41 7/178 24304
/proc/meminfo: memFree=18462296/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=2444 CPUtime=0 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 454 0 0 0 0 0 0 0 22 0 1 0 472605863 2502656 411 33554432000 134512640 135048876 4288999440 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 611 411 50 131 0 478 0

[startup+0.0487801 s]
/proc/loadavg: 1.84 1.99 2.41 7/178 24304
/proc/meminfo: memFree=18462296/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=3808 CPUtime=0.04 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 820 0 0 0 4 0 0 0 22 0 1 0 472605863 3899392 777 33554432000 134512640 135048876 4288999440 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 952 777 62 131 0 819 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3808

[startup+0.100776 s]
/proc/loadavg: 1.84 1.99 2.41 7/178 24304
/proc/meminfo: memFree=18462296/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=3940 CPUtime=0.09 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 906 0 0 0 9 0 0 0 22 0 1 0 472605863 4034560 818 33554432000 134512640 135048876 4288999440 18446744073709551615 134552542 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 985 818 66 131 0 852 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3940

[startup+0.300738 s]
/proc/loadavg: 1.84 1.99 2.41 7/178 24304
/proc/meminfo: memFree=18462296/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=3940 CPUtime=0.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 906 0 0 0 29 0 0 0 23 0 1 0 472605863 4034560 818 33554432000 134512640 135048876 4288999440 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 985 818 66 131 0 852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3940

[startup+0.700667 s]
/proc/loadavg: 1.84 1.99 2.41 7/178 24304
/proc/meminfo: memFree=18462296/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=4468 CPUtime=0.69 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 1010 0 0 0 69 0 0 0 25 0 1 0 472605863 4575232 922 33554432000 134512640 135048876 4288999440 18446744073709551615 134552645 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 1117 922 66 131 0 984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4468

[startup+1.50054 s]
/proc/loadavg: 2.09 2.04 2.42 6/190 24343
/proc/meminfo: memFree=18446988/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=4732 CPUtime=1.49 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 1095 0 0 0 149 0 0 0 25 0 1 0 472605863 4845568 1007 33554432000 134512640 135048876 4288999440 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 1183 1007 66 131 0 1050 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4732

[startup+3.10027 s]
/proc/loadavg: 2.09 2.04 2.42 6/190 24343
/proc/meminfo: memFree=18443640/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=5260 CPUtime=3.09 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 1222 0 0 0 309 0 0 0 25 0 1 0 472605863 5386240 1134 33554432000 134512640 135048876 4288999440 18446744073709551615 134547876 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 1315 1134 66 131 0 1182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5260

[startup+6.30073 s]
/proc/loadavg: 2.09 2.04 2.42 6/190 24344
/proc/meminfo: memFree=18440376/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=5788 CPUtime=6.3 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 1345 0 0 0 630 0 0 0 25 0 1 0 472605863 5926912 1257 33554432000 134512640 135048876 4288999440 18446744073709551615 134552604 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 1447 1257 66 131 0 1314 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 5788

[startup+12.7007 s]
/proc/loadavg: 2.39 2.10 2.44 6/190 24344
/proc/meminfo: memFree=18436452/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=6772 CPUtime=12.7 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 1595 0 0 0 1270 0 0 0 25 0 1 0 472605863 6934528 1507 33554432000 134512640 135048876 4288999440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 1693 1507 66 131 0 1560 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 6772

[startup+25.5005 s]
/proc/loadavg: 2.63 2.17 2.46 6/190 24344
/proc/meminfo: memFree=18432492/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=7868 CPUtime=25.5 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 1859 0 0 0 2550 0 0 0 25 0 1 0 472605863 8056832 1771 33554432000 134512640 135048876 4288999440 18446744073709551615 134547310 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 1967 1771 66 131 0 1834 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 7868

[startup+51.1002 s]
/proc/loadavg: 3.10 2.31 2.49 6/190 24345
/proc/meminfo: memFree=18427832/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=8944 CPUtime=51.1 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 2150 0 0 0 5110 0 0 0 25 0 1 0 472605863 9158656 2062 33554432000 134512640 135048876 4288999440 18446744073709551615 134546931 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 2236 2062 66 131 0 2103 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 8944

[startup+102.307 s]
/proc/loadavg: 3.74 2.62 2.59 6/190 24346
/proc/meminfo: memFree=18421616/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=10296 CPUtime=102.3 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 2456 0 0 0 10230 0 0 0 25 0 1 0 472605863 10543104 2368 33554432000 134512640 135048876 4288999440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 2574 2368 66 131 0 2441 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10296

[startup+162.301 s]
/proc/loadavg: 3.90 2.87 2.67 6/190 24348
/proc/meminfo: memFree=18415896/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=11448 CPUtime=162.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 2714 0 0 0 16229 0 0 0 25 0 1 0 472605863 11722752 2626 33554432000 134512640 135048876 4288999440 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 2862 2626 66 131 0 2729 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 11448

[startup+222.3 s]
/proc/loadavg: 3.96 3.07 2.75 6/190 24349
/proc/meminfo: memFree=18412508/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=12516 CPUtime=222.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 2980 0 0 0 22229 0 0 0 25 0 1 0 472605863 12816384 2892 33554432000 134512640 135048876 4288999440 18446744073709551615 134546931 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 3129 2892 66 131 0 2996 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 12516

[startup+282.3 s]
/proc/loadavg: 3.98 3.24 2.83 6/190 24351
/proc/meminfo: memFree=18410272/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=12648 CPUtime=282.3 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3033 0 0 0 28230 0 0 0 25 0 1 0 472605863 12951552 2945 33554432000 134512640 135048876 4288999440 18446744073709551615 134546867 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 3162 2945 66 131 0 3029 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 12648

[startup+342.3 s]
/proc/loadavg: 3.99 3.38 2.90 6/190 24353
/proc/meminfo: memFree=18408496/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=13056 CPUtime=342.3 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3121 0 0 0 34230 0 0 0 25 0 1 0 472605863 13369344 3033 33554432000 134512640 135048876 4288999440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 3264 3033 66 131 0 3131 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 13056

[startup+402.3 s]
/proc/loadavg: 3.99 3.49 2.97 6/190 24363
/proc/meminfo: memFree=18407456/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=13356 CPUtime=402.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3183 0 0 0 40229 0 0 0 25 0 1 0 472605863 13676544 3095 33554432000 134512640 135048876 4288999440 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 3339 3095 66 131 0 3206 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 13356

[startup+462.3 s]
/proc/loadavg: 4.03 3.59 3.03 6/190 24838
/proc/meminfo: memFree=18487924/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=13684 CPUtime=462.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3282 0 0 0 46229 0 0 0 25 0 1 0 472605863 14012416 3194 33554432000 134512640 135048876 4288999440 18446744073709551615 134546901 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 3421 3194 66 131 0 3288 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 13684

[startup+522.301 s]
/proc/loadavg: 4.01 3.66 3.09 6/190 24839
/proc/meminfo: memFree=18488580/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=14640 CPUtime=522.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3521 0 0 0 52229 0 0 0 25 0 1 0 472605863 14991360 3433 33554432000 134512640 135048876 4288999440 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 3660 3433 66 131 0 3527 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 14640

[startup+582.301 s]
/proc/loadavg: 4.00 3.72 3.14 6/190 24843
/proc/meminfo: memFree=18485704/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=15720 CPUtime=582.28 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3755 0 0 0 58228 0 0 0 25 0 1 0 472605863 16097280 3667 33554432000 134512640 135048876 4288999440 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 3930 3667 66 131 0 3797 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 15720

[startup+642.301 s]
/proc/loadavg: 4.00 3.77 3.20 6/190 24846
/proc/meminfo: memFree=18484336/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=15864 CPUtime=642.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3816 0 0 0 64229 0 0 0 25 0 1 0 472605863 16244736 3728 33554432000 134512640 135048876 4288999440 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 3966 3728 66 131 0 3833 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 15864

[startup+702.301 s]
/proc/loadavg: 4.07 3.83 3.25 6/190 24847
/proc/meminfo: memFree=18482568/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=16196 CPUtime=702.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3864 0 0 0 70229 0 0 0 25 0 1 0 472605863 16584704 3776 33554432000 134512640 135048876 4288999440 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4049 3776 66 131 0 3916 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 16196

[startup+762.307 s]
/proc/loadavg: 4.02 3.85 3.29 6/190 24849
/proc/meminfo: memFree=18481668/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=16196 CPUtime=762.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3895 0 0 0 76229 0 0 0 25 0 1 0 472605863 16584704 3807 33554432000 134512640 135048876 4288999440 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4049 3807 66 131 0 3916 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 16196

[startup+822.301 s]
/proc/loadavg: 4.01 3.88 3.33 6/190 24850
/proc/meminfo: memFree=18480788/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=16672 CPUtime=822.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 3966 0 0 0 82229 0 0 0 25 0 1 0 472605863 17072128 3878 33554432000 134512640 135048876 4288999440 18446744073709551615 134553664 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4168 3878 66 131 0 4035 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 16672

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.37 6/190 24852
/proc/meminfo: memFree=18479280/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=16836 CPUtime=882.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4034 0 0 0 88229 0 0 0 25 0 1 0 472605863 17240064 3946 33554432000 134512640 135048876 4288999440 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4209 3946 66 131 0 4076 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 16836

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.41 6/190 24854
/proc/meminfo: memFree=18478408/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17280 CPUtime=942.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4141 0 0 0 94229 0 0 0 25 0 1 0 472605863 17694720 4053 33554432000 134512640 135048876 4288999440 18446744073709551615 134546916 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4320 4053 66 131 0 4187 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 17280

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.44 6/190 24855
/proc/meminfo: memFree=18476012/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17468 CPUtime=1002.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4183 0 0 0 100229 0 0 0 25 0 1 0 472605863 17887232 4095 33554432000 134512640 135048876 4288999440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4367 4095 66 131 0 4234 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 17468

[startup+1062.3 s]
/proc/loadavg: 4.04 3.95 3.48 6/190 24857
/proc/meminfo: memFree=18475236/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17660 CPUtime=1062.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4198 0 0 0 106229 0 0 0 25 0 1 0 472605863 18083840 4110 33554432000 134512640 135048876 4288999440 18446744073709551615 134547282 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4415 4110 66 131 0 4282 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 17660

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.51 6/190 24858
/proc/meminfo: memFree=18474844/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17660 CPUtime=1122.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4222 0 0 0 112229 0 0 0 25 0 1 0 472605863 18083840 4134 33554432000 134512640 135048876 4288999440 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4415 4134 66 131 0 4282 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 17660

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.54 6/190 24860
/proc/meminfo: memFree=18474568/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17952 CPUtime=1182.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4264 0 0 0 118229 0 0 0 25 0 1 0 472605863 18382848 4176 33554432000 134512640 135048876 4288999440 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4488 4176 66 131 0 4355 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 17952

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

[startup+1190.3 s]
/proc/loadavg: 4.00 3.96 3.54 6/190 24860
/proc/meminfo: memFree=18474436/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17952 CPUtime=1190.29 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4264 0 0 0 119029 0 0 0 25 0 1 0 472605863 18382848 4176 33554432000 134512640 135048876 4288999440 18446744073709551615 134546845 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4488 4176 66 131 0 4355 0
Current children cumulated CPU time (s) 1190.29
Current children cumulated vsize (KiB) 17952

[startup+1203.1 s]
/proc/loadavg: 4.00 3.96 3.55 6/190 24860
/proc/meminfo: memFree=18474436/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17952 CPUtime=1203.09 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4264 0 0 0 120309 0 0 0 25 0 1 0 472605863 18382848 4176 33554432000 134512640 135048876 4288999440 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4488 4176 66 131 0 4355 0
Current children cumulated CPU time (s) 1203.09
Current children cumulated vsize (KiB) 17952

[startup+1209.5 s]
/proc/loadavg: 4.00 3.96 3.55 6/190 24861
/proc/meminfo: memFree=18473692/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17952 CPUtime=1209.49 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4266 0 0 0 120949 0 0 0 25 0 1 0 472605863 18382848 4178 33554432000 134512640 135048876 4288999440 18446744073709551615 134548953 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4488 4178 66 131 0 4355 0
Current children cumulated CPU time (s) 1209.49
Current children cumulated vsize (KiB) 17952

[startup+1211.11 s]
/proc/loadavg: 4.00 3.97 3.55 6/190 24861
/proc/meminfo: memFree=18473692/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17952 CPUtime=1211.1 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4285 0 0 0 121110 0 0 0 25 0 1 0 472605863 18382848 4197 33554432000 134512640 135048876 4288999440 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4488 4197 66 131 0 4355 0
Current children cumulated CPU time (s) 1211.1
Current children cumulated vsize (KiB) 17952

[startup+1211.9 s]
/proc/loadavg: 4.00 3.97 3.55 6/190 24861
/proc/meminfo: memFree=18473692/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17952 CPUtime=1211.89 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4285 0 0 0 121189 0 0 0 25 0 1 0 472605863 18382848 4197 33554432000 134512640 135048876 4288999440 18446744073709551615 134553075 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4488 4197 66 131 0 4355 0
Current children cumulated CPU time (s) 1211.89
Current children cumulated vsize (KiB) 17952

[startup+1212.7 s]
/proc/loadavg: 4.00 3.97 3.55 6/190 24861
/proc/meminfo: memFree=18473692/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17952 CPUtime=1212.69 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4285 0 0 0 121269 0 0 0 25 0 1 0 472605863 18382848 4197 33554432000 134512640 135048876 4288999440 18446744073709551615 134548014 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4488 4197 66 131 0 4355 0
Current children cumulated CPU time (s) 1212.69
Current children cumulated vsize (KiB) 17952

[startup+1212.9 s]
/proc/loadavg: 4.00 3.97 3.55 6/190 24861
/proc/meminfo: memFree=18473692/32951124 swapFree=67111528/67111528
[pid=24304] ppid=24302 vsize=17952 CPUtime=1212.89 cores=5,7
/proc/24304/stat : 24304 (minisat_noasser) R 24302 24304 23055 0 -1 4202496 4285 0 0 0 121289 0 0 0 25 0 1 0 472605863 18382848 4197 33554432000 134512640 135048876 4288999440 18446744073709551615 134546099 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24304/statm: 4488 4197 66 131 0 4355 0
Current children cumulated CPU time (s) 1212.89
Current children cumulated vsize (KiB) 17952

Child status: 20
Real time (s): 1212.97
CPU time (s): 1212.97
CPU user time (s): 1212.96
CPU system time (s): 0.010998
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 17952

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

runsolver used 1.93371 second user time and 4.65629 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-24 03:54:34
IDJOB=3274772
IDBENCH=85799
IDSOLVER=1676
FILE ID=node130/3274772-1303610074
RUNJOBID= node130-1303610073-24276
PBS_JOBID= 13150612
Free space on /tmp= 71844 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-icl005.shuffled-as.sat05-3826.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274772-1303610074/watcher-3274772-1303610074 -o /tmp/evaluation-result-3274772-1303610074/solver-3274772-1303610074 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274772-1303610074.cnf

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

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=619585164

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18463444 kB
Buffers:       2093324 kB
Cached:       11783080 kB
SwapCached:          0 kB
Active:        6370108 kB
Inactive:      7571632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18463444 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7780 kB
Writeback:           0 kB
AnonPages:       64080 kB
Mapped:          15088 kB
Slab:           481508 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   203156 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= 71956 MiB
End job on node130 at 2011-04-24 04:14:47