Trace number 3361860

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.4324 22.446

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.3398
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   10929    28201 |    3278       0        0     nan |  0.000 % |
0.00/0.04	c |         0 |    6562    21607 |      --       0       --      -- |     --   | -4367/-6594
0.00/0.04	c ==============================================================================
0.00/0.04	c Result  :   #vars: 1203   #clauses: 6562   #literals: 21607
0.00/0.04	c CPU time:   0.043993 s
0.00/0.04	c ==============================================================================
89.25/22.44	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
89.25/22.44	c ============================[ Problem Statistics ]=============================
89.25/22.44	c |                                                                             |
89.25/22.44	c threadId              : 3
89.25/22.44	c restarts              : 118
89.25/22.44	c conflicts             : 126891         (1422 /sec)
89.25/22.44	c decisions             : 145951         (1.87 % random) (1635 /sec)
89.25/22.44	c propagations          : 15632136       (175149 /sec)
89.25/22.44	c conflict literals     : 3312157        (47.82 % deleted)
89.25/22.44	c Memory used           : 75.51 MB
89.25/22.44	c CPU time              : 89.2504 s
89.25/22.44	
89.25/22.44	c --->m=4, e=8, aimd=1, HOME/9795_many.cnf	time: 22.3126	conflicts: 126891       
89.25/22.44	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-3361860-1305296393/watcher-3361860-1305296393 -o /tmp/evaluation-result-3361860-1305296393/solver-3361860-1305296393 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361860-1305296393.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/348 9795
/proc/meminfo: memFree=22163460/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641238988 8908800 249 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9795/statm: 2175 249 209 178 0 68 0

[startup+0.100591 s]
/proc/loadavg: 0.00 0.00 0.00 1/348 9795
/proc/meminfo: memFree=22163460/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.20464 s]
/proc/loadavg: 0.00 0.00 0.00 1/348 9795
/proc/meminfo: memFree=22163460/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.300567 s]
/proc/loadavg: 0.00 0.00 0.00 1/348 9795
/proc/meminfo: memFree=22163460/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.700488 s]
/proc/loadavg: 0.00 0.00 0.00 1/348 9795
/proc/meminfo: memFree=22163460/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+1.50035 s]
/proc/loadavg: 0.00 0.00 0.00 5/353 9801
/proc/meminfo: memFree=22154244/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=46228 CPUtime=5.75 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 3106 0 0 0 573 2 0 0 18 0 4 0 641238993 47337472 3056 33554432000 134512640 135305190 4293490112 18446744073709551615 134548046 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9798/statm: 11557 3056 84 194 0 11361 0
[pid=9798/tid=9799] ppid=9795 vsize=46228 CPUtime=1.43 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 525 0 0 0 143 0 0 0 18 0 4 0 641238994 47337472 3056 33554432000 134512640 135305190 4293490112 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=46228 CPUtime=1.42 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 581 0 0 0 142 0 0 0 18 0 4 0 641238994 47337472 3056 33554432000 134512640 135305190 4293490112 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=46228 CPUtime=1.43 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 707 0 0 0 143 0 0 0 18 0 4 0 641238994 47337472 3056 33554432000 134512640 135305190 4293490112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 54928

[startup+3.10108 s]
/proc/loadavg: 0.00 0.00 0.00 5/353 9801
/proc/meminfo: memFree=22147424/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=50288 CPUtime=12.14 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 4138 0 0 0 1211 3 0 0 19 0 4 0 641238993 51494912 4088 33554432000 134512640 135305190 4293490112 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9798/statm: 12572 4088 84 194 0 12376 0
[pid=9798/tid=9799] ppid=9795 vsize=50288 CPUtime=3.03 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 808 0 0 0 303 0 0 0 18 0 4 0 641238994 51494912 4088 33554432000 134512640 135305190 4293490112 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=50288 CPUtime=3.03 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 816 0 0 0 302 1 0 0 18 0 4 0 641238994 51494912 4088 33554432000 134512640 135305190 4293490112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=50288 CPUtime=3.02 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 951 0 0 0 302 0 0 0 18 0 4 0 641238994 51494912 4088 33554432000 134512640 135305190 4293490112 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 58988

[startup+6.30055 s]
/proc/loadavg: 0.32 0.07 0.02 5/353 9801
/proc/meminfo: memFree=22139296/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=60800 CPUtime=24.85 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 6720 0 0 0 2477 8 0 0 25 0 4 0 641238993 62259200 6670 33554432000 134512640 135305190 4293490112 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9798/statm: 15200 6670 84 194 0 15004 0
[pid=9798/tid=9799] ppid=9795 vsize=60800 CPUtime=6.21 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 1390 0 0 0 621 0 0 0 18 0 4 0 641238994 62259200 6670 33554432000 134512640 135305190 4293490112 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=60800 CPUtime=6.21 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 1508 0 0 0 619 2 0 0 18 0 4 0 641238994 62259200 6670 33554432000 134512640 135305190 4293490112 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=60800 CPUtime=6.21 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 1674 0 0 0 619 2 0 0 18 0 4 0 641238994 62259200 6670 33554432000 134512640 135305190 4293490112 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 69500

