Trace number 1718138

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 0/2009-03-20UNSAT 157.791 79.117

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.9113
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

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 |    3003     7825 |     900       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2507     7505 |      --       0       --      -- |     --   | -462/-249
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 604   #clauses: 2507   #literals: 7505
0.00/0.01	c CPU time:   0.015997 s
0.00/0.01	c ==============================================================================
157.76/79.10	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
157.76/79.10	c ============================[ Problem Statistics ]=============================
157.76/79.10	c |                                                                             |
157.76/79.10	c threadId              : 1
157.76/79.10	c restarts              : 647
157.76/79.10	c conflicts             : 254549         (1614 /sec)
157.76/79.10	c decisions             : 299854         (1.09 % random) (1902 /sec)
157.76/79.10	c propagations          : 33428185       (211992 /sec)
157.76/79.10	c conflict literals     : 5186448        (55.91 % deleted)
157.76/79.10	c Memory used           : 35.36 MB
157.76/79.10	c CPU time              : 157.686 s
157.76/79.10	
157.76/79.10	c --->m=2, e=8, aimd=0, HOME/19290_many.cnf	time: 78.843	conflicts: 254549       
157.76/79.11	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-1718138-1240633938/watcher-1718138-1240633938 -o /tmp/evaluation-result-1718138-1240633938/solver-1718138-1240633938 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1718138-1240633938.cnf aimd 0 

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: 0.92 0.98 1.08 3/64 19290
/proc/meminfo: memFree=1818696/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91422359 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 235 195 169 0 50 0
[pid=19291] ppid=19290 vsize=960 CPUtime=0
/proc/19291/stat : 19291 (SatElite) R 19290 19290 17986 0 -1 4194304 149 0 0 0 0 0 0 0 19 0 1 0 91422359 983040 133 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19291/statm: 240 135 52 127 0 110 0

