Trace number 3362413

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 166.986 43.1092

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 benchmark32.0421
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.92	c |         0 |  303750  1080083 |      --       0       --      -- |     --   | -1410/460964
0.00/0.92	c ==============================================================================
0.00/0.92	c Result  :   #vars: 9937   #clauses: 303750   #literals: 1080083
0.00/0.92	c CPU time:   0.913861 s
0.00/0.92	c ==============================================================================
166.56/43.09	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
166.56/43.09	c ============================[ Problem Statistics ]=============================
166.56/43.09	c |                                                                             |
166.56/43.09	c threadId              : 3
166.56/43.09	c restarts              : 187
166.56/43.09	c conflicts             : 181391         (1095 /sec)
166.56/43.09	c decisions             : 223517         (2.64 % random) (1349 /sec)
166.56/43.09	c propagations          : 38576214       (232871 /sec)
166.56/43.09	c conflict literals     : 6126696        (30.13 % deleted)
166.56/43.09	c Memory used           : 192.23 MB
166.56/43.09	c CPU time              : 165.655 s
166.56/43.09	
166.56/43.09	c --->m=4, e=8, aimd=1, HOME/11545_many.cnf	time: 41.4137	conflicts: 181391       
166.95/43.10	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-3362413-1305302510/watcher-3362413-1305302510 -o /tmp/evaluation-result-3362413-1305302510/solver-3362413-1305302510 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362413-1305302510.cnf aimd 1 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.74 8.01 8.00 5/361 11545
/proc/meminfo: memFree=9078992/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622666882 8908800 250 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11545/statm: 2175 250 209 178 0 68 0

[startup+0.0937769 s]
/proc/loadavg: 7.74 8.01 8.00 5/361 11545
/proc/meminfo: memFree=9078992/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622666882 8908800 250 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11545/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100775 s]
/proc/loadavg: 7.74 8.01 8.00 5/361 11545
/proc/meminfo: memFree=9078992/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622666882 8908800 250 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11545/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30074 s]
/proc/loadavg: 7.74 8.01 8.00 5/361 11545
/proc/meminfo: memFree=9078992/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622666882 8908800 250 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11545/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700672 s]
/proc/loadavg: 7.74 8.01 8.00 5/361 11545
/proc/meminfo: memFree=9078992/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622666882 8908800 250 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11545/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 7.74 8.01 8.00 6/363 11547
/proc/meminfo: memFree=9048976/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 8700

[startup+3.1012 s]
/proc/loadavg: 7.74 8.01 8.00 9/366 11551
/proc/meminfo: memFree=8987324/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=120488 CPUtime=6.34 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202496 21764 0 0 0 629 5 0 0 19 0 4 0 622666997 123379712 21716 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 30122 21716 84 194 0 29926 0
[pid=11548/tid=11549] ppid=11545 vsize=120488 CPUtime=1.45 cores=0,2,4,6
/proc/11548/task/11549/stat : 11549 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 1106 0 0 0 145 0 0 0 20 0 4 0 622667044 123379712 21716 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11548/tid=11550] ppid=11545 vsize=120488 CPUtime=1.45 cores=0,2,4,6
/proc/11548/task/11550/stat : 11550 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 1066 0 0 0 145 0 0 0 19 0 4 0 622667044 123379712 21716 33554432000 134512640 135305190 4289938992 18446744073709551615 134528471 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=120488 CPUtime=1.45 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 1039 0 0 0 145 0 0 0 20 0 4 0 622667044 123379712 21716 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 129188

