Trace number 3362197

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 89.5384 24.14

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.2302
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
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.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  345357   805833 |  103607       0        0     nan |  0.000 % |
1.79/1.86	c |         0 |  162444   553750 |      --       0       --      -- |     --   | -182911/-252078
1.79/1.86	c ==============================================================================
1.79/1.86	c Result  :   #vars: 28227   #clauses: 162444   #literals: 553750
1.79/1.86	c CPU time:   1.81272 s
1.79/1.86	c ==============================================================================
89.41/24.13	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
89.41/24.13	c ============================[ Problem Statistics ]=============================
89.41/24.13	c |                                                                             |
89.41/24.13	c threadId              : 3
89.41/24.13	c restarts              : 141
89.41/24.13	c conflicts             : 89521          (1024 /sec)
89.41/24.13	c decisions             : 175523         (2.40 % random) (2009 /sec)
89.41/24.13	c propagations          : 61929824       (708663 /sec)
89.41/24.13	c conflict literals     : 1754502        (36.24 % deleted)
89.41/24.13	c Memory used           : 128.53 MB
89.41/24.13	c CPU time              : 87.3897 s
89.41/24.13	
89.41/24.13	c --->m=4, e=8, aimd=1, HOME/12114_many.cnf	time: 21.8474	conflicts: 89521        
89.41/24.13	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-3362197-1305299620/watcher-3362197-1305299620 -o /tmp/evaluation-result-3362197-1305299620/solver-3362197-1305299620 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362197-1305299620.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: 4.75 6.18 6.98 2/280 12114
/proc/meminfo: memFree=20219576/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622377320 8908800 249 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12114/statm: 2175 249 209 178 0 68 0

[startup+0.01461 s]
/proc/loadavg: 4.75 6.18 6.98 2/280 12114
/proc/meminfo: memFree=20219576/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622377320 8908800 249 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12114/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: 4.75 6.18 6.98 2/280 12114
/proc/meminfo: memFree=20219576/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622377320 8908800 249 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12114/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300588 s]
/proc/loadavg: 4.75 6.18 6.98 2/280 12114
/proc/meminfo: memFree=20219576/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622377320 8908800 249 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12114/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700504 s]
/proc/loadavg: 4.75 6.18 6.98 2/280 12114
/proc/meminfo: memFree=20219576/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622377320 8908800 249 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12114/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 4.75 6.18 6.98 3/282 12116
/proc/meminfo: memFree=20156396/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622377320 8908800 249 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12114/statm: 2175 249 209 178 0 68 0
[pid=12115] ppid=12114 vsize=59908 CPUtime=1.49 cores=0,2,4,6
/proc/12115/stat : 12115 (SatElite) R 12114 12114 11653 0 -1 4202496 14746 0 0 0 145 4 0 0 25 0 1 0 622377320 61345792 13485 33554432000 134512640 135034092 4294345920 18446744073709551615 134569378 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12115/statm: 14977 13485 68 128 0 14847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68608

[startup+3.10104 s]
/proc/loadavg: 4.75 6.18 6.98 3/282 12117
/proc/meminfo: memFree=20170780/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=1.97 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 357 17136 0 0 0 0 192 5 19 0 1 0 622377320 8908800 252 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12114/statm: 2175 252 209 178 0 68 0
[pid=12117] ppid=12114 vsize=93940 CPUtime=3.68 cores=0,2,4,6
/proc/12117/stat : 12117 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202496 14773 0 0 0 363 5 0 0 18 0 4 0 622377519 96194560 14724 33554432000 134512640 135305190 4294289664 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/12117/statm: 23485 14724 84 194 0 23289 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 102640

