Trace number 3362043

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 50.6823 14.0941

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-11.cnf
MD5SUM06568f445121c7d3cc3b96042d85c719
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.4614
Satisfiable
(Un)Satisfiability was proved
Number of variables96526
Number of clauses325263
Sum of the clauses size848701
Maximum clause length1316
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2139068
Number of clauses of size 3177302
Number of clauses of size 48172
Number of clauses of size 5192
Number of clauses of size over 5528

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 |  321254   838160 |   96376       0        0     nan |  0.000 % |
1.29/1.34	c |         0 |  232037   714606 |      --       0       --      -- |     --   | -89217/-123554
1.29/1.34	c ==============================================================================
1.29/1.34	c Result  :   #vars: 50129   #clauses: 232037   #literals: 714606
1.29/1.34	c CPU time:   1.3138 s
1.29/1.34	c ==============================================================================
50.36/14.07	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
50.36/14.07	c ============================[ Problem Statistics ]=============================
50.36/14.07	c |                                                                             |
50.36/14.07	c threadId              : 3
50.36/14.07	c restarts              : 89
50.36/14.07	c conflicts             : 46288          (945 /sec)
50.36/14.07	c decisions             : 110428         (2.41 % random) (2254 /sec)
50.36/14.07	c propagations          : 45047641       (919686 /sec)
50.36/14.07	c conflict literals     : 902119         (50.25 % deleted)
50.36/14.07	c Memory used           : 127.91 MB
50.36/14.07	c CPU time              : 48.9816 s
50.36/14.07	
50.36/14.07	c --->m=4, e=8, aimd=1, HOME/26393_many.cnf	time: 12.2454	conflicts: 46288        
50.36/14.08	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-3362043-1305298271/watcher-3362043-1305298271 -o /tmp/evaluation-result-3362043-1305298271/solver-3362043-1305298271 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362043-1305298271.cnf aimd 1 

running on 4 cores: 1,3,5,7

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.93 7.93 6.92 3/365 26393
/proc/meminfo: memFree=21081760/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622242714 8908800 249 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26393/statm: 2175 249 209 178 0 68 0

[startup+0.062878 s]
/proc/loadavg: 7.93 7.93 6.92 3/365 26393
/proc/meminfo: memFree=21081760/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622242714 8908800 249 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26393/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100869 s]
/proc/loadavg: 7.93 7.93 6.92 3/365 26393
/proc/meminfo: memFree=21081760/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622242714 8908800 249 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26393/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300833 s]
/proc/loadavg: 7.93 7.93 6.92 3/365 26393
/proc/meminfo: memFree=21081760/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622242714 8908800 249 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26393/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700769 s]
/proc/loadavg: 7.93 7.93 6.92 3/365 26393
/proc/meminfo: memFree=21081760/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622242714 8908800 249 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26393/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 7.45 7.83 6.89 3/367 26395
/proc/meminfo: memFree=21010816/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622242714 8908800 249 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26393/statm: 2175 249 209 178 0 68 0
[pid=26394] ppid=26393 vsize=54896 CPUtime=1.49 cores=1,3,5,7
/proc/26394/stat : 26394 (SatElite) R 26393 26393 25977 0 -1 4202496 14966 0 0 0 146 3 0 0 25 0 1 0 622242714 56213504 12348 33554432000 134512640 135034092 4289939696 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/26394/statm: 13724 12348 68 128 0 13594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63596

[startup+3.10027 s]
/proc/loadavg: 7.45 7.83 6.89 6/370 26399
/proc/meminfo: memFree=20967888/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=1.5 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 357 14968 0 0 0 0 146 4 18 0 1 0 622242714 8908800 252 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26393/statm: 2175 252 209 178 0 68 0
[pid=26396] ppid=26393 vsize=113684 CPUtime=5.4 cores=1,3,5,7
/proc/26396/stat : 26396 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202496 19189 0 0 0 528 12 0 0 19 0 4 0 622242864 116412416 19078 33554432000 134512640 135305190 4289930000 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26396/statm: 28421 19078 84 194 0 28225 0
[pid=26396/tid=26397] ppid=26393 vsize=113684 CPUtime=1.27 cores=1,3,5,7
/proc/26396/task/26397/stat : 26397 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 697 0 0 0 126 1 0 0 19 0 4 0 622242893 116412416 19078 33554432000 134512640 135305190 4289930000 18446744073709551615 134546820 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26396/tid=26398] ppid=26393 vsize=113684 CPUtime=1.27 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 675 0 0 0 125 2 0 0 19 0 4 0 622242893 116412416 19078 33554432000 134512640 135305190 4289930000 18446744073709551615 134530691 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26396/tid=26399] ppid=26393 vsize=113684 CPUtime=1.27 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 714 0 0 0 125 2 0 0 19 0 4 0 622242893 116412416 19078 33554432000 134512640 135305190 4289930000 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 122384

