Trace number 3361977

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 88.5815 24.4804

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7879
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c Parsing...
0.00/0.33	c ==============================================================================
0.00/0.33	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.33	c ==============================================================================
0.00/0.33	c |         0 |  668333  1560424 |  200499       0        0     nan |  0.000 % |
2.09/2.13	c |         0 |  439653  1190623 |      --       0       --      -- |     --   | -57094/22970
2.09/2.13	c ==============================================================================
2.09/2.13	c Result  :   #vars: 85468   #clauses: 439653   #literals: 1190623
2.09/2.13	c CPU time:   2.08268 s
2.09/2.13	c ==============================================================================
88.29/24.46	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
88.29/24.46	c ============================[ Problem Statistics ]=============================
88.29/24.46	c |                                                                             |
88.29/24.46	c threadId              : 0
88.29/24.46	c restarts              : 43
88.29/24.46	c conflicts             : 13273          (155 /sec)
88.29/24.46	c decisions             : 57138          (1.15 % random) (665 /sec)
88.29/24.46	c propagations          : 71902118       (836957 /sec)
88.29/24.46	c conflict literals     : 1830519        (32.12 % deleted)
88.29/24.46	c Memory used           : 189.93 MB
88.29/24.46	c CPU time              : 85.9089 s
88.29/24.46	
88.29/24.46	c --->m=4, e=8, aimd=1, HOME/12961_many.cnf	time: 21.4772	conflicts: 13273        
88.29/24.47	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-3361977-1305297647/watcher-3361977-1305297647 -o /tmp/evaluation-result-3361977-1305297647/solver-3361977-1305297647 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361977-1305297647.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: 8.01 7.95 5.93 6/354 12961
/proc/meminfo: memFree=8300660/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641361409 8908800 250 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12961/statm: 2175 250 209 178 0 68 0

[startup+0.0785071 s]
/proc/loadavg: 8.01 7.95 5.93 6/354 12961
/proc/meminfo: memFree=8300660/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641361409 8908800 250 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12961/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10051 s]
/proc/loadavg: 8.01 7.95 5.93 6/354 12961
/proc/meminfo: memFree=8300660/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641361409 8908800 250 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12961/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300464 s]
/proc/loadavg: 8.01 7.95 5.93 6/354 12961
/proc/meminfo: memFree=8300660/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641361409 8908800 250 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12961/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700387 s]
/proc/loadavg: 8.01 7.95 5.93 6/354 12961
/proc/meminfo: memFree=8300660/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641361409 8908800 250 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12961/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50123 s]
/proc/loadavg: 7.76 7.90 5.92 6/356 12963
/proc/meminfo: memFree=8217068/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641361409 8908800 250 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12961/statm: 2175 250 209 178 0 68 0
[pid=12962] ppid=12961 vsize=103900 CPUtime=1.49 cores=1,3,5,7
/proc/12962/stat : 12962 (SatElite) R 12961 12961 12655 0 -1 4202496 23752 0 0 0 145 4 0 0 25 0 1 0 641361410 106393600 21491 33554432000 134512640 135034092 4286774688 18446744073709551615 134569592 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12962/statm: 25975 21491 68 128 0 25845 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 112600

[startup+3.10083 s]
/proc/loadavg: 7.76 7.90 5.92 6/356 12963
/proc/meminfo: memFree=8215048/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=2.4 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 357 26737 0 0 0 0 234 6 18 0 1 0 641361409 8908800 253 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12961/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30119 s]
/proc/loadavg: 7.78 7.90 5.93 9/359 12968
/proc/meminfo: memFree=8155632/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=2.4 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 357 26737 0 0 0 0 234 6 18 0 1 0 641361409 8908800 253 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12961/statm: 2175 253 209 178 0 68 0
[pid=12964] ppid=12961 vsize=167196 CPUtime=13.72 cores=1,3,5,7
/proc/12964/stat : 12964 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202496 32779 0 0 0 1352 20 0 0 21 0 4 0 641361650 171208704 32731 33554432000 134512640 135305190 4288473280 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12964/statm: 41799 32731 84 194 0 41603 0
[pid=12964/tid=12966] ppid=12961 vsize=167196 CPUtime=3.3 cores=1,3,5,7
/proc/12964/task/12966/stat : 12966 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 884 0 0 0 326 4 0 0 25 0 4 0 641361707 171208704 32731 33554432000 134512640 135305190 4288473280 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12964/tid=12967] ppid=12961 vsize=167196 CPUtime=3.29 cores=1,3,5,7
/proc/12964/task/12967/stat : 12967 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 1116 0 0 0 326 3 0 0 25 0 4 0 641361707 171208704 32731 33554432000 134512640 135305190 4288473280 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12964/tid=12968] ppid=12961 vsize=167196 CPUtime=3.24 cores=1,3,5,7
/proc/12964/task/12968/stat : 12968 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 862 0 0 0 320 4 0 0 25 0 4 0 641361707 171208704 32731 33554432000 134512640 135305190 4288473280 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 175896