[startup+6.30046 s]
/proc/loadavg: 4.77 6.16 6.97 6/285 12120
/proc/meminfo: memFree=20135252/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=1.97 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 357 17136 0 0 0 0 192 5 19 0 1 0 622377320 8908800 252 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12114/statm: 2175 252 209 178 0 68 0
[pid=12117] ppid=12114 vsize=106092 CPUtime=16.41 cores=0,2,4,6
/proc/12117/stat : 12117 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202496 17774 0 0 0 1633 8 0 0 21 0 4 0 622377519 108638208 17716 33554432000 134512640 135305190 4294289664 18446744073709551615 134529127 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/12117/statm: 26523 17716 84 194 0 26327 0
[pid=12117/tid=12118] ppid=12114 vsize=106092 CPUtime=4.04 cores=0,2,4,6
/proc/12117/task/12118/stat : 12118 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 1370 0 0 0 403 1 0 0 25 0 4 0 622377541 108638208 17716 33554432000 134512640 135305190 4294289664 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12117/tid=12119] ppid=12114 vsize=106092 CPUtime=4.07 cores=0,2,4,6
/proc/12117/task/12119/stat : 12119 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 1659 0 0 0 406 1 0 0 25 0 4 0 622377541 108638208 17716 33554432000 134512640 135305190 4294289664 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12117/tid=12120] ppid=12114 vsize=106092 CPUtime=4.01 cores=0,2,4,6
/proc/12117/task/12120/stat : 12120 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 1576 0 0 0 400 1 0 0 19 0 4 0 622377541 108638208 17716 33554432000 134512640 135305190 4294289664 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.38
Current children cumulated vsize (KiB) 114792

[startup+12.7003 s]
/proc/loadavg: 4.79 6.14 6.96 5/285 12120
/proc/meminfo: memFree=20120604/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=1.97 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 357 17136 0 0 0 0 192 5 19 0 1 0 622377320 8908800 252 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12114/statm: 2175 252 209 178 0 68 0
[pid=12117] ppid=12114 vsize=119804 CPUtime=41.93 cores=0,2,4,6
/proc/12117/stat : 12117 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202496 21227 0 0 0 4181 12 0 0 25 0 4 0 622377519 122679296 21169 33554432000 134512640 135305190 4294289664 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12117/statm: 29951 21169 84 194 0 29755 0
[pid=12117/tid=12118] ppid=12114 vsize=119804 CPUtime=10.43 cores=0,2,4,6
/proc/12117/task/12118/stat : 12118 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 1935 0 0 0 1041 2 0 0 18 0 4 0 622377541 122679296 21169 33554432000 134512640 135305190 4294289664 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12117/tid=12119] ppid=12114 vsize=119804 CPUtime=10.47 cores=0,2,4,6
/proc/12117/task/12119/stat : 12119 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 2745 0 0 0 1045 2 0 0 25 0 4 0 622377541 122679296 21169 33554432000 134512640 135305190 4294289664 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12117/tid=12120] ppid=12114 vsize=119804 CPUtime=10.36 cores=0,2,4,6
/proc/12117/task/12120/stat : 12120 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 2473 0 0 0 1034 2 0 0 22 0 4 0 622377541 122679296 21169 33554432000 134512640 135305190 4294289664 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.9
Current children cumulated vsize (KiB) 128504

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

[startup+19.1012 s]
/proc/loadavg: 4.82 6.10 6.94 6/285 12120
/proc/meminfo: memFree=20113192/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=1.97 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 357 17136 0 0 0 0 192 5 19 0 1 0 622377320 8908800 252 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12114/statm: 2175 252 209 178 0 68 0
[pid=12117] ppid=12114 vsize=127904 CPUtime=67.47 cores=0,2,4,6
/proc/12117/stat : 12117 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202496 23269 0 0 0 6733 14 0 0 25 0 4 0 622377519 130973696 23211 33554432000 134512640 135305190 4294289664 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12117/statm: 31976 23211 84 194 0 31780 0
[pid=12117/tid=12118] ppid=12114 vsize=127904 CPUtime=16.83 cores=0,2,4,6
/proc/12117/task/12118/stat : 12118 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 2285 0 0 0 1680 3 0 0 25 0 4 0 622377541 130973696 23211 33554432000 134512640 135305190 4294289664 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12117/tid=12119] ppid=12114 vsize=127904 CPUtime=16.87 cores=0,2,4,6
/proc/12117/task/12119/stat : 12119 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 3357 0 0 0 1685 2 0 0 25 0 4 0 622377541 130973696 23211 33554432000 134512640 135305190 4294289664 18446744073709551615 134552728 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12117/tid=12120] ppid=12114 vsize=127904 CPUtime=16.75 cores=0,2,4,6
/proc/12117/task/12120/stat : 12120 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 2993 0 0 0 1673 2 0 0 25 0 4 0 622377541 130973696 23211 33554432000 134512640 135305190 4294289664 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 69.44
Current children cumulated vsize (KiB) 136604