[startup+6.30067 s]
/proc/loadavg: 7.45 7.83 6.89 7/370 26404
/proc/meminfo: memFree=21161552/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=1.5 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 357 14968 0 0 0 0 146 4 18 0 1 0 622242714 8908800 252 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26393/statm: 2175 252 209 178 0 68 0
[pid=26396] ppid=26393 vsize=121704 CPUtime=18.17 cores=1,3,5,7
/proc/26396/stat : 26396 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202496 21383 0 0 0 1803 14 0 0 25 0 4 0 622242864 124624896 21272 33554432000 134512640 135305190 4289930000 18446744073709551615 134530575 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26396/statm: 30426 21272 84 194 0 30230 0
[pid=26396/tid=26397] ppid=26393 vsize=121704 CPUtime=4.47 cores=1,3,5,7
/proc/26396/task/26397/stat : 26397 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1047 0 0 0 445 2 0 0 25 0 4 0 622242893 124624896 21272 33554432000 134512640 135305190 4289930000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26396/tid=26398] ppid=26393 vsize=121704 CPUtime=4.47 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1399 0 0 0 444 3 0 0 25 0 4 0 622242893 124624896 21272 33554432000 134512640 135305190 4289930000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26396/tid=26399] ppid=26393 vsize=121704 CPUtime=4.47 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1241 0 0 0 445 2 0 0 25 0 4 0 622242893 124624896 21272 33554432000 134512640 135305190 4289930000 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19.67
Current children cumulated vsize (KiB) 130404

[startup+12.7005 s]
/proc/loadavg: 7.31 7.78 6.89 6/370 26433
/proc/meminfo: memFree=21115368/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=1.5 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 357 14968 0 0 0 0 146 4 18 0 1 0 622242714 8908800 252 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26393/statm: 2175 252 209 178 0 68 0
[pid=26396] ppid=26393 vsize=130676 CPUtime=43.67 cores=1,3,5,7
/proc/26396/stat : 26396 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202496 23550 0 0 0 4351 16 0 0 25 0 4 0 622242864 133812224 23429 33554432000 134512640 135305190 4289930000 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26396/statm: 32669 23429 84 194 0 32473 0
[pid=26396/tid=26397] ppid=26393 vsize=130676 CPUtime=10.86 cores=1,3,5,7
/proc/26396/task/26397/stat : 26397 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1480 0 0 0 1084 2 0 0 25 0 4 0 622242893 133812224 23429 33554432000 134512640 135305190 4289930000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26396/tid=26398] ppid=26393 vsize=130676 CPUtime=10.87 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 2068 0 0 0 1084 3 0 0 25 0 4 0 622242893 133812224 23429 33554432000 134512640 135305190 4289930000 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26396/tid=26399] ppid=26393 vsize=130676 CPUtime=10.87 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1761 0 0 0 1084 3 0 0 25 0 4 0 622242893 133812224 23429 33554432000 134512640 135305190 4289930000 18446744073709551615 134528512 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 45.17
Current children cumulated vsize (KiB) 139376

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

[startup+13.5003 s]
/proc/loadavg: 7.31 7.78 6.89 6/370 26433
/proc/meminfo: memFree=21115244/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=1.5 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 357 14968 0 0 0 0 146 4 18 0 1 0 622242714 8908800 252 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26393/statm: 2175 252 209 178 0 68 0
[pid=26396] ppid=26393 vsize=130816 CPUtime=46.86 cores=1,3,5,7
/proc/26396/stat : 26396 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202496 23588 0 0 0 4670 16 0 0 25 0 4 0 622242864 133955584 23467 33554432000 134512640 135305190 4289930000 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26396/statm: 32704 23467 84 194 0 32508 0
[pid=26396/tid=26397] ppid=26393 vsize=130816 CPUtime=11.66 cores=1,3,5,7
/proc/26396/task/26397/stat : 26397 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1484 0 0 0 1164 2 0 0 25 0 4 0 622242893 133955584 23467 33554432000 134512640 135305190 4289930000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26396/tid=26398] ppid=26393 vsize=130816 CPUtime=11.67 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 2079 0 0 0 1164 3 0 0 25 0 4 0 622242893 133955584 23467 33554432000 134512640 135305190 4289930000 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26396/tid=26399] ppid=26393 vsize=130816 CPUtime=11.67 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1778 0 0 0 1164 3 0 0 25 0 4 0 622242893 133955584 23467 33554432000 134512640 135305190 4289930000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.36
Current children cumulated vsize (KiB) 139516