[startup+12.7009 s]
/proc/loadavg: 7.80 7.90 5.94 9/359 12968
/proc/meminfo: memFree=8141524/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=2.4 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 357 26737 0 0 0 0 234 6 18 0 1 0 641361409 8908800 253 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12961/statm: 2175 253 209 178 0 68 0
[pid=12964] ppid=12961 vsize=180084 CPUtime=39.24 cores=1,3,5,7
/proc/12964/stat : 12964 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202496 36069 0 0 0 3902 22 0 0 25 0 4 0 641361650 184406016 36021 33554432000 134512640 135305190 4288473280 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12964/statm: 45021 36021 84 194 0 44825 0
[pid=12964/tid=12966] ppid=12961 vsize=180084 CPUtime=9.69 cores=1,3,5,7
/proc/12964/task/12966/stat : 12966 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 1387 0 0 0 965 4 0 0 25 0 4 0 641361707 184406016 36021 33554432000 134512640 135305190 4288473280 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12964/tid=12967] ppid=12961 vsize=180084 CPUtime=9.69 cores=1,3,5,7
/proc/12964/task/12967/stat : 12967 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2097 0 0 0 965 4 0 0 25 0 4 0 641361707 184406016 36021 33554432000 134512640 135305190 4288473280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12964/tid=12968] ppid=12961 vsize=180084 CPUtime=9.56 cores=1,3,5,7
/proc/12964/task/12968/stat : 12968 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 1718 0 0 0 951 5 0 0 25 0 4 0 641361707 184406016 36021 33554432000 134512640 135305190 4288473280 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.64
Current children cumulated vsize (KiB) 188784

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

[startup+19.1006 s]
/proc/loadavg: 7.82 7.90 5.95 10/359 12968
/proc/meminfo: memFree=8131604/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=2.4 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 357 26737 0 0 0 0 234 6 18 0 1 0 641361409 8908800 253 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12961/statm: 2175 253 209 178 0 68 0
[pid=12964] ppid=12961 vsize=190188 CPUtime=64.76 cores=1,3,5,7
/proc/12964/stat : 12964 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202496 38627 0 0 0 6452 24 0 0 25 0 4 0 641361650 194752512 38579 33554432000 134512640 135305190 4288473280 18446744073709551615 134570412 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12964/statm: 47547 38579 84 194 0 47351 0
[pid=12964/tid=12966] ppid=12961 vsize=190188 CPUtime=16.09 cores=1,3,5,7
/proc/12964/task/12966/stat : 12966 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 1943 0 0 0 1604 5 0 0 25 0 4 0 641361707 194752512 38579 33554432000 134512640 135305190 4288473280 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12964/tid=12967] ppid=12961 vsize=190188 CPUtime=16.06 cores=1,3,5,7
/proc/12964/task/12967/stat : 12967 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2789 0 0 0 1602 4 0 0 25 0 4 0 641361707 194752512 38580 33554432000 134512640 135305190 4288473280 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12964/tid=12968] ppid=12961 vsize=190188 CPUtime=15.9 cores=1,3,5,7
/proc/12964/task/12968/stat : 12968 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2421 0 0 0 1585 5 0 0 25 0 4 0 641361707 194752512 38580 33554432000 134512640 135305190 4288473280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.16
Current children cumulated vsize (KiB) 198888