[startup+22.3006 s]
/proc/loadavg: 4.82 6.10 6.94 6/285 12120
/proc/meminfo: memFree=20110092/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=1.97 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 357 17136 0 0 0 0 192 5 19 0 1 0 622377320 8908800 252 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12114/statm: 2175 252 209 178 0 68 0
[pid=12117] ppid=12114 vsize=130656 CPUtime=80.23 cores=0,2,4,6
/proc/12117/stat : 12117 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202496 23734 0 0 0 8008 15 0 0 25 0 4 0 622377519 133791744 23676 33554432000 134512640 135305190 4294289664 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12117/statm: 32664 23676 84 194 0 32468 0
[pid=12117/tid=12118] ppid=12114 vsize=130656 CPUtime=20.02 cores=0,2,4,6
/proc/12117/task/12118/stat : 12118 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 2340 0 0 0 1999 3 0 0 25 0 4 0 622377541 133791744 23676 33554432000 134512640 135305190 4294289664 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12117/tid=12119] ppid=12114 vsize=130656 CPUtime=20.07 cores=0,2,4,6
/proc/12117/task/12119/stat : 12119 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 3553 0 0 0 2004 3 0 0 25 0 4 0 622377541 133791744 23676 33554432000 134512640 135305190 4294289664 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12117/tid=12120] ppid=12114 vsize=130656 CPUtime=19.95 cores=0,2,4,6
/proc/12117/task/12120/stat : 12120 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 3157 0 0 0 1993 2 0 0 25 0 4 0 622377541 133791744 23676 33554432000 134512640 135305190 4294289664 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 82.2
Current children cumulated vsize (KiB) 139356

[startup+23.1105 s]
/proc/loadavg: 4.84 6.09 6.93 6/285 12120
/proc/meminfo: memFree=20108976/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=1.97 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 357 17136 0 0 0 0 192 5 19 0 1 0 622377320 8908800 252 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12114/statm: 2175 252 209 178 0 68 0
[pid=12117] ppid=12114 vsize=131348 CPUtime=83.46 cores=0,2,4,6
/proc/12117/stat : 12117 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202496 23909 0 0 0 8331 15 0 0 25 0 4 0 622377519 134500352 23851 33554432000 134512640 135305190 4294289664 18446744073709551615 134528600 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12117/statm: 32837 23851 84 194 0 32641 0
[pid=12117/tid=12118] ppid=12114 vsize=131348 CPUtime=20.83 cores=0,2,4,6
/proc/12117/task/12118/stat : 12118 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 2363 0 0 0 2080 3 0 0 25 0 4 0 622377541 134500352 23851 33554432000 134512640 135305190 4294289664 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12117/tid=12119] ppid=12114 vsize=131348 CPUtime=20.88 cores=0,2,4,6
/proc/12117/task/12119/stat : 12119 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 3640 0 0 0 2085 3 0 0 25 0 4 0 622377541 134500352 23851 33554432000 134512640 135305190 4294289664 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12117/tid=12120] ppid=12114 vsize=131348 CPUtime=20.76 cores=0,2,4,6
/proc/12117/task/12120/stat : 12120 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 3194 0 0 0 2074 2 0 0 25 0 4 0 622377541 134500352 23851 33554432000 134512640 135305190 4294289664 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 85.43
Current children cumulated vsize (KiB) 140048

