Trace number 1729808

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
ManySAT 1.1 aimd 2/2009-03-20UNSAT 206.431 103.508

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-brn007.sat05-2684.reshuffled-07.cnf
MD5SUM749c079607e9e37c206eeb8bd5b8bfaf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark55.7415
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7809
Sum of the clauses size65959
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31172
Number of clauses of size 4124
Number of clauses of size 5894
Number of clauses of size over 55297

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7541    64813 |    2262       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    6480    57354 |      --       0       --      -- |     --   | -360/-4225
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1372   #clauses: 6480   #literals: 57354
0.00/0.05	c CPU time:   0.056991 s
0.00/0.05	c ==============================================================================
206.22/103.49	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
206.22/103.49	c ============================[ Problem Statistics ]=============================
206.22/103.49	c |                                                                             |
206.22/103.49	c threadId              : 1
206.22/103.49	c restarts              : 1577
206.22/103.49	c conflicts             : 283758         (1376 /sec)
206.22/103.49	c decisions             : 768867         (1.94 % random) (3729 /sec)
206.22/103.49	c propagations          : 10942744       (53067 /sec)
206.22/103.49	c conflict literals     : 8440568        (25.40 % deleted)
206.22/103.49	c Memory used           : 50.06 MB
206.22/103.49	c CPU time              : 206.207 s
206.22/103.49	
206.22/103.49	c --->m=2, e=8, aimd=2, HOME/26701_many.cnf	time: 103.103	conflicts: 283758       
206.40/103.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729808-1240753815/watcher-1729808-1240753815 -o /tmp/evaluation-result-1729808-1240753815/solver-1729808-1240753815 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729808-1240753815.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.82 1.43 3/64 26701
/proc/meminfo: memFree=1636720/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0
/proc/26701/stat : 26701 (manysat.sh) R 26699 26701 26514 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 103409658 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 259415141023 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26701/statm: 1339 234 194 169 0 50 0
[pid=26702] ppid=26701 vsize=956 CPUtime=0
/proc/26702/stat : 26702 (SatElite) R 26701 26701 26514 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 103409658 978944 127 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/26702/statm: 239 128 52 127 0 109 0

[startup+0.0893729 s]
/proc/loadavg: 1.97 1.82 1.43 3/64 26701
/proc/meminfo: memFree=1636720/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.101498 s]
/proc/loadavg: 1.97 1.82 1.43 3/64 26701
/proc/meminfo: memFree=1636720/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301203 s]
/proc/loadavg: 1.97 1.82 1.43 3/64 26701
/proc/meminfo: memFree=1636720/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.70125 s]
/proc/loadavg: 1.97 1.82 1.43 3/64 26701
/proc/meminfo: memFree=1636720/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50134 s]
/proc/loadavg: 1.97 1.82 1.43 3/67 26705
/proc/meminfo: memFree=1630040/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
[pid=26704] ppid=26701 vsize=19432 CPUtime=2.81
/proc/26704/stat : 26704 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194304 1791 0 0 0 280 1 0 0 21 0 2 0 103409666 19898368 1777 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26704/statm: 4858 1777 83 193 0 4662 0
[pid=26704/tid=26705] ppid=26701 vsize=19432 CPUtime=1.39
/proc/26704/task/26705/stat : 26705 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194368 658 0 0 0 139 0 0 0 20 0 2 0 103409668 19898368 1777 1992294400 134512640 135305190 4294956144 18446744073709551615 134541781 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 24788

[startup+3.10252 s]
/proc/loadavg: 1.98 1.83 1.43 3/67 26705
/proc/meminfo: memFree=1627800/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
[pid=26704] ppid=26701 vsize=22484 CPUtime=6
/proc/26704/stat : 26704 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194304 2477 0 0 0 598 2 0 0 17 0 2 0 103409666 23023616 2463 1992294400 134512640 135305190 4294956144 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26704/statm: 5621 2463 83 193 0 5425 0
[pid=26704/tid=26705] ppid=26701 vsize=22484 CPUtime=2.98
/proc/26704/task/26705/stat : 26705 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194368 927 0 0 0 298 0 0 0 17 0 2 0 103409668 23023616 2463 1992294400 134512640 135305190 4294956144 18446744073709551615 134528492 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 27840

[startup+6.30187 s]
/proc/loadavg: 1.98 1.83 1.43 3/67 26705
/proc/meminfo: memFree=1623704/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
[pid=26704] ppid=26701 vsize=25768 CPUtime=12.39
/proc/26704/stat : 26704 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194304 3190 0 0 0 1236 3 0 0 17 0 2 0 103409666 26386432 3176 1992294400 134512640 135305190 4294956144 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26704/statm: 6442 3176 83 193 0 6246 0
[pid=26704/tid=26705] ppid=26701 vsize=25768 CPUtime=6.17
/proc/26704/task/26705/stat : 26705 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194368 1310 0 0 0 616 1 0 0 17 0 2 0 103409668 26386432 3176 1992294400 134512640 135305190 4294956144 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 31124

