Trace number 3361843

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 68.3236 18.6823

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5286
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

0.00/0.00	c Parsing...
0.00/0.20	c ==============================================================================
0.00/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.20	c ==============================================================================
0.00/0.20	c |         0 |  473409  1087098 |  142022       0        0     nan |  0.000 % |
1.59/1.64	c |         0 |  185161   490718 |      --       0       --      -- |     --   | -159719/-304529
1.59/1.64	c ==============================================================================
1.59/1.64	c Result  :   #vars: 34133   #clauses: 185161   #literals: 490718
1.59/1.64	c CPU time:   1.60675 s
1.59/1.64	c ==============================================================================
68.03/18.67	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
68.03/18.67	c ============================[ Problem Statistics ]=============================
68.03/18.67	c |                                                                             |
68.03/18.67	c threadId              : 0
68.03/18.67	c restarts              : 52
68.03/18.67	c conflicts             : 40967          (616 /sec)
68.03/18.67	c decisions             : 64217          (1.08 % random) (966 /sec)
68.03/18.67	c propagations          : 59409505       (893915 /sec)
68.03/18.67	c conflict literals     : 1659694        (44.50 % deleted)
68.03/18.67	c Memory used           : 101.85 MB
68.03/18.67	c CPU time              : 66.4599 s
68.03/18.67	
68.03/18.67	c --->m=4, e=8, aimd=1, HOME/12687_many.cnf	time: 16.6157	conflicts: 40967        
68.03/18.67	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-3361843-1305296390/watcher-3361843-1305296390 -o /tmp/evaluation-result-3361843-1305296390/solver-3361843-1305296390 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361843-1305296390.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: 0.00 0.00 0.00 2/347 12687
/proc/meminfo: memFree=8457880/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641235751 8908800 250 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12687/statm: 2175 250 209 178 0 68 0

[startup+0.098598 s]
/proc/loadavg: 0.00 0.00 0.00 2/347 12687
/proc/meminfo: memFree=8457880/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641235751 8908800 250 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12687/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100586 s]
/proc/loadavg: 0.00 0.00 0.00 2/347 12687
/proc/meminfo: memFree=8457880/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641235751 8908800 250 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12687/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300547 s]
/proc/loadavg: 0.00 0.00 0.00 2/347 12687
/proc/meminfo: memFree=8457880/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641235751 8908800 250 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12687/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700462 s]
/proc/loadavg: 0.00 0.00 0.00 2/347 12687
/proc/meminfo: memFree=8457880/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641235751 8908800 250 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12687/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5003 s]
/proc/loadavg: 0.00 0.00 0.00 3/353 12696
/proc/meminfo: memFree=8303576/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641235751 8908800 250 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12687/statm: 2175 250 209 178 0 68 0
[pid=12688] ppid=12687 vsize=57536 CPUtime=1.49 cores=0,2,4,6
/proc/12688/stat : 12688 (SatElite) R 12687 12687 12655 0 -1 4202496 16683 0 0 0 146 3 0 0 25 0 1 0 641235752 58916864 13008 33554432000 134512640 135034092 4289877360 18446744073709551615 134566533 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12688/statm: 14384 13008 68 128 0 14254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66236

[startup+3.10093 s]
/proc/loadavg: 0.16 0.03 0.01 6/356 12700
/proc/meminfo: memFree=8233616/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=1.76 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 358 21143 0 0 0 0 172 4 18 0 1 0 641235751 8908800 253 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12687/statm: 2175 253 209 178 0 68 0
[pid=12697] ppid=12687 vsize=89636 CPUtime=4.43 cores=0,2,4,6
/proc/12697/stat : 12697 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202496 13474 0 0 0 440 3 0 0 19 0 4 0 641235929 91787264 13421 33554432000 134512640 135305190 4293398768 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12697/statm: 22409 13421 84 194 0 22213 0
[pid=12697/tid=12698] ppid=12687 vsize=89636 CPUtime=1.04 cores=0,2,4,6
/proc/12697/task/12698/stat : 12698 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 253 0 0 0 104 0 0 0 18 0 4 0 641235952 91787264 13421 33554432000 134512640 135305190 4293398768 18446744073709551615 134530700 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12697/tid=12699] ppid=12687 vsize=89636 CPUtime=1.04 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 314 0 0 0 104 0 0 0 18 0 4 0 641235952 91787264 13421 33554432000 134512640 135305190 4293398768 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12697/tid=12700] ppid=12687 vsize=89636 CPUtime=1.05 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 315 0 0 0 105 0 0 0 18 0 4 0 641235952 91787264 13421 33554432000 134512640 135305190 4293398768 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 98336

