Trace number 3362184

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 128.04 32.9521

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark51.8701
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  241362   563178 |   72408       0        0     nan |  0.000 % |
0.00/0.84	c |         0 |  123342   397378 |      --       0       --      -- |     --   | -118018/-165795
0.00/0.84	c ==============================================================================
0.00/0.84	c Result  :   #vars: 24785   #clauses: 123342   #literals: 397378
0.00/0.84	c CPU time:   0.820875 s
0.00/0.84	c ==============================================================================
127.86/32.94	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
127.86/32.94	c ============================[ Problem Statistics ]=============================
127.86/32.94	c |                                                                             |
127.86/32.94	c threadId              : 1
127.86/32.94	c restarts              : 1742
127.86/32.94	c conflicts             : 164812         (1301 /sec)
127.86/32.94	c decisions             : 2120701        (1.03 % random) (16739 /sec)
127.86/32.94	c propagations          : 69004620       (544666 /sec)
127.86/32.94	c conflict literals     : 2744250        (21.20 % deleted)
127.86/32.94	c Memory used           : 155.93 MB
127.86/32.94	c CPU time              : 126.692 s
127.86/32.94	
127.86/32.94	c --->m=4, e=8, aimd=1, HOME/1284_many.cnf	time: 31.6729	conflicts: 164812       
127.86/32.94	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362184-1305300639/watcher-3362184-1305300639 -o /tmp/evaluation-result-3362184-1305300639/solver-3362184-1305300639 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362184-1305300639.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.36 3.88 3.88 2/310 1284
/proc/meminfo: memFree=8615572/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641666251 8908800 249 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1284/statm: 2175 249 209 178 0 68 0

[startup+0.01961 s]
/proc/loadavg: 3.36 3.88 3.88 2/310 1284
/proc/meminfo: memFree=8615572/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641666251 8908800 249 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1284/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100611 s]
/proc/loadavg: 3.36 3.88 3.88 2/310 1284
/proc/meminfo: memFree=8615572/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641666251 8908800 249 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1284/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300569 s]
/proc/loadavg: 3.36 3.88 3.88 2/310 1284
/proc/meminfo: memFree=8615572/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641666251 8908800 249 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1284/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700475 s]
/proc/loadavg: 3.36 3.88 3.88 2/310 1284
/proc/meminfo: memFree=8615572/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641666251 8908800 249 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1284/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 3.17 3.83 3.86 2/312 1287
/proc/meminfo: memFree=8588400/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=75348 CPUtime=1.68 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 10169 0 0 0 162 6 0 0 18 0 4 0 641666345 77156352 10117 33554432000 134512640 135305190 4289809776 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 18837 10117 84 194 0 18641 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 84048

[startup+3.10102 s]
/proc/loadavg: 3.17 3.83 3.86 5/315 1290
/proc/meminfo: memFree=8563576/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=85112 CPUtime=8.05 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 12655 0 0 0 796 9 0 0 18 0 4 0 641666345 87154688 12603 33554432000 134512640 135305190 4289809776 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 21278 12603 84 194 0 21082 0
[pid=1287/tid=1288] ppid=1284 vsize=85112 CPUtime=1.97 cores=0-7
/proc/1287/task/1288/stat : 1288 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 882 0 0 0 195 2 0 0 19 0 4 0 641666361 87154688 12603 33554432000 134512640 135305190 4289809776 18446744073709551615 134530994 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1287/tid=1289] ppid=1284 vsize=85112 CPUtime=1.96 cores=0-7
/proc/1287/task/1289/stat : 1289 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 1153 0 0 0 194 2 0 0 18 0 4 0 641666361 87154688 12603 33554432000 134512640 135305190 4289809776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=85112 CPUtime=1.96 cores=0-7
/proc/1287/task/1290/stat : 1290 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 936 0 0 0 194 2 0 0 18 0 4 0 641666361 87154688 12603 33554432000 134512640 135305190 4289809776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 93812