[startup+6.30063 s]
/proc/loadavg: 7.76 8.01 8.00 9/366 11551
/proc/meminfo: memFree=8969492/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=133264 CPUtime=19.1 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202496 25000 0 0 0 1902 8 0 0 25 0 4 0 622666997 136462336 24952 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 33316 24952 84 194 0 33120 0
[pid=11548/tid=11549] ppid=11545 vsize=133264 CPUtime=4.61 cores=0,2,4,6
/proc/11548/task/11549/stat : 11549 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 1882 0 0 0 460 1 0 0 25 0 4 0 622667044 136462336 24952 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11548/tid=11550] ppid=11545 vsize=133264 CPUtime=4.66 cores=0,2,4,6
/proc/11548/task/11550/stat : 11550 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 1783 0 0 0 465 1 0 0 25 0 4 0 622667044 136462336 24952 33554432000 134512640 135305190 4289938992 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=133264 CPUtime=4.66 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 1917 0 0 0 465 1 0 0 25 0 4 0 622667044 136462336 24952 33554432000 134512640 135305190 4289938992 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.23
Current children cumulated vsize (KiB) 141964

[startup+12.7005 s]
/proc/loadavg: 7.78 8.01 8.00 9/366 11551
/proc/meminfo: memFree=8940880/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=152564 CPUtime=44.62 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202496 29586 0 0 0 4451 11 0 0 25 0 4 0 622666997 156225536 29538 33554432000 134512640 135305190 4289938992 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 38141 29538 84 194 0 37945 0
[pid=11548/tid=11549] ppid=11545 vsize=152564 CPUtime=10.93 cores=0,2,4,6
/proc/11548/task/11549/stat : 11549 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 2964 0 0 0 1091 2 0 0 25 0 4 0 622667044 156225536 29538 33554432000 134512640 135305190 4289938992 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11548/tid=11550] ppid=11545 vsize=152564 CPUtime=11.06 cores=0,2,4,6
/proc/11548/task/11550/stat : 11550 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 3100 0 0 0 1104 2 0 0 25 0 4 0 622667044 156225536 29538 33554432000 134512640 135305190 4289938992 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=152564 CPUtime=11.06 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 2661 0 0 0 1105 1 0 0 25 0 4 0 622667044 156225536 29538 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.75
Current children cumulated vsize (KiB) 161264

[startup+25.5012 s]
/proc/loadavg: 7.83 8.01 8.00 9/366 11552
/proc/meminfo: memFree=8902924/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=173244 CPUtime=95.65 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202496 34672 0 0 0 9551 14 0 0 25 0 4 0 622666997 177401856 34624 33554432000 134512640 135305190 4289938992 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 43311 34624 84 194 0 43115 0
[pid=11548/tid=11549] ppid=11545 vsize=173244 CPUtime=23.57 cores=0,2,4,6
/proc/11548/task/11549/stat : 11549 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4131 0 0 0 2354 3 0 0 25 0 4 0 622667044 177401856 34624 33554432000 134512640 135305190 4289938992 18446744073709551615 134556831 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11548/tid=11550] ppid=11545 vsize=173244 CPUtime=23.85 cores=0,2,4,6
/proc/11548/task/11550/stat : 11550 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4965 0 0 0 2382 3 0 0 25 0 4 0 622667044 177401856 34624 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=173244 CPUtime=23.85 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 3387 0 0 0 2384 1 0 0 25 0 4 0 622667044 177401856 34624 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 96.78
Current children cumulated vsize (KiB) 181944

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

[startup+31.914 s]
/proc/loadavg: 7.92 8.03 8.01 9/366 11552
/proc/meminfo: memFree=8883456/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=183308 CPUtime=121.22 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202496 37153 0 0 0 12107 15 0 0 25 0 4 0 622666997 187707392 37105 33554432000 134512640 135305190 4289938992 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 45827 37105 84 194 0 45631 0
[pid=11548/tid=11549] ppid=11545 vsize=183308 CPUtime=29.9 cores=0,2,4,6
/proc/11548/task/11549/stat : 11549 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4580 0 0 0 2987 3 0 0 25 0 4 0 622667044 187707392 37105 33554432000 134512640 135305190 4289938992 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11548/tid=11550] ppid=11545 vsize=183308 CPUtime=30.26 cores=0,2,4,6
/proc/11548/task/11550/stat : 11550 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 5873 0 0 0 3023 3 0 0 25 0 4 0 622667044 187707392 37105 33554432000 134512640 135305190 4289938992 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=183308 CPUtime=30.27 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 3775 0 0 0 3025 2 0 0 25 0 4 0 622667044 187707392 37105 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 122.35
Current children cumulated vsize (KiB) 192008