[startup+12.7026 s]
/proc/loadavg: 2.06 1.85 1.44 3/67 26705
/proc/meminfo: memFree=1620056/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
[pid=26704] ppid=26701 vsize=29328 CPUtime=25.16
/proc/26704/stat : 26704 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194304 4137 0 0 0 2512 4 0 0 22 0 2 0 103409666 30031872 4123 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26704/statm: 7332 4123 83 193 0 7136 0
[pid=26704/tid=26705] ppid=26701 vsize=29328 CPUtime=12.54
/proc/26704/task/26705/stat : 26705 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194368 1753 0 0 0 1253 1 0 0 19 0 2 0 103409668 30031872 4123 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 34684

[startup+25.502 s]
/proc/loadavg: 2.13 1.87 1.45 3/67 26705
/proc/meminfo: memFree=1614680/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
[pid=26704] ppid=26701 vsize=34360 CPUtime=50.69
/proc/26704/stat : 26704 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194304 5440 0 0 0 5063 6 0 0 25 0 2 0 103409666 35184640 5426 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26704/statm: 8590 5426 83 193 0 8394 0
[pid=26704/tid=26705] ppid=26701 vsize=34360 CPUtime=25.28
/proc/26704/task/26705/stat : 26705 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194368 2482 0 0 0 2526 2 0 0 19 0 2 0 103409668 35184640 5426 1992294400 134512640 135305190 4294956144 18446744073709551615 134557414 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 39716

[startup+51.1018 s]
/proc/loadavg: 2.23 1.91 1.48 3/67 26705
/proc/meminfo: memFree=1605912/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
[pid=26704] ppid=26701 vsize=44056 CPUtime=101.78
/proc/26704/stat : 26704 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194304 7603 0 0 0 10168 10 0 0 25 0 2 0 103409666 45113344 7589 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26704/statm: 11014 7589 83 193 0 10818 0
[pid=26704/tid=26705] ppid=26701 vsize=44056 CPUtime=50.78
/proc/26704/task/26705/stat : 26705 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194368 3641 0 0 0 5074 4 0 0 25 0 2 0 103409668 45113344 7589 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 49412

[startup+102.305 s]
/proc/loadavg: 2.23 1.97 1.52 3/67 26705
/proc/meminfo: memFree=1597848/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
[pid=26704] ppid=26701 vsize=51260 CPUtime=203.96
/proc/26704/stat : 26704 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194304 9572 0 0 0 20383 13 0 0 25 0 2 0 103409666 52490240 9554 1992294400 134512640 135305190 4294956144 18446744073709551615 134528444 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26704/statm: 12815 9554 83 193 0 12619 0
[pid=26704/tid=26705] ppid=26701 vsize=51260 CPUtime=101.76
/proc/26704/task/26705/stat : 26705 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194368 4597 0 0 0 10171 5 0 0 25 0 2 0 103409668 52490240 9554 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 56616

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

[startup+103.102 s]
/proc/loadavg: 2.23 1.97 1.52 3/67 26705
/proc/meminfo: memFree=1597848/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
[pid=26704] ppid=26701 vsize=51260 CPUtime=205.55
/proc/26704/stat : 26704 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194304 9576 0 0 0 20542 13 0 0 25 0 2 0 103409666 52490240 9558 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26704/statm: 12815 9558 83 193 0 12619 0
[pid=26704/tid=26705] ppid=26701 vsize=51260 CPUtime=102.56
/proc/26704/task/26705/stat : 26705 (manysat1.1_stat) R 26701 26701 26514 0 -1 4194368 4598 0 0 0 10251 5 0 0 17 0 2 0 103409668 52490240 9558 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.62
Current children cumulated vsize (KiB) 56616

[startup+103.502 s]
/proc/loadavg: 2.23 1.97 1.52 3/67 26705
/proc/meminfo: memFree=1597848/2055920 swapFree=4180832/4192956
[pid=26701] ppid=26699 vsize=5356 CPUtime=0.07
/proc/26701/stat : 26701 (manysat.sh) S 26699 26701 26514 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103409658 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26701/statm: 1339 238 195 169 0 50 0
[pid=26704] ppid=26701 vsize=0 CPUtime=206.33
/proc/26704/stat : 26704 (manysat1.1_stat) Z 26701 26701 26514 0 -1 4194316 9595 0 0 0 20620 13 0 0 25 0 2 0 103409666 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26704/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 206.4
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 103.508
CPU time (s): 206.431
CPU user time (s): 206.285
CPU system time (s): 0.145977
CPU usage (%): 199.435
Max. virtual memory (cumulated for all children) (KiB): 56616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.285
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10478
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= 413
involuntary context switches= 1558

runsolver used 0.100984 second user time and 0.284956 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-26 15:50:15
IDJOB=1729808
IDBENCH=24715
IDSOLVER=515
FILE ID=node42/1729808-1240753815
PBS_JOBID= 9187086
Free space on /tmp= 66328 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-brn007.sat05-2684.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729808-1240753815/watcher-1729808-1240753815 -o /tmp/evaluation-result-1729808-1240753815/solver-1729808-1240753815 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1729808-1240753815.cnf aimd 2

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 749c079607e9e37c206eeb8bd5b8bfaf
RANDOM SEED=1269140566

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1637264 kB
Buffers:         48756 kB
Cached:         297052 kB
SwapCached:       6024 kB
Active:         176200 kB
Inactive:       178060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637264 kB
SwapTotal:     4192956 kB
SwapFree:      4180832 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            50524 kB
Committed_AS:   494344 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node42 at 2009-04-26 15:51:58