[startup+6.30041 s]
/proc/loadavg: 3.24 3.83 3.86 5/315 1290
/proc/meminfo: memFree=8542776/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=105012 CPUtime=20.83 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 17788 0 0 0 2069 14 0 0 18 0 4 0 641666345 107532288 17727 33554432000 134512640 135305190 4289809776 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 26253 17727 84 194 0 26057 0
[pid=1287/tid=1288] ppid=1284 vsize=105012 CPUtime=5.17 cores=0-7
/proc/1287/task/1288/stat : 1288 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 1839 0 0 0 514 3 0 0 24 0 4 0 641666361 107532288 17727 33554432000 134512640 135305190 4289809776 18446744073709551615 134541976 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1287/tid=1289] ppid=1284 vsize=105012 CPUtime=5.15 cores=0-7
/proc/1287/task/1289/stat : 1289 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 3028 0 0 0 512 3 0 0 18 0 4 0 641666361 107532288 17727 33554432000 134512640 135305190 4289809776 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=105012 CPUtime=5.16 cores=0-7
/proc/1287/task/1290/stat : 1290 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 1920 0 0 0 513 3 0 0 18 0 4 0 641666361 107532288 17727 33554432000 134512640 135305190 4289809776 18446744073709551615 134857151 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.76
Current children cumulated vsize (KiB) 113712

[startup+12.7012 s]
/proc/loadavg: 3.30 3.83 3.86 5/315 1290
/proc/meminfo: memFree=8515312/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=129344 CPUtime=46.33 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 23719 0 0 0 4610 23 0 0 18 0 4 0 641666345 132448256 23658 33554432000 134512640 135305190 4289809776 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 32336 23658 84 194 0 32140 0
[pid=1287/tid=1288] ppid=1284 vsize=129344 CPUtime=11.54 cores=0-7
/proc/1287/task/1288/stat : 1288 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 2733 0 0 0 1149 5 0 0 18 0 4 0 641666361 132448256 23658 33554432000 134512640 135305190 4289809776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1287/tid=1289] ppid=1284 vsize=129344 CPUtime=11.53 cores=0-7
/proc/1287/task/1289/stat : 1289 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 5332 0 0 0 1147 6 0 0 18 0 4 0 641666361 132448256 23658 33554432000 134512640 135305190 4289809776 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=129344 CPUtime=11.54 cores=0-7
/proc/1287/task/1290/stat : 1290 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 3135 0 0 0 1148 6 0 0 18 0 4 0 641666361 132448256 23658 33554432000 134512640 135305190 4289809776 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 47.26
Current children cumulated vsize (KiB) 138044

[startup+25.5008 s]
/proc/loadavg: 3.41 3.84 3.86 5/315 1291
/proc/meminfo: memFree=8489408/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=155952 CPUtime=97.44 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 30481 0 0 0 9708 36 0 0 18 0 4 0 641666345 159694848 30420 33554432000 134512640 135305190 4289809776 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 38988 30420 84 194 0 38792 0
[pid=1287/tid=1288] ppid=1284 vsize=155952 CPUtime=24.31 cores=0-7
/proc/1287/task/1288/stat : 1288 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4018 0 0 0 2423 8 0 0 20 0 4 0 641666361 159694848 30420 33554432000 134512640 135305190 4289809776 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1287/tid=1289] ppid=1284 vsize=155952 CPUtime=24.32 cores=0-7
/proc/1287/task/1289/stat : 1289 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 7698 0 0 0 2422 10 0 0 18 0 4 0 641666361 159694848 30420 33554432000 134512640 135305190 4289809776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=155952 CPUtime=24.31 cores=0-7
/proc/1287/task/1290/stat : 1290 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4616 0 0 0 2422 9 0 0 18 0 4 0 641666361 159694848 30420 33554432000 134512640 135305190 4289809776 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 98.37
Current children cumulated vsize (KiB) 164652

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