[startup+6.3003 s]
/proc/loadavg: 0.16 0.03 0.01 6/356 12700
/proc/meminfo: memFree=8221540/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=1.76 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 358 21143 0 0 0 0 172 4 18 0 1 0 641235751 8908800 253 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12687/statm: 2175 253 209 178 0 68 0
[pid=12697] ppid=12687 vsize=90476 CPUtime=17.18 cores=0,2,4,6
/proc/12697/stat : 12697 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202496 13857 0 0 0 1713 5 0 0 25 0 4 0 641235929 92647424 13804 33554432000 134512640 135305190 4293398768 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12697/statm: 22619 13804 84 194 0 22423 0
[pid=12697/tid=12698] ppid=12687 vsize=90476 CPUtime=4.24 cores=0,2,4,6
/proc/12697/task/12698/stat : 12698 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 309 0 0 0 422 2 0 0 24 0 4 0 641235952 92647424 13804 33554432000 134512640 135305190 4293398768 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12697/tid=12699] ppid=12687 vsize=90476 CPUtime=4.24 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 441 0 0 0 424 0 0 0 25 0 4 0 641235952 92647424 13804 33554432000 134512640 135305190 4293398768 18446744073709551615 134553353 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12697/tid=12700] ppid=12687 vsize=90476 CPUtime=4.25 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 420 0 0 0 425 0 0 0 25 0 4 0 641235952 92647424 13804 33554432000 134512640 135305190 4293398768 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.94
Current children cumulated vsize (KiB) 99176

[startup+12.701 s]
/proc/loadavg: 1.14 0.25 0.08 9/359 12704
/proc/meminfo: memFree=8097392/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=1.76 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 358 21143 0 0 0 0 172 4 18 0 1 0 641235751 8908800 253 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12687/statm: 2175 253 209 178 0 68 0
[pid=12697] ppid=12687 vsize=100788 CPUtime=42.71 cores=0,2,4,6
/proc/12697/stat : 12697 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202496 16398 0 0 0 4264 7 0 0 25 0 4 0 641235929 103206912 16331 33554432000 134512640 135305190 4293398768 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12697/statm: 25197 16331 84 194 0 25001 0
[pid=12697/tid=12698] ppid=12687 vsize=100788 CPUtime=10.64 cores=0,2,4,6
/proc/12697/task/12698/stat : 12698 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 821 0 0 0 1061 3 0 0 25 0 4 0 641235952 103206912 16331 33554432000 134512640 135305190 4293398768 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12697/tid=12699] ppid=12687 vsize=100788 CPUtime=10.64 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1199 0 0 0 1064 0 0 0 25 0 4 0 641235952 103206912 16331 33554432000 134512640 135305190 4293398768 18446744073709551615 134570407 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12697/tid=12700] ppid=12687 vsize=100788 CPUtime=10.66 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1062 0 0 0 1065 1 0 0 25 0 4 0 641235952 103206912 16331 33554432000 134512640 135305190 4293398768 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.47
Current children cumulated vsize (KiB) 109488

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

[startup+15.9003 s]
/proc/loadavg: 1.14 0.25 0.08 9/359 12704
/proc/meminfo: memFree=8089960/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=1.76 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 358 21143 0 0 0 0 172 4 18 0 1 0 641235751 8908800 253 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12687/statm: 2175 253 209 178 0 68 0
[pid=12697] ppid=12687 vsize=103076 CPUtime=55.48 cores=0,2,4,6
/proc/12697/stat : 12697 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202496 16856 0 0 0 5540 8 0 0 25 0 4 0 641235929 105549824 16789 33554432000 134512640 135305190 4293398768 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12697/statm: 25769 16789 84 194 0 25573 0
[pid=12697/tid=12698] ppid=12687 vsize=103076 CPUtime=13.83 cores=0,2,4,6
/proc/12697/task/12698/stat : 12698 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 955 0 0 0 1380 3 0 0 25 0 4 0 641235952 105549824 16789 33554432000 134512640 135305190 4293398768 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12697/tid=12699] ppid=12687 vsize=103076 CPUtime=13.85 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1361 0 0 0 1384 1 0 0 25 0 4 0 641235952 105549824 16789 33554432000 134512640 135305190 4293398768 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12697/tid=12700] ppid=12687 vsize=103076 CPUtime=13.85 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1126 0 0 0 1384 1 0 0 25 0 4 0 641235952 105549824 16789 33554432000 134512640 135305190 4293398768 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.24
Current children cumulated vsize (KiB) 111776