[startup+13.9012 s]
/proc/loadavg: 7.31 7.78 6.89 6/370 26433
/proc/meminfo: memFree=21115244/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=1.5 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 357 14968 0 0 0 0 146 4 18 0 1 0 622242714 8908800 252 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26393/statm: 2175 252 209 178 0 68 0
[pid=26396] ppid=26393 vsize=130972 CPUtime=48.46 cores=1,3,5,7
/proc/26396/stat : 26396 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202496 23634 0 0 0 4830 16 0 0 25 0 4 0 622242864 134115328 23513 33554432000 134512640 135305190 4289930000 18446744073709551615 134530579 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26396/statm: 32743 23513 84 194 0 32547 0
[pid=26396/tid=26397] ppid=26393 vsize=130972 CPUtime=12.06 cores=1,3,5,7
/proc/26396/task/26397/stat : 26397 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1489 0 0 0 1204 2 0 0 25 0 4 0 622242893 134115328 23513 33554432000 134512640 135305190 4289930000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26396/tid=26398] ppid=26393 vsize=130972 CPUtime=12.07 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 2101 0 0 0 1204 3 0 0 25 0 4 0 622242893 134115328 23513 33554432000 134512640 135305190 4289930000 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26396/tid=26399] ppid=26393 vsize=130972 CPUtime=12.07 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1791 0 0 0 1204 3 0 0 25 0 4 0 622242893 134115328 23513 33554432000 134512640 135305190 4289930000 18446744073709551615 134570418 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 139672

[startup+14.0012 s]
/proc/loadavg: 7.31 7.78 6.89 6/370 26433
/proc/meminfo: memFree=21115244/32951124 swapFree=66341972/67111528
[pid=26393] ppid=26391 vsize=8700 CPUtime=1.5 cores=1,3,5,7
/proc/26393/stat : 26393 (manysat.sh) S 26391 26393 25977 0 -1 4202496 357 14968 0 0 0 0 146 4 18 0 1 0 622242714 8908800 252 33554432000 4194304 4922060 140736038855424 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26393/statm: 2175 252 209 178 0 68 0
[pid=26396] ppid=26393 vsize=130972 CPUtime=48.86 cores=1,3,5,7
/proc/26396/stat : 26396 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202496 23634 0 0 0 4870 16 0 0 25 0 4 0 622242864 134115328 23513 33554432000 134512640 135305190 4289930000 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26396/statm: 32743 23513 84 194 0 32547 0
[pid=26396/tid=26397] ppid=26393 vsize=130972 CPUtime=12.16 cores=1,3,5,7
/proc/26396/task/26397/stat : 26397 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1489 0 0 0 1214 2 0 0 25 0 4 0 622242893 134115328 23513 33554432000 134512640 135305190 4289930000 18446744073709551615 134530691 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26396/tid=26398] ppid=26393 vsize=130972 CPUtime=12.17 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 2101 0 0 0 1214 3 0 0 25 0 4 0 622242893 134115328 23513 33554432000 134512640 135305190 4289930000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26396/tid=26399] ppid=26393 vsize=130972 CPUtime=12.17 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (manysat1.1_stat) R 26393 26393 25977 0 -1 4202560 1791 0 0 0 1214 3 0 0 25 0 4 0 622242893 134115328 23513 33554432000 134512640 135305190 4289930000 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 139672

Child status: 20
Real time (s): 14.0941
CPU time (s): 50.6823
CPU user time (s): 50.4673
CPU system time (s): 0.214967
CPU usage (%): 359.599
Max. virtual memory (cumulated for all children) (KiB): 139672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.4673
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39187
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= 4762
involuntary context switches= 302

runsolver used 0.047992 second user time and 0.122981 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 16:51:11
IDJOB=3362043
IDBENCH=82357
IDSOLVER=1838
FILE ID=node141/3362043-1305298271
RUNJOBID= node141-1305296391-25996
PBS_JOBID= 13321412
Free space on /tmp= 48872 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-11.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362043-1305298271/watcher-3362043-1305298271 -o /tmp/evaluation-result-3362043-1305298271/solver-3362043-1305298271 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362043-1305298271.cnf aimd 1

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

MD5SUM BENCH= 06568f445121c7d3cc3b96042d85c719
RANDOM SEED=1572239992

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.84
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.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.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:     32951124 kB
MemFree:      21082032 kB
Buffers:        211260 kB
Cached:        5916348 kB
SwapCached:      22860 kB
Active:        3366296 kB
Inactive:      8276032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21082032 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:           65696 kB
Writeback:           0 kB
AnonPages:     5497676 kB
Mapped:          19832 kB
Slab:           125904 kB
PageTables:      38156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86540088 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= 48884 MiB
End job on node141 at 2011-05-13 16:51:25