[startup+28.7012 s]
/proc/loadavg: 3.45 3.84 3.86 5/315 1291
/proc/meminfo: memFree=8486804/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=158468 CPUtime=110.17 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 31032 0 0 0 10979 38 0 0 21 0 4 0 641666345 162271232 30971 33554432000 134512640 135305190 4289809776 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 39617 30971 84 194 0 39421 0
[pid=1287/tid=1288] ppid=1284 vsize=158468 CPUtime=27.5 cores=0-7
/proc/1287/task/1288/stat : 1288 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4182 0 0 0 2742 8 0 0 18 0 4 0 641666361 162271232 30971 33554432000 134512640 135305190 4289809776 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1287/tid=1289] ppid=1284 vsize=158468 CPUtime=27.49 cores=0-7
/proc/1287/task/1289/stat : 1289 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 7945 0 0 0 2738 11 0 0 17 0 4 0 641666361 162271232 30971 33554432000 134512640 135305190 4289809776 18446744073709551615 134531174 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=158468 CPUtime=27.49 cores=0-7
/proc/1287/task/1290/stat : 1290 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4733 0 0 0 2739 10 0 0 18 0 4 0 641666361 162271232 30971 33554432000 134512640 135305190 4289809776 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 111.1
Current children cumulated vsize (KiB) 167168

[startup+30.3009 s]
/proc/loadavg: 3.45 3.84 3.86 5/315 1291
/proc/meminfo: memFree=8486556/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=158864 CPUtime=116.57 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 31139 0 0 0 11618 39 0 0 25 0 4 0 641666345 162676736 31078 33554432000 134512640 135305190 4289809776 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 39716 31078 84 194 0 39520 0
[pid=1287/tid=1288] ppid=1284 vsize=158864 CPUtime=29.1 cores=0-7
/proc/1287/task/1288/stat : 1288 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4247 0 0 0 2902 8 0 0 18 0 4 0 641666361 162676736 31078 33554432000 134512640 135305190 4289809776 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1287/tid=1289] ppid=1284 vsize=158864 CPUtime=29.09 cores=0-7
/proc/1287/task/1289/stat : 1289 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 7953 0 0 0 2898 11 0 0 18 0 4 0 641666361 162676736 31078 33554432000 134512640 135305190 4289809776 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=158864 CPUtime=29.09 cores=0-7
/proc/1287/task/1290/stat : 1290 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4741 0 0 0 2899 10 0 0 18 0 4 0 641666361 162676736 31078 33554432000 134512640 135305190 4289809776 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 117.5
Current children cumulated vsize (KiB) 167564

[startup+31.9116 s]
/proc/loadavg: 3.50 3.84 3.86 5/315 1291
/proc/meminfo: memFree=8485808/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=159396 CPUtime=122.98 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 31283 0 0 0 12258 40 0 0 18 0 4 0 641666345 163221504 31222 33554432000 134512640 135305190 4289809776 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 39849 31222 84 194 0 39653 0
[pid=1287/tid=1288] ppid=1284 vsize=159396 CPUtime=30.69 cores=0-7
/proc/1287/task/1288/stat : 1288 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4313 0 0 0 3061 8 0 0 17 0 4 0 641666361 163221504 31222 33554432000 134512640 135305190 4289809776 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1287/tid=1289] ppid=1284 vsize=159396 CPUtime=30.69 cores=0-7
/proc/1287/task/1289/stat : 1289 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 7970 0 0 0 3058 11 0 0 18 0 4 0 641666361 163221504 31222 33554432000 134512640 135305190 4289809776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=159396 CPUtime=30.69 cores=0-7
/proc/1287/task/1290/stat : 1290 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4768 0 0 0 3059 10 0 0 17 0 4 0 641666361 163221504 31222 33554432000 134512640 135305190 4289809776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 123.91
Current children cumulated vsize (KiB) 168096