[startup+38.3009 s]
/proc/loadavg: 7.93 8.03 8.00 9/366 11552
/proc/meminfo: memFree=8864264/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=192464 CPUtime=146.7 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202496 39205 0 0 0 14653 17 0 0 25 0 4 0 622666997 197083136 39157 33554432000 134512640 135305190 4289938992 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 48116 39157 84 194 0 47920 0
[pid=11548/tid=11549] ppid=11545 vsize=192464 CPUtime=36.22 cores=0,2,4,6
/proc/11548/task/11549/stat : 11549 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4880 0 0 0 3619 3 0 0 25 0 4 0 622667044 197083136 39157 33554432000 134512640 135305190 4289938992 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11548/tid=11550] ppid=11545 vsize=192464 CPUtime=36.65 cores=0,2,4,6
/proc/11548/task/11550/stat : 11550 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 6766 0 0 0 3661 4 0 0 25 0 4 0 622667044 197083136 39157 33554432000 134512640 135305190 4289938992 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=192464 CPUtime=36.65 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4492 0 0 0 3663 2 0 0 25 0 4 0 622667044 197083136 39157 33554432000 134512640 135305190 4289938992 18446744073709551615 134538317 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 147.83
Current children cumulated vsize (KiB) 201164

[startup+41.5003 s]
/proc/loadavg: 7.93 8.02 8.00 9/366 11552
/proc/meminfo: memFree=8855952/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=194372 CPUtime=159.45 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202496 39646 0 0 0 15928 17 0 0 25 0 4 0 622666997 199036928 39598 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 48593 39598 84 194 0 48397 0
[pid=11548/tid=11549] ppid=11545 vsize=194372 CPUtime=39.38 cores=0,2,4,6
/proc/11548/task/11549/stat : 11549 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4925 0 0 0 3935 3 0 0 25 0 4 0 622667044 199036928 39598 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11548/tid=11550] ppid=11545 vsize=194372 CPUtime=39.85 cores=0,2,4,6
/proc/11548/task/11550/stat : 11550 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 7065 0 0 0 3981 4 0 0 25 0 4 0 622667044 199036928 39598 33554432000 134512640 135305190 4289938992 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=194372 CPUtime=39.84 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4565 0 0 0 3982 2 0 0 25 0 4 0 622667044 199036928 39598 33554432000 134512640 135305190 4289938992 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 203072

[startup+42.3012 s]
/proc/loadavg: 7.93 8.02 8.00 9/366 11552
/proc/meminfo: memFree=8854960/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=194592 CPUtime=162.64 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202496 39778 0 0 0 16247 17 0 0 25 0 4 0 622666997 199262208 39730 33554432000 134512640 135305190 4289938992 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 48648 39730 84 194 0 48452 0
[pid=11548/tid=11549] ppid=11545 vsize=194592 CPUtime=40.17 cores=0,2,4,6
/proc/11548/task/11549/stat : 11549 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4937 0 0 0 4014 3 0 0 25 0 4 0 622667044 199262208 39730 33554432000 134512640 135305190 4289938992 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11548/tid=11550] ppid=11545 vsize=194592 CPUtime=40.65 cores=0,2,4,6
/proc/11548/task/11550/stat : 11550 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 7132 0 0 0 4061 4 0 0 25 0 4 0 622667044 199262208 39730 33554432000 134512640 135305190 4289938992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=194592 CPUtime=40.65 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4595 0 0 0 4063 2 0 0 25 0 4 0 622667044 199262208 39730 33554432000 134512640 135305190 4289938992 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 163.77
Current children cumulated vsize (KiB) 203292

