Trace number 3362414

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 125.905 32.7134

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.8739
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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 |  305160   619119 |   91547       0        0     nan |  0.000 % |
0.00/0.93	c |         0 |  303750  1080083 |      --       0       --      -- |     --   | -1410/460964
0.00/0.93	c ==============================================================================
0.00/0.93	c Result  :   #vars: 9937   #clauses: 303750   #literals: 1080083
0.00/0.93	c CPU time:   0.907861 s
0.00/0.93	c ==============================================================================
125.86/32.70	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
125.86/32.70	c ============================[ Problem Statistics ]=============================
125.86/32.70	c |                                                                             |
125.86/32.70	c threadId              : 0
125.86/32.70	c restarts              : 158
125.86/32.70	c conflicts             : 158459         (1272 /sec)
125.86/32.70	c decisions             : 201547         (1.93 % random) (1618 /sec)
125.86/32.70	c propagations          : 23169667       (186000 /sec)
125.86/32.70	c conflict literals     : 4341350        (31.83 % deleted)
125.86/32.70	c Memory used           : 180.84 MB
125.86/32.70	c CPU time              : 124.568 s
125.86/32.70	
125.86/32.70	c --->m=4, e=8, aimd=1, HOME/29509_many.cnf	time: 31.142	conflicts: 158459       
125.86/32.71	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-3362414-1305305358/watcher-3362414-1305305358 -o /tmp/evaluation-result-3362414-1305305358/solver-3362414-1305305358 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362414-1305305358.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.97 4.00 3.99 1/277 29509
/proc/meminfo: memFree=18918568/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=0 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 642133993 8908800 250 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29509/statm: 2175 250 209 178 0 68 0

[startup+0.0491179 s]
/proc/loadavg: 3.97 4.00 3.99 1/277 29509
/proc/meminfo: memFree=18918568/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=0 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 642133993 8908800 250 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29509/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101107 s]
/proc/loadavg: 3.97 4.00 3.99 1/277 29509
/proc/meminfo: memFree=18918568/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=0 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 642133993 8908800 250 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29509/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301071 s]
/proc/loadavg: 3.97 4.00 3.99 1/277 29509
/proc/meminfo: memFree=18918568/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=0 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 642133993 8908800 250 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29509/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701001 s]
/proc/loadavg: 3.97 4.00 3.99 1/277 29509
/proc/meminfo: memFree=18918568/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=0 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 642133993 8908800 250 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29509/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 3.97 4.00 3.99 2/279 29511
/proc/meminfo: memFree=18889908/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 8700

[startup+3.10057 s]
/proc/loadavg: 3.97 4.00 3.99 5/282 29515
/proc/meminfo: memFree=18829248/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
[pid=29512] ppid=29509 vsize=119724 CPUtime=6.37 cores=0-7
/proc/29512/stat : 29512 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202496 21809 0 0 0 628 9 0 0 18 0 4 0 642134107 122597376 21759 33554432000 134512640 135305190 4291017808 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29512/statm: 29931 21759 84 194 0 29735 0
[pid=29512/tid=29513] ppid=29509 vsize=119724 CPUtime=1.47 cores=0-7
/proc/29512/task/29513/stat : 29513 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 1095 0 0 0 146 1 0 0 19 0 4 0 642134154 122597376 21759 33554432000 134512640 135305190 4291017808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29512/tid=29514] ppid=29509 vsize=119724 CPUtime=1.47 cores=0-7
/proc/29512/task/29514/stat : 29514 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 1023 0 0 0 145 2 0 0 18 0 4 0 642134154 122597376 21759 33554432000 134512640 135305190 4291017808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29512/tid=29515] ppid=29509 vsize=119724 CPUtime=1.46 cores=0-7
/proc/29512/task/29515/stat : 29515 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 1132 0 0 0 145 1 0 0 18 0 4 0 642134155 122597376 21759 33554432000 134512640 135305190 4291017808 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 128424

