Trace number 1729807

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 1/2009-03-20UNSAT 201.325 100.947

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.053991 s
0.00/0.05	c ==============================================================================
201.23/100.93	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
201.23/100.93	c ============================[ Problem Statistics ]=============================
201.23/100.93	c |                                                                             |
201.23/100.93	c threadId              : 1
201.23/100.93	c restarts              : 1439
201.23/100.93	c conflicts             : 256850         (1277 /sec)
201.23/100.93	c decisions             : 712357         (1.94 % random) (3542 /sec)
201.23/100.93	c propagations          : 10074170       (50093 /sec)
201.23/100.93	c conflict literals     : 7817686        (26.38 % deleted)
201.23/100.93	c Memory used           : 49.57 MB
201.23/100.93	c CPU time              : 201.109 s
201.23/100.93	
201.23/100.93	c --->m=2, e=8, aimd=1, HOME/31180_many.cnf	time: 100.555	conflicts: 256850       
201.23/100.94	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-1729807-1240753813/watcher-1729807-1240753813 -o /tmp/evaluation-result-1729807-1240753813/solver-1729807-1240753813 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729807-1240753813.cnf aimd 1 

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.00 1.01 1.00 3/65 31180
/proc/meminfo: memFree=1792776/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0
/proc/31180/stat : 31180 (manysat.sh) R 31178 31180 30906 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 103415027 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 228706544287 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31180/statm: 1339 234 194 169 0 50 0
[pid=31181] ppid=31180 vsize=956 CPUtime=0
/proc/31181/stat : 31181 (SatElite) R 31180 31180 30906 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 103415027 978944 125 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/31181/statm: 239 125 52 127 0 109 0

[startup+0.098898 s]
/proc/loadavg: 1.00 1.01 1.00 3/65 31180
/proc/meminfo: memFree=1792776/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.102892 s]
/proc/loadavg: 1.00 1.01 1.00 3/65 31180
/proc/meminfo: memFree=1792776/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301913 s]
/proc/loadavg: 1.00 1.01 1.00 3/65 31180
/proc/meminfo: memFree=1792776/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701954 s]
/proc/loadavg: 1.00 1.01 1.00 3/65 31180
/proc/meminfo: memFree=1792776/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50203 s]
/proc/loadavg: 1.08 1.03 1.01 3/68 31184
/proc/meminfo: memFree=1786160/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=19628 CPUtime=2.81
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 1840 0 0 0 279 2 0 0 17 0 2 0 103415035 20099072 1826 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 4907 1826 83 193 0 4711 0
[pid=31183/tid=31184] ppid=31180 vsize=19628 CPUtime=1.39
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 664 0 0 0 139 0 0 0 17 0 2 0 103415036 20099072 1826 1992294400 134512640 135305190 4294956144 18446744073709551615 134558297 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 24984

[startup+3.10119 s]
/proc/loadavg: 1.08 1.03 1.01 3/68 31184
/proc/meminfo: memFree=1783408/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=22852 CPUtime=6
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 2570 0 0 0 598 2 0 0 17 0 2 0 103415035 23400448 2556 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 5713 2556 83 193 0 5517 0
[pid=31183/tid=31184] ppid=31180 vsize=22852 CPUtime=2.99
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 972 0 0 0 298 1 0 0 17 0 2 0 103415036 23400448 2556 1992294400 134512640 135305190 4294956144 18446744073709551615 134842536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 28208

[startup+6.30149 s]
/proc/loadavg: 1.08 1.03 1.01 3/68 31184
/proc/meminfo: memFree=1779056/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=27208 CPUtime=12.38
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 3672 0 0 0 1234 4 0 0 18 0 2 0 103415035 27860992 3658 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 6802 3658 83 193 0 6606 0
[pid=31183/tid=31184] ppid=31180 vsize=27208 CPUtime=6.18
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 1482 0 0 0 617 1 0 0 17 0 2 0 103415036 27860992 3658 1992294400 134512640 135305190 4294956144 18446744073709551615 134528499 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 32564