[startup+12.7005 s]
/proc/loadavg: 0.61 0.13 0.04 5/353 9801
/proc/meminfo: memFree=22130316/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=67780 CPUtime=50.43 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 8396 0 0 0 5034 9 0 0 25 0 4 0 641238993 69406720 8346 33554432000 134512640 135305190 4293490112 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9798/statm: 16945 8346 84 194 0 16749 0
[pid=9798/tid=9799] ppid=9795 vsize=67780 CPUtime=12.61 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 1798 0 0 0 1260 1 0 0 18 0 4 0 641238994 69406720 8346 33554432000 134512640 135305190 4293490112 18446744073709551615 134528744 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=67780 CPUtime=12.6 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 1922 0 0 0 1258 2 0 0 18 0 4 0 641238994 69406720 8346 33554432000 134512640 135305190 4293490112 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=67780 CPUtime=12.61 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2055 0 0 0 1259 2 0 0 18 0 4 0 641238994 69406720 8346 33554432000 134512640 135305190 4293490112 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 76480

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

[startup+12.8005 s]
/proc/loadavg: 0.61 0.13 0.04 5/353 9801
/proc/meminfo: memFree=22130316/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=67780 CPUtime=50.83 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 8416 0 0 0 5074 9 0 0 25 0 4 0 641238993 69406720 8366 33554432000 134512640 135305190 4293490112 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9798/statm: 16945 8366 84 194 0 16749 0
[pid=9798/tid=9799] ppid=9795 vsize=67780 CPUtime=12.71 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 1799 0 0 0 1270 1 0 0 18 0 4 0 641238994 69406720 8366 33554432000 134512640 135305190 4293490112 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=67780 CPUtime=12.7 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 1923 0 0 0 1268 2 0 0 18 0 4 0 641238994 69406720 8366 33554432000 134512640 135305190 4293490112 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=67780 CPUtime=12.71 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2055 0 0 0 1269 2 0 0 18 0 4 0 641238994 69406720 8366 33554432000 134512640 135305190 4293490112 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 76480

[startup+19.2004 s]
/proc/loadavg: 1.13 0.26 0.08 5/353 9801
/proc/meminfo: memFree=22123632/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=76036 CPUtime=76.42 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 10263 0 0 0 7631 11 0 0 25 0 4 0 641238993 77860864 10213 33554432000 134512640 135305190 4293490112 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9798/statm: 19009 10213 84 194 0 18813 0
[pid=9798/tid=9799] ppid=9795 vsize=76036 CPUtime=19.11 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2118 0 0 0 1910 1 0 0 18 0 4 0 641238994 77860864 10213 33554432000 134512640 135305190 4293490112 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=76036 CPUtime=19.1 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2417 0 0 0 1907 3 0 0 18 0 4 0 641238994 77860864 10213 33554432000 134512640 135305190 4293490112 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=76036 CPUtime=19.11 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2625 0 0 0 1908 3 0 0 22 0 4 0 641238994 77860864 10213 33554432000 134512640 135305190 4293490112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 76.46
Current children cumulated vsize (KiB) 84736

[startup+20.8011 s]
/proc/loadavg: 1.13 0.26 0.08 5/353 9801
/proc/meminfo: memFree=22122020/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=77316 CPUtime=82.83 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 10687 0 0 0 8271 12 0 0 25 0 4 0 641238993 79171584 10637 33554432000 134512640 135305190 4293490112 18446744073709551615 134529584 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9798/statm: 19329 10637 84 194 0 19133 0
[pid=9798/tid=9799] ppid=9795 vsize=77316 CPUtime=20.71 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2190 0 0 0 2070 1 0 0 18 0 4 0 641238994 79171584 10637 33554432000 134512640 135305190 4293490112 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=77316 CPUtime=20.7 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2562 0 0 0 2067 3 0 0 18 0 4 0 641238994 79171584 10637 33554432000 134512640 135305190 4293490112 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=77316 CPUtime=20.71 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2720 0 0 0 2068 3 0 0 18 0 4 0 641238994 79171584 10637 33554432000 134512640 135305190 4293490112 18446744073709551615 134538599 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 82.87
Current children cumulated vsize (KiB) 86016