[startup+17.501 s]
/proc/loadavg: 1.69 0.37 0.12 9/359 12704
/proc/meminfo: memFree=8084388/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=1.76 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 358 21143 0 0 0 0 172 4 18 0 1 0 641235751 8908800 253 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12687/statm: 2175 253 209 178 0 68 0
[pid=12697] ppid=12687 vsize=103788 CPUtime=61.88 cores=0,2,4,6
/proc/12697/stat : 12697 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202496 17085 0 0 0 6180 8 0 0 25 0 4 0 641235929 106278912 17018 33554432000 134512640 135305190 4293398768 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12697/statm: 25947 17018 84 194 0 25751 0
[pid=12697/tid=12698] ppid=12687 vsize=103788 CPUtime=15.45 cores=0,2,4,6
/proc/12697/task/12698/stat : 12698 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1012 0 0 0 1542 3 0 0 25 0 4 0 641235952 106278912 17018 33554432000 134512640 135305190 4293398768 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12697/tid=12699] ppid=12687 vsize=103788 CPUtime=15.46 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1469 0 0 0 1545 1 0 0 25 0 4 0 641235952 106278912 17018 33554432000 134512640 135305190 4293398768 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12697/tid=12700] ppid=12687 vsize=103788 CPUtime=15.47 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1168 0 0 0 1546 1 0 0 25 0 4 0 641235952 106278912 17018 33554432000 134512640 135305190 4293398768 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.64
Current children cumulated vsize (KiB) 112488

[startup+18.3008 s]
/proc/loadavg: 1.69 0.37 0.12 9/359 12704
/proc/meminfo: memFree=8084388/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=1.76 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 358 21143 0 0 0 0 172 4 18 0 1 0 641235751 8908800 253 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12687/statm: 2175 253 209 178 0 68 0
[pid=12697] ppid=12687 vsize=104100 CPUtime=65.05 cores=0,2,4,6
/proc/12697/stat : 12697 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202496 17194 0 0 0 6497 8 0 0 25 0 4 0 641235929 106598400 17127 33554432000 134512640 135305190 4293398768 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12697/statm: 26025 17127 84 194 0 25829 0
[pid=12697/tid=12698] ppid=12687 vsize=104100 CPUtime=16.23 cores=0,2,4,6
/proc/12697/task/12698/stat : 12698 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1030 0 0 0 1620 3 0 0 25 0 4 0 641235952 106598400 17127 33554432000 134512640 135305190 4293398768 18446744073709551615 134530649 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12697/tid=12699] ppid=12687 vsize=104100 CPUtime=16.24 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1476 0 0 0 1623 1 0 0 25 0 4 0 641235952 106598400 17127 33554432000 134512640 135305190 4293398768 18446744073709551615 134528987 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12697/tid=12700] ppid=12687 vsize=104100 CPUtime=16.25 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1184 0 0 0 1624 1 0 0 25 0 4 0 641235952 106598400 17127 33554432000 134512640 135305190 4293398768 18446744073709551615 134528145 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.81
Current children cumulated vsize (KiB) 112800