[startup+32.7004 s]
/proc/loadavg: 3.50 3.84 3.86 5/315 1291
/proc/meminfo: memFree=8485808/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=159668 CPUtime=126.12 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 31335 0 0 0 12572 40 0 0 18 0 4 0 641666345 163500032 31274 33554432000 134512640 135305190 4289809776 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 39917 31274 84 194 0 39721 0
[pid=1287/tid=1288] ppid=1284 vsize=159668 CPUtime=31.48 cores=0-7
/proc/1287/task/1288/stat : 1288 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4314 0 0 0 3140 8 0 0 18 0 4 0 641666361 163500032 31274 33554432000 134512640 135305190 4289809776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1287/tid=1289] ppid=1284 vsize=159668 CPUtime=31.48 cores=0-7
/proc/1287/task/1289/stat : 1289 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 7978 0 0 0 3137 11 0 0 18 0 4 0 641666361 163500032 31274 33554432000 134512640 135305190 4289809776 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=159668 CPUtime=31.48 cores=0-7
/proc/1287/task/1290/stat : 1290 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4780 0 0 0 3138 10 0 0 18 0 4 0 641666361 163500032 31274 33554432000 134512640 135305190 4289809776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 127.05
Current children cumulated vsize (KiB) 168368

[startup+32.9004 s]
/proc/loadavg: 3.50 3.84 3.86 5/315 1291
/proc/meminfo: memFree=8485584/32951124 swapFree=67093864/67111528
[pid=1284] ppid=1282 vsize=8700 CPUtime=0.93 cores=0-7
/proc/1284/stat : 1284 (manysat.sh) S 1282 1284 653 0 -1 4202496 357 10913 0 0 0 0 90 3 18 0 1 0 641666251 8908800 252 33554432000 4194304 4922060 140737444552448 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1284/statm: 2175 252 209 178 0 68 0
[pid=1287] ppid=1284 vsize=159668 CPUtime=126.93 cores=0-7
/proc/1287/stat : 1287 (manysat1.1_stat) R 1284 1284 653 0 -1 4202496 31350 0 0 0 12653 40 0 0 18 0 4 0 641666345 163500032 31289 33554432000 134512640 135305190 4289809776 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1287/statm: 39917 31289 84 194 0 39721 0
[pid=1287/tid=1288] ppid=1284 vsize=159668 CPUtime=31.69 cores=0-7
/proc/1287/task/1288/stat : 1288 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4314 0 0 0 3161 8 0 0 18 0 4 0 641666361 163500032 31289 33554432000 134512640 135305190 4289809776 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1287/tid=1289] ppid=1284 vsize=159668 CPUtime=31.69 cores=0-7
/proc/1287/task/1289/stat : 1289 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 7980 0 0 0 3158 11 0 0 18 0 4 0 641666361 163500032 31289 33554432000 134512640 135305190 4289809776 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=159668 CPUtime=31.69 cores=0-7
/proc/1287/task/1290/stat : 1290 (manysat1.1_stat) R 1284 1284 653 0 -1 4202560 4789 0 0 0 3159 10 0 0 18 0 4 0 641666361 163500032 31289 33554432000 134512640 135305190 4289809776 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 168368

Child status: 20
Real time (s): 32.9521
CPU time (s): 128.04
CPU user time (s): 127.597
CPU system time (s): 0.442932
CPU usage (%): 388.563
Max. virtual memory (cumulated for all children) (KiB): 168368

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

runsolver used 0.086986 second user time and 0.254961 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-13 17:30:39
IDJOB=3362184
IDBENCH=82477
IDSOLVER=1839
FILE ID=node102/3362184-1305300639
RUNJOBID= node102-1305296397-667
PBS_JOBID= 13321451
Free space on /tmp= 44788 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362184-1305300639/watcher-3362184-1305300639 -o /tmp/evaluation-result-3362184-1305300639/solver-3362184-1305300639 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362184-1305300639.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=413096490

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.828
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8615968 kB
Buffers:        187964 kB
Cached:        5359636 kB
SwapCached:       1128 kB
Active:       19433464 kB
Inactive:      4555412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8615968 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:            5784 kB
Writeback:          28 kB
AnonPages:    18439944 kB
Mapped:          25596 kB
Slab:           226092 kB
PageTables:      52936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59035464 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= 44784 MiB
End job on node102 at 2011-05-13 17:31:12