[startup+6.301 s]
/proc/loadavg: 3.97 4.00 3.99 5/282 29515
/proc/meminfo: memFree=18814004/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
[pid=29512] ppid=29509 vsize=134032 CPUtime=19.17 cores=0-7
/proc/29512/stat : 29512 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202496 25222 0 0 0 1906 11 0 0 18 0 4 0 642134107 137248768 25172 33554432000 134512640 135305190 4291017808 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29512/statm: 33508 25172 84 194 0 33312 0
[pid=29512/tid=29513] ppid=29509 vsize=134032 CPUtime=4.67 cores=0-7
/proc/29512/task/29513/stat : 29513 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 1845 0 0 0 466 1 0 0 25 0 4 0 642134154 137248768 25172 33554432000 134512640 135305190 4291017808 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29512/tid=29514] ppid=29509 vsize=134032 CPUtime=4.66 cores=0-7
/proc/29512/task/29514/stat : 29514 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 1804 0 0 0 463 3 0 0 20 0 4 0 642134154 137248768 25172 33554432000 134512640 135305190 4291017808 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29512/tid=29515] ppid=29509 vsize=134032 CPUtime=4.66 cores=0-7
/proc/29512/task/29515/stat : 29515 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 2060 0 0 0 465 1 0 0 19 0 4 0 642134155 137248768 25172 33554432000 134512640 135305190 4291017808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.3
Current children cumulated vsize (KiB) 142732

[startup+12.7009 s]
/proc/loadavg: 3.97 4.00 3.99 5/282 29515
/proc/meminfo: memFree=18794680/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
[pid=29512] ppid=29509 vsize=153264 CPUtime=44.76 cores=0-7
/proc/29512/stat : 29512 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202496 29921 0 0 0 4463 13 0 0 18 0 4 0 642134107 156942336 29871 33554432000 134512640 135305190 4291017808 18446744073709551615 134528444 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29512/statm: 38316 29872 84 194 0 38120 0
[pid=29512/tid=29513] ppid=29509 vsize=153264 CPUtime=11.07 cores=0-7
/proc/29512/task/29513/stat : 29513 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 2524 0 0 0 1106 1 0 0 25 0 4 0 642134154 156942336 29872 33554432000 134512640 135305190 4291017808 18446744073709551615 134530682 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29512/tid=29514] ppid=29509 vsize=153264 CPUtime=11.06 cores=0-7
/proc/29512/task/29514/stat : 29514 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 3307 0 0 0 1102 4 0 0 25 0 4 0 642134154 156942336 29872 33554432000 134512640 135305190 4291017808 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29512/tid=29515] ppid=29509 vsize=153264 CPUtime=11.06 cores=0-7
/proc/29512/task/29515/stat : 29515 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 2935 0 0 0 1105 1 0 0 18 0 4 0 642134155 156942336 29872 33554432000 134512640 135305190 4291017808 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.89
Current children cumulated vsize (KiB) 161964

[startup+25.5006 s]
/proc/loadavg: 3.98 4.00 3.99 5/282 29516
/proc/meminfo: memFree=18775860/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
[pid=29512] ppid=29509 vsize=172024 CPUtime=95.94 cores=0-7
/proc/29512/stat : 29512 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202496 34440 0 0 0 9578 16 0 0 18 0 4 0 642134107 176152576 34390 33554432000 134512640 135305190 4291017808 18446744073709551615 134530688 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29512/statm: 43006 34390 84 194 0 42810 0
[pid=29512/tid=29513] ppid=29509 vsize=172024 CPUtime=23.86 cores=0-7
/proc/29512/task/29513/stat : 29513 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 3367 0 0 0 2384 2 0 0 25 0 4 0 642134154 176152576 34390 33554432000 134512640 135305190 4291017808 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29512/tid=29514] ppid=29509 vsize=172024 CPUtime=23.85 cores=0-7
/proc/29512/task/29514/stat : 29514 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 4902 0 0 0 2380 5 0 0 19 0 4 0 642134154 176152576 34390 33554432000 134512640 135305190 4291017808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29512/tid=29515] ppid=29509 vsize=172024 CPUtime=23.86 cores=0-7
/proc/29512/task/29515/stat : 29515 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 3918 0 0 0 2384 2 0 0 18 0 4 0 642134155 176152576 34390 33554432000 134512640 135305190 4291017808 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.07
Current children cumulated vsize (KiB) 180724

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