[startup+0.010979 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 19290
/proc/meminfo: memFree=1818696/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91422359 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 235 195 169 0 50 0
[pid=19291] ppid=19290 vsize=1096 CPUtime=0
/proc/19291/stat : 19291 (SatElite) R 19290 19290 17986 0 -1 4194304 209 0 0 0 0 0 0 0 19 0 1 0 91422359 1122304 193 1992294400 134512640 135034092 4294956096 18446744073709551615 134577149 0 0 4096 3 0 0 0 17 0 0 0
/proc/19291/statm: 274 193 68 127 0 144 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6452

[startup+0.113001 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 19290
/proc/meminfo: memFree=1818696/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301037 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 19290
/proc/meminfo: memFree=1818696/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701113 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 19290
/proc/meminfo: memFree=1818696/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50227 s]
/proc/loadavg: 0.92 0.98 1.08 3/67 19294
/proc/meminfo: memFree=1816176/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=15496 CPUtime=2.94
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 729 0 0 0 294 0 0 0 17 0 2 0 91422361 15867904 715 1992294400 134512640 135305190 4294956144 18446744073709551615 134528187 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 3874 715 83 193 0 3678 0
[pid=19293/tid=19294] ppid=19290 vsize=15496 CPUtime=1.46
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 305 0 0 0 146 0 0 0 19 0 2 0 91422361 15867904 715 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 20852

[startup+3.10157 s]
/proc/loadavg: 0.92 0.98 1.08 3/67 19294
/proc/meminfo: memFree=1814832/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=17476 CPUtime=6.13
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 1272 0 0 0 612 1 0 0 16 0 2 0 91422361 17895424 1258 1992294400 134512640 135305190 4294956144 18446744073709551615 134528408 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 4369 1258 83 193 0 4173 0
[pid=19293/tid=19294] ppid=19290 vsize=17476 CPUtime=3.06
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 587 0 0 0 306 0 0 0 18 0 2 0 91422361 17895424 1258 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 22832

[startup+6.30218 s]
/proc/loadavg: 1.01 1.00 1.09 3/67 19294
/proc/meminfo: memFree=1811440/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=19932 CPUtime=12.51
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 1932 0 0 0 1250 1 0 0 20 0 2 0 91422361 20410368 1918 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 4983 1918 83 193 0 4787 0
[pid=19293/tid=19294] ppid=19290 vsize=19932 CPUtime=6.25
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 916 0 0 0 625 0 0 0 19 0 2 0 91422361 20410368 1918 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 25288

[startup+12.7014 s]
/proc/loadavg: 1.09 1.02 1.09 3/67 19294
/proc/meminfo: memFree=1806768/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=23780 CPUtime=25.28
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 2959 0 0 0 2526 2 0 0 25 0 2 0 91422361 24350720 2945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528397 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 5945 2945 83 193 0 5749 0
[pid=19293/tid=19294] ppid=19290 vsize=23780 CPUtime=12.66
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 1323 0 0 0 1265 1 0 0 25 0 2 0 91422361 24350720 2945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528483 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 29136

[startup+25.5018 s]
/proc/loadavg: 1.29 1.06 1.11 3/67 19294
/proc/meminfo: memFree=1802992/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=28212 CPUtime=50.82
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 3976 0 0 0 5079 3 0 0 25 0 2 0 91422361 28889088 3962 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 7053 3962 83 193 0 6857 0
[pid=19293/tid=19294] ppid=19290 vsize=28212 CPUtime=25.44
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 1766 0 0 0 2543 1 0 0 25 0 2 0 91422361 28889088 3962 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 33568

[startup+51.1026 s]
/proc/loadavg: 1.53 1.14 1.13 3/67 19294
/proc/meminfo: memFree=1798640/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=33456 CPUtime=101.9
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 5057 0 0 0 10185 5 0 0 25 0 2 0 91422361 34258944 5043 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 8364 5043 83 193 0 8168 0
[pid=19293/tid=19294] ppid=19290 vsize=33456 CPUtime=51.03
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 2396 0 0 0 5101 2 0 0 25 0 2 0 91422361 34258944 5043 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 38812

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

[startup+63.9011 s]
/proc/loadavg: 1.60 1.17 1.14 3/67 19294
/proc/meminfo: memFree=1796272/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=35256 CPUtime=127.42
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 5548 0 0 0 12736 6 0 0 25 0 2 0 91422361 36102144 5534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 8814 5534 83 193 0 8618 0
[pid=19293/tid=19294] ppid=19290 vsize=35256 CPUtime=63.81
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 2673 0 0 0 6379 2 0 0 25 0 2 0 91422361 36102144 5534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 127.43
Current children cumulated vsize (KiB) 40612

[startup+70.3013 s]
/proc/loadavg: 1.66 1.19 1.15 3/67 19294
/proc/meminfo: memFree=1795760/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=35760 CPUtime=140.21
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 5669 0 0 0 14014 7 0 0 25 0 2 0 91422361 36618240 5655 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 8940 5655 83 193 0 8744 0
[pid=19293/tid=19294] ppid=19290 vsize=35760 CPUtime=70.21
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 2738 0 0 0 7019 2 0 0 25 0 2 0 91422361 36618240 5655 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 140.22
Current children cumulated vsize (KiB) 41116

[startup+73.5019 s]
/proc/loadavg: 1.66 1.19 1.15 3/67 19294
/proc/meminfo: memFree=1795376/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=36200 CPUtime=146.59
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 5826 0 0 0 14652 7 0 0 22 0 2 0 91422361 37068800 5812 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 9050 5812 83 193 0 8854 0
[pid=19293/tid=19294] ppid=19290 vsize=36200 CPUtime=73.42
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 2822 0 0 0 7339 3 0 0 25 0 2 0 91422361 37068800 5812 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 146.6
Current children cumulated vsize (KiB) 41556

[startup+76.7025 s]
/proc/loadavg: 1.69 1.21 1.15 3/67 19294
/proc/meminfo: memFree=1795056/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=36200 CPUtime=152.96
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 5839 0 0 0 15289 7 0 0 21 0 2 0 91422361 37068800 5825 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 9050 5825 83 193 0 8854 0
[pid=19293/tid=19294] ppid=19290 vsize=36200 CPUtime=76.61
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 2822 0 0 0 7658 3 0 0 16 0 2 0 91422361 37068800 5825 1992294400 134512640 135305190 4294956144 18446744073709551615 134529363 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.97
Current children cumulated vsize (KiB) 41556

[startup+78.3018 s]
/proc/loadavg: 1.69 1.21 1.15 3/67 19294
/proc/meminfo: memFree=1795056/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=36200 CPUtime=156.15
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 5839 0 0 0 15608 7 0 0 21 0 2 0 91422361 37068800 5825 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 9050 5825 83 193 0 8854 0
[pid=19293/tid=19294] ppid=19290 vsize=36200 CPUtime=78.21
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 2822 0 0 0 7818 3 0 0 25 0 2 0 91422361 37068800 5825 1992294400 134512640 135305190 4294956144 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.16
Current children cumulated vsize (KiB) 41556

[startup+78.7018 s]
/proc/loadavg: 1.69 1.21 1.15 3/67 19294
/proc/meminfo: memFree=1795056/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=36200 CPUtime=156.95
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 5839 0 0 0 15688 7 0 0 25 0 2 0 91422361 37068800 5825 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 9050 5825 83 193 0 8854 0
[pid=19293/tid=19294] ppid=19290 vsize=36200 CPUtime=78.61
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 2822 0 0 0 7858 3 0 0 25 0 2 0 91422361 37068800 5825 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.96
Current children cumulated vsize (KiB) 41556

[startup+79.1019 s]
/proc/loadavg: 1.71 1.22 1.16 3/67 19294
/proc/meminfo: memFree=1795056/2055920 swapFree=4177552/4192956
[pid=19290] ppid=19288 vsize=5356 CPUtime=0.01
/proc/19290/stat : 19290 (manysat.sh) S 19288 19290 17986 0 -1 4194304 312 226 0 0 0 0 1 0 18 0 1 0 91422359 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19290/statm: 1339 238 195 169 0 50 0
[pid=19293] ppid=19290 vsize=36200 CPUtime=157.75
/proc/19293/stat : 19293 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194304 5839 0 0 0 15768 7 0 0 25 0 2 0 91422361 37068800 5825 1992294400 134512640 135305190 4294956144 18446744073709551615 134529260 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19293/statm: 9050 5825 83 193 0 8854 0
[pid=19293/tid=19294] ppid=19290 vsize=36200 CPUtime=79.01
/proc/19293/task/19294/stat : 19294 (manysat1.1_stat) R 19290 19290 17986 0 -1 4194368 2822 0 0 0 7898 3 0 0 25 0 2 0 91422361 37068800 5825 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.76
Current children cumulated vsize (KiB) 41556

Child status: 20
Real time (s): 79.117
CPU time (s): 157.791
CPU user time (s): 157.707
CPU system time (s): 0.083987
CPU usage (%): 199.44
Max. virtual memory (cumulated for all children) (KiB): 41556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.707
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6546
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= 329
involuntary context switches= 1209

runsolver used 0.087986 second user time and 0.213967 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-25 06:32:18
IDJOB=1718138
IDBENCH=20471
IDSOLVER=513
FILE ID=node37/1718138-1240633938
PBS_JOBID= 9186388
Free space on /tmp= 66300 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718138-1240633938/watcher-1718138-1240633938 -o /tmp/evaluation-result-1718138-1240633938/solver-1718138-1240633938 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1718138-1240633938.cnf aimd 0

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

MD5SUM BENCH= 738c5d916b76338511b77dbd47cdbc16
RANDOM SEED=1333582129

node37.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.259
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.259
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:       1819176 kB
Buffers:         46904 kB
Cached:         129068 kB
SwapCached:      10280 kB
Active:          29284 kB
Inactive:       159220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819176 kB
SwapTotal:     4192956 kB
SwapFree:      4177552 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            34408 kB
Committed_AS:   381012 kB
PageTables:       1372 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= 66300 MiB
End job on node37 at 2009-04-25 06:33:37