[startup+12.7011 s]
/proc/loadavg: 1.22 1.06 1.02 3/68 31184
/proc/meminfo: memFree=1775216/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=30028 CPUtime=25.15
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 4276 0 0 0 2510 5 0 0 25 0 2 0 103415035 30748672 4262 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 7507 4262 83 193 0 7311 0
[pid=31183/tid=31184] ppid=31180 vsize=30028 CPUtime=12.58
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 1790 0 0 0 1256 2 0 0 18 0 2 0 103415036 30748672 4262 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 35384

[startup+25.5023 s]
/proc/loadavg: 1.34 1.09 1.02 3/68 31184
/proc/meminfo: memFree=1768496/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=36852 CPUtime=50.7
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 5925 0 0 0 5062 8 0 0 21 0 2 0 103415035 37736448 5911 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 9213 5911 83 193 0 9017 0
[pid=31183/tid=31184] ppid=31180 vsize=36852 CPUtime=25.37
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 2646 0 0 0 2534 3 0 0 18 0 2 0 103415036 37736448 5911 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 42208

[startup+51.1027 s]
/proc/loadavg: 1.57 1.16 1.05 3/68 31184
/proc/meminfo: memFree=1760112/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=45112 CPUtime=101.78
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 8030 0 0 0 10167 11 0 0 25 0 2 0 103415035 46194688 8016 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 11278 8016 83 193 0 11082 0
[pid=31183/tid=31184] ppid=31180 vsize=45112 CPUtime=50.97
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 3737 0 0 0 5092 5 0 0 25 0 2 0 103415036 46194688 8016 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) 50468

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

[startup+76.7021 s]
/proc/loadavg: 1.74 1.24 1.08 3/68 31184
/proc/meminfo: memFree=1757296/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=48760 CPUtime=152.87
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 8754 0 0 0 15275 12 0 0 22 0 2 0 103415035 49930240 8740 1992294400 134512640 135305190 4294956144 18446744073709551615 134857151 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 12190 8740 83 193 0 11994 0
[pid=31183/tid=31184] ppid=31180 vsize=48760 CPUtime=76.55
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 4162 0 0 0 7650 5 0 0 22 0 2 0 103415036 49930240 8740 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.94
Current children cumulated vsize (KiB) 54116

[startup+89.5013 s]
/proc/loadavg: 1.78 1.26 1.09 3/68 31184
/proc/meminfo: memFree=1756080/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=49928 CPUtime=178.41
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 9029 0 0 0 17829 12 0 0 25 0 2 0 103415035 51126272 9015 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 12482 9015 83 193 0 12286 0
[pid=31183/tid=31184] ppid=31180 vsize=49928 CPUtime=89.34
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 4305 0 0 0 8929 5 0 0 25 0 2 0 103415036 51126272 9015 1992294400 134512640 135305190 4294956144 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 178.48
Current children cumulated vsize (KiB) 55284

[startup+95.9029 s]
/proc/loadavg: 1.79 1.28 1.09 3/68 31184
/proc/meminfo: memFree=1755184/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=50468 CPUtime=191.18
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 9244 0 0 0 19106 12 0 0 25 0 2 0 103415035 51679232 9230 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 12617 9230 83 193 0 12421 0
[pid=31183/tid=31184] ppid=31180 vsize=50468 CPUtime=95.74
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 4411 0 0 0 9569 5 0 0 25 0 2 0 103415036 51679232 9230 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 191.25
Current children cumulated vsize (KiB) 55824