[startup+22.301 s]
/proc/loadavg: 7.83 7.90 5.97 9/359 12968
/proc/meminfo: memFree=8127768/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=2.4 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 357 26737 0 0 0 0 234 6 18 0 1 0 641361409 8908800 253 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12961/statm: 2175 253 209 178 0 68 0
[pid=12964] ppid=12961 vsize=193952 CPUtime=77.52 cores=1,3,5,7
/proc/12964/stat : 12964 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202496 39585 0 0 0 7727 25 0 0 25 0 4 0 641361650 198606848 39537 33554432000 134512640 135305190 4288473280 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12964/statm: 48488 39537 84 194 0 48292 0
[pid=12964/tid=12966] ppid=12961 vsize=193952 CPUtime=19.29 cores=1,3,5,7
/proc/12964/task/12966/stat : 12966 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2085 0 0 0 1924 5 0 0 25 0 4 0 641361707 198606848 39537 33554432000 134512640 135305190 4288473280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12964/tid=12967] ppid=12961 vsize=193952 CPUtime=19.23 cores=1,3,5,7
/proc/12964/task/12967/stat : 12967 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 3219 0 0 0 1918 5 0 0 25 0 4 0 641361707 198606848 39537 33554432000 134512640 135305190 4288473280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12964/tid=12968] ppid=12961 vsize=193952 CPUtime=19.1 cores=1,3,5,7
/proc/12964/task/12968/stat : 12968 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2686 0 0 0 1905 5 0 0 25 0 4 0 641361707 198606848 39537 33554432000 134512640 135305190 4288473280 18446744073709551615 134528854 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 79.92
Current children cumulated vsize (KiB) 202652

[startup+23.1138 s]
/proc/loadavg: 7.83 7.90 5.97 9/359 12968
/proc/meminfo: memFree=8127208/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=2.4 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 357 26737 0 0 0 0 234 6 18 0 1 0 641361409 8908800 253 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12961/statm: 2175 253 209 178 0 68 0
[pid=12964] ppid=12961 vsize=194348 CPUtime=80.76 cores=1,3,5,7
/proc/12964/stat : 12964 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202496 39697 0 0 0 8051 25 0 0 25 0 4 0 641361650 199012352 39649 33554432000 134512640 135305190 4288473280 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12964/statm: 48587 39649 84 194 0 48391 0
[pid=12964/tid=12966] ppid=12961 vsize=194348 CPUtime=20.1 cores=1,3,5,7
/proc/12964/task/12966/stat : 12966 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2106 0 0 0 2005 5 0 0 25 0 4 0 641361707 199012352 39649 33554432000 134512640 135305190 4288473280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12964/tid=12967] ppid=12961 vsize=194348 CPUtime=20.03 cores=1,3,5,7
/proc/12964/task/12967/stat : 12967 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 3249 0 0 0 1998 5 0 0 25 0 4 0 641361707 199012352 39649 33554432000 134512640 135305190 4288473280 18446744073709551615 134530691 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12964/tid=12968] ppid=12961 vsize=194348 CPUtime=19.92 cores=1,3,5,7
/proc/12964/task/12968/stat : 12968 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2736 0 0 0 1987 5 0 0 25 0 4 0 641361707 199012352 39649 33554432000 134512640 135305190 4288473280 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.16
Current children cumulated vsize (KiB) 203048

[startup+23.9007 s]
/proc/loadavg: 7.83 7.90 5.97 9/359 12968
/proc/meminfo: memFree=8127208/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=2.4 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 357 26737 0 0 0 0 234 6 18 0 1 0 641361409 8908800 253 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12961/statm: 2175 253 209 178 0 68 0
[pid=12964] ppid=12961 vsize=194480 CPUtime=83.91 cores=1,3,5,7
/proc/12964/stat : 12964 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202496 39739 0 0 0 8366 25 0 0 25 0 4 0 641361650 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12964/statm: 48620 39691 84 194 0 48424 0
[pid=12964/tid=12966] ppid=12961 vsize=194480 CPUtime=20.89 cores=1,3,5,7
/proc/12964/task/12966/stat : 12966 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2107 0 0 0 2084 5 0 0 25 0 4 0 641361707 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12964/tid=12967] ppid=12961 vsize=194480 CPUtime=20.81 cores=1,3,5,7
/proc/12964/task/12967/stat : 12967 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 3274 0 0 0 2076 5 0 0 25 0 4 0 641361707 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12964/tid=12968] ppid=12961 vsize=194480 CPUtime=20.7 cores=1,3,5,7
/proc/12964/task/12968/stat : 12968 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2749 0 0 0 2065 5 0 0 25 0 4 0 641361707 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.31
Current children cumulated vsize (KiB) 203180