[startup+18.5008 s]
/proc/loadavg: 1.69 0.37 0.12 9/359 12704
/proc/meminfo: memFree=8084388/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=1.76 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 358 21143 0 0 0 0 172 4 18 0 1 0 641235751 8908800 253 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12687/statm: 2175 253 209 178 0 68 0
[pid=12697] ppid=12687 vsize=104100 CPUtime=65.85 cores=0,2,4,6
/proc/12697/stat : 12697 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202496 17206 0 0 0 6577 8 0 0 25 0 4 0 641235929 106598400 17139 33554432000 134512640 135305190 4293398768 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12697/statm: 26025 17139 84 194 0 25829 0
[pid=12697/tid=12698] ppid=12687 vsize=104100 CPUtime=16.43 cores=0,2,4,6
/proc/12697/task/12698/stat : 12698 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1031 0 0 0 1640 3 0 0 25 0 4 0 641235952 106598400 17139 33554432000 134512640 135305190 4293398768 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12697/tid=12699] ppid=12687 vsize=104100 CPUtime=16.44 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1480 0 0 0 1643 1 0 0 25 0 4 0 641235952 106598400 17139 33554432000 134512640 135305190 4293398768 18446744073709551615 134555160 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12697/tid=12700] ppid=12687 vsize=104100 CPUtime=16.45 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1190 0 0 0 1644 1 0 0 25 0 4 0 641235952 106598400 17139 33554432000 134512640 135305190 4293398768 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 67.61
Current children cumulated vsize (KiB) 112800

[startup+18.6008 s]
/proc/loadavg: 1.69 0.37 0.12 9/359 12704
/proc/meminfo: memFree=8080792/32950928 swapFree=45937192/67111528
[pid=12687] ppid=12685 vsize=8700 CPUtime=1.76 cores=0,2,4,6
/proc/12687/stat : 12687 (manysat.sh) S 12685 12687 12655 0 -1 4202496 358 21143 0 0 0 0 172 4 18 0 1 0 641235751 8908800 253 33554432000 4194304 4922060 140734183731040 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12687/statm: 2175 253 209 178 0 68 0
[pid=12697] ppid=12687 vsize=104288 CPUtime=66.27 cores=0,2,4,6
/proc/12697/stat : 12697 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202496 17220 0 0 0 6619 8 0 0 25 0 4 0 641235929 106790912 17153 33554432000 134512640 135305190 4293398768 18446744073709551615 134529255 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12697/statm: 26072 17153 84 194 0 25876 0
[pid=12697/tid=12698] ppid=12687 vsize=104288 CPUtime=16.55 cores=0,2,4,6
/proc/12697/task/12698/stat : 12698 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1031 0 0 0 1652 3 0 0 25 0 4 0 641235952 106790912 17153 33554432000 134512640 135305190 4293398768 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12697/tid=12699] ppid=12687 vsize=104288 CPUtime=16.56 cores=0,2,4,6
/proc/12697/task/12699/stat : 12699 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1482 0 0 0 1655 1 0 0 25 0 4 0 641235952 106790912 17153 33554432000 134512640 135305190 4293398768 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12697/tid=12700] ppid=12687 vsize=104288 CPUtime=16.57 cores=0,2,4,6
/proc/12697/task/12700/stat : 12700 (manysat1.1_stat) R 12687 12687 12655 0 -1 4202560 1202 0 0 0 1656 1 0 0 25 0 4 0 641235952 106790912 17153 33554432000 134512640 135305190 4293398768 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 68.03
Current children cumulated vsize (KiB) 112988

Child status: 20
Real time (s): 18.6823
CPU time (s): 68.3236
CPU user time (s): 68.1886
CPU system time (s): 0.134979
CPU usage (%): 365.713
Max. virtual memory (cumulated for all children) (KiB): 112988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.1886
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38966
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= 3445
involuntary context switches= 304

runsolver used 0.06199 second user time and 0.154976 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 16:19:50
IDJOB=3361843
IDBENCH=20346
IDSOLVER=1838
FILE ID=node149/3361843-1305296390
RUNJOBID= node149-1305296390-12673
PBS_JOBID= 13321404
Free space on /tmp= 42208 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361843-1305296390/watcher-3361843-1305296390 -o /tmp/evaluation-result-3361843-1305296390/solver-3361843-1305296390 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361843-1305296390.cnf aimd 1

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

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=498905485

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.73
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.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:     32950928 kB
MemFree:       8458168 kB
Buffers:        263156 kB
Cached:       19211952 kB
SwapCached:      19984 kB
Active:        9088892 kB
Inactive:     14726608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8458168 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           21764 kB
Writeback:           0 kB
AnonPages:     4333412 kB
Mapped:          12900 kB
Slab:           540204 kB
PageTables:      71888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80194292 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= 42160 MiB
End job on node149 at 2011-05-13 16:20:09