[startup+99.1012 s]
/proc/loadavg: 1.81 1.29 1.10 3/68 31184
/proc/meminfo: memFree=1754800/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=50756 CPUtime=197.56
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 9353 0 0 0 19744 12 0 0 19 0 2 0 103415035 51974144 9339 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 12689 9339 83 193 0 12493 0
[pid=31183/tid=31184] ppid=31180 vsize=50756 CPUtime=98.94
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 4456 0 0 0 9889 5 0 0 17 0 2 0 103415036 51974144 9339 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 197.63
Current children cumulated vsize (KiB) 56112

[startup+99.9013 s]
/proc/loadavg: 1.81 1.29 1.10 3/68 31184
/proc/meminfo: memFree=1754800/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=50756 CPUtime=199.16
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 9355 0 0 0 19904 12 0 0 20 0 2 0 103415035 51974144 9341 1992294400 134512640 135305190 4294956144 18446744073709551615 134528939 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 12689 9341 83 193 0 12493 0
[pid=31183/tid=31184] ppid=31180 vsize=50756 CPUtime=99.74
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 4456 0 0 0 9969 5 0 0 17 0 2 0 103415036 51974144 9341 1992294400 134512640 135305190 4294956144 18446744073709551615 134557977 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199.23
Current children cumulated vsize (KiB) 56112

[startup+100.701 s]
/proc/loadavg: 1.81 1.29 1.10 3/68 31184
/proc/meminfo: memFree=1754736/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=50756 CPUtime=200.76
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 9358 0 0 0 20064 12 0 0 23 0 2 0 103415035 51974144 9344 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 12689 9344 83 193 0 12493 0
[pid=31183/tid=31184] ppid=31180 vsize=50756 CPUtime=100.54
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 4456 0 0 0 10049 5 0 0 18 0 2 0 103415036 51974144 9344 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 200.83
Current children cumulated vsize (KiB) 56112

[startup+100.901 s]
/proc/loadavg: 1.81 1.29 1.10 3/68 31184
/proc/meminfo: memFree=1754736/2055920 swapFree=4188716/4192956
[pid=31180] ppid=31178 vsize=5356 CPUtime=0.07
/proc/31180/stat : 31180 (manysat.sh) S 31178 31180 30906 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103415027 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31180/statm: 1339 238 195 169 0 50 0
[pid=31183] ppid=31180 vsize=50756 CPUtime=201.16
/proc/31183/stat : 31183 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194304 9361 0 0 0 20104 12 0 0 24 0 2 0 103415035 51974144 9347 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31183/statm: 12689 9347 83 193 0 12493 0
[pid=31183/tid=31184] ppid=31180 vsize=50756 CPUtime=100.74
/proc/31183/task/31184/stat : 31184 (manysat1.1_stat) R 31180 31180 30906 0 -1 4194368 4456 0 0 0 10069 5 0 0 18 0 2 0 103415036 51974144 9347 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 201.23
Current children cumulated vsize (KiB) 56112

Child status: 20
Real time (s): 100.947
CPU time (s): 201.325
CPU user time (s): 201.186
CPU system time (s): 0.138978
CPU usage (%): 199.437
Max. virtual memory (cumulated for all children) (KiB): 56112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.186
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10259
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= 509
involuntary context switches= 1524

runsolver used 0.091986 second user time and 0.281957 second system time

The end

Launcher Data

Begin job on node8 at 2009-04-26 15:50:13
IDJOB=1729807
IDBENCH=24715
IDSOLVER=514
FILE ID=node8/1729807-1240753813
PBS_JOBID= 9187070
Free space on /tmp= 65936 MiB

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

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

MD5SUM BENCH= 749c079607e9e37c206eeb8bd5b8bfaf
RANDOM SEED=2022021701

node8.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1793256 kB
Buffers:         19996 kB
Cached:         174268 kB
SwapCached:       1780 kB
Active:          65816 kB
Inactive:       140952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793256 kB
SwapTotal:     4192956 kB
SwapFree:      4188716 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:          21004 kB
Slab:            41732 kB
Committed_AS:   517228 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65932 MiB
End job on node8 at 2009-04-26 15:51:54