[startup+23.9003 s]
/proc/loadavg: 4.84 6.09 6.93 6/285 12120
/proc/meminfo: memFree=20108976/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=1.97 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 357 17136 0 0 0 0 192 5 19 0 1 0 622377320 8908800 252 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12114/statm: 2175 252 209 178 0 68 0
[pid=12117] ppid=12114 vsize=131612 CPUtime=86.62 cores=0,2,4,6
/proc/12117/stat : 12117 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202496 23977 0 0 0 8647 15 0 0 25 0 4 0 622377519 134770688 23919 33554432000 134512640 135305190 4294289664 18446744073709551615 134530621 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12117/statm: 32903 23919 84 194 0 32707 0
[pid=12117/tid=12118] ppid=12114 vsize=131612 CPUtime=21.62 cores=0,2,4,6
/proc/12117/task/12118/stat : 12118 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 2376 0 0 0 2159 3 0 0 25 0 4 0 622377541 134770688 23919 33554432000 134512640 135305190 4294289664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12117/tid=12119] ppid=12114 vsize=131612 CPUtime=21.67 cores=0,2,4,6
/proc/12117/task/12119/stat : 12119 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 3676 0 0 0 2164 3 0 0 25 0 4 0 622377541 134770688 23919 33554432000 134512640 135305190 4294289664 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12117/tid=12120] ppid=12114 vsize=131612 CPUtime=21.55 cores=0,2,4,6
/proc/12117/task/12120/stat : 12120 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 3194 0 0 0 2153 2 0 0 25 0 4 0 622377541 134770688 23919 33554432000 134512640 135305190 4294289664 18446744073709551615 134528630 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 88.59
Current children cumulated vsize (KiB) 140312

[startup+24.1003 s]
/proc/loadavg: 4.84 6.09 6.93 6/285 12121
/proc/meminfo: memFree=20108604/32951124 swapFree=67057896/67111528
[pid=12114] ppid=12112 vsize=8700 CPUtime=1.97 cores=0,2,4,6
/proc/12114/stat : 12114 (manysat.sh) S 12112 12114 11653 0 -1 4202496 357 17136 0 0 0 0 192 5 19 0 1 0 622377320 8908800 252 33554432000 4194304 4922060 140735578919632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12114/statm: 2175 252 209 178 0 68 0
[pid=12117] ppid=12114 vsize=131612 CPUtime=87.44 cores=0,2,4,6
/proc/12117/stat : 12117 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202496 24001 0 0 0 8729 15 0 0 25 0 4 0 622377519 134770688 23943 33554432000 134512640 135305190 4294289664 18446744073709551615 134528455 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12117/statm: 32903 23943 84 194 0 32707 0
[pid=12117/tid=12118] ppid=12114 vsize=131612 CPUtime=21.83 cores=0,2,4,6
/proc/12117/task/12118/stat : 12118 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 2386 0 0 0 2180 3 0 0 25 0 4 0 622377541 134770688 23943 33554432000 134512640 135305190 4294289664 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12117/tid=12119] ppid=12114 vsize=131612 CPUtime=21.88 cores=0,2,4,6
/proc/12117/task/12119/stat : 12119 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 3680 0 0 0 2185 3 0 0 25 0 4 0 622377541 134770688 23943 33554432000 134512640 135305190 4294289664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12117/tid=12120] ppid=12114 vsize=131612 CPUtime=21.76 cores=0,2,4,6
/proc/12117/task/12120/stat : 12120 (manysat1.1_stat) R 12114 12114 11653 0 -1 4202560 3195 0 0 0 2174 2 0 0 25 0 4 0 622377541 134770688 23943 33554432000 134512640 135305190 4294289664 18446744073709551615 134528178 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 89.41
Current children cumulated vsize (KiB) 140312

Child status: 20
Real time (s): 24.14
CPU time (s): 89.5384
CPU user time (s): 89.3194
CPU system time (s): 0.218966
CPU usage (%): 370.913
Max. virtual memory (cumulated for all children) (KiB): 140312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.3194
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= 41722
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= 8401
involuntary context switches= 341

runsolver used 0.067989 second user time and 0.153976 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 17:13:40
IDJOB=3362197
IDBENCH=82492
IDSOLVER=1838
FILE ID=node140/3362197-1305299620
RUNJOBID= node140-1305296391-11671
PBS_JOBID= 13321413
Free space on /tmp= 49464 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-k50-pdtviseisenberg2-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362197-1305299620/watcher-3362197-1305299620 -o /tmp/evaluation-result-3362197-1305299620/solver-3362197-1305299620 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362197-1305299620.cnf aimd 1

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=380610661

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      20219732 kB
Buffers:        253096 kB
Cached:        8302228 kB
SwapCached:       8056 kB
Active:        5004400 kB
Inactive:      7257328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20219732 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            7664 kB
Writeback:           0 kB
AnonPages:     3703772 kB
Mapped:          23332 kB
Slab:           384200 kB
PageTables:      22604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45784660 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= 49464 MiB
End job on node140 at 2011-05-13 17:14:04