[startup+28.701 s]
/proc/loadavg: 3.98 4.00 3.99 5/282 29516
/proc/meminfo: memFree=18768276/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
[pid=29512] ppid=29509 vsize=180556 CPUtime=108.74 cores=0-7
/proc/29512/stat : 29512 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202496 36277 0 0 0 10857 17 0 0 18 0 4 0 642134107 184889344 36227 33554432000 134512640 135305190 4291017808 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29512/statm: 45139 36227 84 194 0 44943 0
[pid=29512/tid=29513] ppid=29509 vsize=180556 CPUtime=27.06 cores=0-7
/proc/29512/task/29513/stat : 29513 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 3675 0 0 0 2704 2 0 0 25 0 4 0 642134154 184889344 36227 33554432000 134512640 135305190 4291017808 18446744073709551615 134563934 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29512/tid=29514] ppid=29509 vsize=180556 CPUtime=27.06 cores=0-7
/proc/29512/task/29514/stat : 29514 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 5404 0 0 0 2700 6 0 0 18 0 4 0 642134154 184889344 36227 33554432000 134512640 135305190 4291017808 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29512/tid=29515] ppid=29509 vsize=180556 CPUtime=27.06 cores=0-7
/proc/29512/task/29515/stat : 29515 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 4607 0 0 0 2704 2 0 0 18 0 4 0 642134155 184889344 36228 33554432000 134512640 135305190 4291017808 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 109.87
Current children cumulated vsize (KiB) 189256

[startup+30.3007 s]
/proc/loadavg: 3.98 4.00 3.99 5/282 29516
/proc/meminfo: memFree=18766292/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
[pid=29512] ppid=29509 vsize=182816 CPUtime=115.14 cores=0-7
/proc/29512/stat : 29512 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202496 36884 0 0 0 11497 17 0 0 19 0 4 0 642134107 187203584 36834 33554432000 134512640 135305190 4291017808 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29512/statm: 45704 36834 84 194 0 45508 0
[pid=29512/tid=29513] ppid=29509 vsize=182816 CPUtime=28.66 cores=0-7
/proc/29512/task/29513/stat : 29513 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 3789 0 0 0 2864 2 0 0 25 0 4 0 642134154 187203584 36834 33554432000 134512640 135305190 4291017808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29512/tid=29514] ppid=29509 vsize=182816 CPUtime=28.66 cores=0-7
/proc/29512/task/29514/stat : 29514 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 5561 0 0 0 2860 6 0 0 18 0 4 0 642134154 187203584 36834 33554432000 134512640 135305190 4291017808 18446744073709551615 134529393 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29512/tid=29515] ppid=29509 vsize=182816 CPUtime=28.66 cores=0-7
/proc/29512/task/29515/stat : 29515 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 4860 0 0 0 2864 2 0 0 18 0 4 0 642134155 187203584 36834 33554432000 134512640 135305190 4291017808 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 116.27
Current children cumulated vsize (KiB) 191516

[startup+31.9104 s]
/proc/loadavg: 3.98 4.00 3.99 5/282 29516
/proc/meminfo: memFree=18762820/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
[pid=29512] ppid=29509 vsize=185172 CPUtime=121.58 cores=0-7
/proc/29512/stat : 29512 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202496 37536 0 0 0 12141 17 0 0 24 0 4 0 642134107 189616128 37486 33554432000 134512640 135305190 4291017808 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29512/statm: 46293 37486 84 194 0 46097 0
[pid=29512/tid=29513] ppid=29509 vsize=185172 CPUtime=30.27 cores=0-7
/proc/29512/task/29513/stat : 29513 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 4009 0 0 0 3025 2 0 0 25 0 4 0 642134154 189616128 37486 33554432000 134512640 135305190 4291017808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29512/tid=29514] ppid=29509 vsize=185172 CPUtime=30.27 cores=0-7
/proc/29512/task/29514/stat : 29514 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 5730 0 0 0 3021 6 0 0 20 0 4 0 642134154 189616128 37486 33554432000 134512640 135305190 4291017808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29512/tid=29515] ppid=29509 vsize=185172 CPUtime=30.27 cores=0-7
/proc/29512/task/29515/stat : 29515 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 5045 0 0 0 3025 2 0 0 18 0 4 0 642134155 189616128 37486 33554432000 134512640 135305190 4291017808 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 122.71
Current children cumulated vsize (KiB) 193872