[startup+42.7011 s]
/proc/loadavg: 7.93 8.02 8.00 9/366 11552
/proc/meminfo: memFree=8854960/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=195932 CPUtime=164.24 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202496 39900 0 0 0 16407 17 0 0 25 0 4 0 622666997 200634368 39852 33554432000 134512640 135305190 4289938992 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 48983 39852 84 194 0 48787 0
[pid=11548/tid=11549] ppid=11545 vsize=195932 CPUtime=40.57 cores=0,2,4,6
/proc/11548/task/11549/stat : 11549 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4991 0 0 0 4054 3 0 0 25 0 4 0 622667044 200634368 39852 33554432000 134512640 135305190 4289938992 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11548/tid=11550] ppid=11545 vsize=195932 CPUtime=41.05 cores=0,2,4,6
/proc/11548/task/11550/stat : 11550 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 7182 0 0 0 4101 4 0 0 25 0 4 0 622667044 200634368 39852 33554432000 134512640 135305190 4289938992 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=195932 CPUtime=41.05 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4202560 4599 0 0 0 4103 2 0 0 25 0 4 0 622667044 200634368 39852 33554432000 134512640 135305190 4289938992 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.37
Current children cumulated vsize (KiB) 204632

[startup+43.101 s]
/proc/loadavg: 7.93 8.02 8.00 9/366 11552
/proc/meminfo: memFree=8853844/32951124 swapFree=67111348/67111528
[pid=11545] ppid=11543 vsize=8700 CPUtime=1.13 cores=0,2,4,6
/proc/11545/stat : 11545 (manysat.sh) S 11543 11545 10886 0 -1 4202496 356 7222 0 0 0 0 111 2 18 0 1 0 622666882 8908800 253 33554432000 4194304 4922060 140735595603936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11545/statm: 2175 253 209 178 0 68 0
[pid=11548] ppid=11545 vsize=0 CPUtime=165.82 cores=0,2,4,6
/proc/11548/stat : 11548 (manysat1.1_stat) Z 11545 11545 10886 0 -1 4202524 40049 0 0 0 16565 17 0 0 25 0 2 0 622666997 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/11548/statm: 0 0 0 0 0 0 0
[pid=11548/tid=11551] ppid=11545 vsize=0 CPUtime=41.45 cores=0,2,4,6
/proc/11548/task/11551/stat : 11551 (manysat1.1_stat) R 11545 11545 10886 0 -1 4203588 4599 0 0 0 4142 3 0 0 25 0 2 0 622667044 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 166.95
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 43.1092
CPU time (s): 166.986
CPU user time (s): 166.773
CPU system time (s): 0.212967
CPU usage (%): 387.355
Max. virtual memory (cumulated for all children) (KiB): 205536

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

runsolver used 0.144977 second user time and 0.373943 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 18:01:50
IDJOB=3362413
IDBENCH=88066
IDSOLVER=1838
FILE ID=node145/3362413-1305302510
RUNJOBID= node145-1305296390-10904
PBS_JOBID= 13321408
Free space on /tmp= 43220 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-3362413-1305302510/watcher-3362413-1305302510 -o /tmp/evaluation-result-3362413-1305302510/solver-3362413-1305302510 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362413-1305302510.cnf aimd 1

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=380610661

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9079272 kB
Buffers:        249128 kB
Cached:       17156108 kB
SwapCached:          0 kB
Active:        7724380 kB
Inactive:     15566088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9079272 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5460 kB
Writeback:           0 kB
AnonPages:     5884676 kB
Mapped:          28012 kB
Slab:           483720 kB
PageTables:      35100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79808644 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= 43216 MiB
End job on node145 at 2011-05-13 18:02:33