[startup+24.3006 s]
/proc/loadavg: 7.83 7.90 5.97 9/359 12968
/proc/meminfo: memFree=8126960/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=2.4 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 357 26737 0 0 0 0 234 6 18 0 1 0 641361409 8908800 253 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12961/statm: 2175 253 209 178 0 68 0
[pid=12964] ppid=12961 vsize=194480 CPUtime=85.49 cores=1,3,5,7
/proc/12964/stat : 12964 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202496 39739 0 0 0 8524 25 0 0 25 0 4 0 641361650 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12964/statm: 48620 39691 84 194 0 48424 0
[pid=12964/tid=12966] ppid=12961 vsize=194480 CPUtime=21.29 cores=1,3,5,7
/proc/12964/task/12966/stat : 12966 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2107 0 0 0 2124 5 0 0 25 0 4 0 641361707 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12964/tid=12967] ppid=12961 vsize=194480 CPUtime=21.2 cores=1,3,5,7
/proc/12964/task/12967/stat : 12967 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 3274 0 0 0 2115 5 0 0 25 0 4 0 641361707 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12964/tid=12968] ppid=12961 vsize=194480 CPUtime=21.1 cores=1,3,5,7
/proc/12964/task/12968/stat : 12968 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2749 0 0 0 2105 5 0 0 25 0 4 0 641361707 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.89
Current children cumulated vsize (KiB) 203180

[startup+24.4006 s]
/proc/loadavg: 7.83 7.90 5.97 9/359 12968
/proc/meminfo: memFree=8126960/32950928 swapFree=45937192/67111528
[pid=12961] ppid=12959 vsize=8700 CPUtime=2.4 cores=1,3,5,7
/proc/12961/stat : 12961 (manysat.sh) S 12959 12961 12655 0 -1 4202496 357 26737 0 0 0 0 234 6 18 0 1 0 641361409 8908800 253 33554432000 4194304 4922060 140734076794432 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12961/statm: 2175 253 209 178 0 68 0
[pid=12964] ppid=12961 vsize=194480 CPUtime=85.89 cores=1,3,5,7
/proc/12964/stat : 12964 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202496 39739 0 0 0 8564 25 0 0 25 0 4 0 641361650 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12964/statm: 48620 39691 84 194 0 48424 0
[pid=12964/tid=12966] ppid=12961 vsize=194480 CPUtime=21.39 cores=1,3,5,7
/proc/12964/task/12966/stat : 12966 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2107 0 0 0 2134 5 0 0 25 0 4 0 641361707 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12964/tid=12967] ppid=12961 vsize=194480 CPUtime=21.3 cores=1,3,5,7
/proc/12964/task/12967/stat : 12967 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 3274 0 0 0 2125 5 0 0 25 0 4 0 641361707 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12964/tid=12968] ppid=12961 vsize=194480 CPUtime=21.2 cores=1,3,5,7
/proc/12964/task/12968/stat : 12968 (manysat1.1_stat) R 12961 12961 12655 0 -1 4202560 2749 0 0 0 2115 5 0 0 25 0 4 0 641361707 199147520 39691 33554432000 134512640 135305190 4288473280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.29
Current children cumulated vsize (KiB) 203180

Child status: 20
Real time (s): 24.4804
CPU time (s): 88.5815
CPU user time (s): 88.2526
CPU system time (s): 0.328949
CPU usage (%): 361.847
Max. virtual memory (cumulated for all children) (KiB): 203180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.2526
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67058
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= 13113
involuntary context switches= 606

runsolver used 0.091986 second user time and 0.218966 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 16:40:47
IDJOB=3361977
IDBENCH=71003
IDSOLVER=1838
FILE ID=node149/3361977-1305297647
RUNJOBID= node149-1305296390-12674
PBS_JOBID= 13321404
Free space on /tmp= 42208 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361977-1305297647/watcher-3361977-1305297647 -o /tmp/evaluation-result-3361977-1305297647/solver-3361977-1305297647 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361977-1305297647.cnf aimd 1

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=1986928182

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:       8300932 kB
Buffers:        264184 kB
Cached:       19256676 kB
SwapCached:      19984 kB
Active:        9209944 kB
Inactive:     14762032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8300932 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           13020 kB
Writeback:           0 kB
AnonPages:     4443460 kB
Mapped:          14712 kB
Slab:           541496 kB
PageTables:      72280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80357852 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= 42204 MiB
End job on node149 at 2011-05-13 16:41:12