[startup+21.601 s]
/proc/loadavg: 1.13 0.26 0.08 5/353 9801
/proc/meminfo: memFree=22121152/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=77316 CPUtime=86.02 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 10714 0 0 0 8590 12 0 0 25 0 4 0 641238993 79171584 10664 33554432000 134512640 135305190 4293490112 18446744073709551615 134538583 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9798/statm: 19329 10664 84 194 0 19133 0
[pid=9798/tid=9799] ppid=9795 vsize=77316 CPUtime=21.51 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2215 0 0 0 2150 1 0 0 18 0 4 0 641238994 79171584 10664 33554432000 134512640 135305190 4293490112 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=77316 CPUtime=21.5 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2564 0 0 0 2147 3 0 0 18 0 4 0 641238994 79171584 10664 33554432000 134512640 135305190 4293490112 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=77316 CPUtime=21.51 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2720 0 0 0 2148 3 0 0 18 0 4 0 641238994 79171584 10664 33554432000 134512640 135305190 4293490112 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 86.06
Current children cumulated vsize (KiB) 86016

[startup+22.0009 s]
/proc/loadavg: 1.13 0.26 0.08 5/353 9801
/proc/meminfo: memFree=22121072/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=77316 CPUtime=87.64 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 10729 0 0 0 8752 12 0 0 18 0 4 0 641238993 79171584 10679 33554432000 134512640 135305190 4293490112 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9798/statm: 19329 10679 84 194 0 19133 0
[pid=9798/tid=9799] ppid=9795 vsize=77316 CPUtime=21.92 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2230 0 0 0 2191 1 0 0 18 0 4 0 641238994 79171584 10679 33554432000 134512640 135305190 4293490112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=77316 CPUtime=21.91 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2564 0 0 0 2188 3 0 0 18 0 4 0 641238994 79171584 10679 33554432000 134512640 135305190 4293490112 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=77316 CPUtime=21.92 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2720 0 0 0 2189 3 0 0 18 0 4 0 641238994 79171584 10679 33554432000 134512640 135305190 4293490112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 87.68
Current children cumulated vsize (KiB) 86016

[startup+22.4008 s]
/proc/loadavg: 1.13 0.26 0.08 5/353 9801
/proc/meminfo: memFree=22121072/32951132 swapFree=64495980/67111528
[pid=9795] ppid=9793 vsize=8700 CPUtime=0.04 cores=0-7
/proc/9795/stat : 9795 (manysat.sh) S 9793 9795 9768 0 -1 4202496 356 620 0 0 0 0 4 0 22 0 1 0 641238988 8908800 252 33554432000 4194304 4922060 140736860162672 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9795/statm: 2175 252 209 178 0 68 0
[pid=9798] ppid=9795 vsize=77316 CPUtime=89.21 cores=0-7
/proc/9798/stat : 9798 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202496 10730 0 0 0 8909 12 0 0 18 0 4 0 641238993 79171584 10680 33554432000 134512640 135305190 4293490112 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9798/statm: 19329 10680 84 194 0 19133 0
[pid=9798/tid=9799] ppid=9795 vsize=77316 CPUtime=22.31 cores=0-7
/proc/9798/task/9799/stat : 9799 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2231 0 0 0 2230 1 0 0 18 0 4 0 641238994 79171584 10680 33554432000 134512640 135305190 4293490112 18446744073709551615 134529244 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9798/tid=9800] ppid=9795 vsize=77316 CPUtime=22.3 cores=0-7
/proc/9798/task/9800/stat : 9800 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2564 0 0 0 2227 3 0 0 18 0 4 0 641238994 79171584 10680 33554432000 134512640 135305190 4293490112 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9798/tid=9801] ppid=9795 vsize=77316 CPUtime=22.31 cores=0-7
/proc/9798/task/9801/stat : 9801 (manysat1.1_stat) R 9795 9795 9768 0 -1 4202560 2720 0 0 0 2228 3 0 0 18 0 4 0 641238994 79171584 10680 33554432000 134512640 135305190 4293490112 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 89.25
Current children cumulated vsize (KiB) 86016

Child status: 20
Real time (s): 22.446
CPU time (s): 89.4324
CPU user time (s): 89.2974
CPU system time (s): 0.134979
CPU usage (%): 398.434
Max. virtual memory (cumulated for all children) (KiB): 86016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.2974
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= 11932
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= 3537
involuntary context switches= 108

runsolver used 0.075988 second user time and 0.182972 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-13 16:19:54
IDJOB=3361860
IDBENCH=20393
IDSOLVER=1839
FILE ID=node129/3361860-1305296393
RUNJOBID= node129-1305296392-9782
PBS_JOBID= 13321424
Free space on /tmp= 48120 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361860-1305296393/watcher-3361860-1305296393 -o /tmp/evaluation-result-3361860-1305296393/solver-3361860-1305296393 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361860-1305296393.cnf aimd 1

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

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=958841269

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22163856 kB
Buffers:        202256 kB
Cached:        5423308 kB
SwapCached:      52668 kB
Active:        2833400 kB
Inactive:      7740304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22163856 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:     4904020 kB
Mapped:          16712 kB
Slab:           111308 kB
PageTables:      37388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79733120 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48120 MiB
End job on node129 at 2011-05-13 16:20:16