[startup+32.3004 s]
/proc/loadavg: 3.98 4.00 3.99 5/282 29516
/proc/meminfo: memFree=18762820/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
[pid=29512] ppid=29509 vsize=185172 CPUtime=123.13 cores=0-7
/proc/29512/stat : 29512 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202496 37547 0 0 0 12296 17 0 0 25 0 4 0 642134107 189616128 37497 33554432000 134512640 135305190 4291017808 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29512/statm: 46293 37497 84 194 0 46097 0
[pid=29512/tid=29513] ppid=29509 vsize=185172 CPUtime=30.66 cores=0-7
/proc/29512/task/29513/stat : 29513 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 4012 0 0 0 3064 2 0 0 18 0 4 0 642134154 189616128 37497 33554432000 134512640 135305190 4291017808 18446744073709551615 134539327 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29512/tid=29514] ppid=29509 vsize=185172 CPUtime=30.65 cores=0-7
/proc/29512/task/29514/stat : 29514 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 5735 0 0 0 3059 6 0 0 21 0 4 0 642134154 189616128 37497 33554432000 134512640 135305190 4291017808 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29512/tid=29515] ppid=29509 vsize=185172 CPUtime=30.66 cores=0-7
/proc/29512/task/29515/stat : 29515 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 5047 0 0 0 3064 2 0 0 18 0 4 0 642134155 189616128 37497 33554432000 134512640 135305190 4291017808 18446744073709551615 134569921 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 124.26
Current children cumulated vsize (KiB) 193872

[startup+32.7003 s]
/proc/loadavg: 3.98 4.00 3.99 5/282 29516
/proc/meminfo: memFree=18762820/32951124 swapFree=66457188/67111528
[pid=29509] ppid=29507 vsize=8700 CPUtime=1.13 cores=0-7
/proc/29509/stat : 29509 (manysat.sh) S 29507 29509 28797 0 -1 4202496 356 7223 0 0 0 0 111 2 18 0 1 0 642133993 8908800 253 33554432000 4194304 4922060 140736916289296 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29509/statm: 2175 253 209 178 0 68 0
[pid=29512] ppid=29509 vsize=185172 CPUtime=124.73 cores=0-7
/proc/29512/stat : 29512 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202496 37574 0 0 0 12456 17 0 0 18 0 4 0 642134107 189616128 37524 33554432000 134512640 135305190 4291017808 18446744073709551615 134657578 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29512/statm: 46293 37524 84 194 0 46097 0
[pid=29512/tid=29513] ppid=29509 vsize=185172 CPUtime=31.06 cores=0-7
/proc/29512/task/29513/stat : 29513 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 4012 0 0 0 3104 2 0 0 18 0 4 0 642134154 189616128 37524 33554432000 134512640 135305190 4291017808 18446744073709551615 134657578 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29512/tid=29514] ppid=29509 vsize=185172 CPUtime=31.05 cores=0-7
/proc/29512/task/29514/stat : 29514 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 5759 0 0 0 3099 6 0 0 22 0 4 0 642134154 189616128 37524 33554432000 134512640 135305190 4291017808 18446744073709551615 134657448 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29512/tid=29515] ppid=29509 vsize=185172 CPUtime=31.05 cores=0-7
/proc/29512/task/29515/stat : 29515 (manysat1.1_stat) R 29509 29509 28797 0 -1 4202560 5047 0 0 0 3103 2 0 0 18 0 4 0 642134155 189616128 37524 33554432000 134512640 135305190 4291017808 18446744073709551615 134539074 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 125.86
Current children cumulated vsize (KiB) 193872

Child status: 20
Real time (s): 32.7134
CPU time (s): 125.905
CPU user time (s): 125.686
CPU system time (s): 0.218966
CPU usage (%): 384.873
Max. virtual memory (cumulated for all children) (KiB): 193872

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

runsolver used 0.089986 second user time and 0.209968 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-13 18:49:18
IDJOB=3362414
IDBENCH=88066
IDSOLVER=1839
FILE ID=node132/3362414-1305305358
RUNJOBID= node132-1305296392-28811
PBS_JOBID= 13321421
Free space on /tmp= 48052 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362414-1305305358/watcher-3362414-1305305358 -o /tmp/evaluation-result-3362414-1305305358/solver-3362414-1305305358 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362414-1305305358.cnf aimd 1

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1464598784

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      18918964 kB
Buffers:        219200 kB
Cached:        8159284 kB
SwapCached:       6904 kB
Active:        4682572 kB
Inactive:      8939524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18918964 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            5360 kB
Writeback:           0 kB
AnonPages:     5241432 kB
Mapped:          18496 kB
Slab:           322228 kB
PageTables:      23912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34731824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48052 MiB
End job on node132 at 2011-05-13 18:49:51