Trace number 1730071

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 388.012 194.595

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.7661
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

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 |    6817    59135 |    2045       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    5771    51850 |      --       0       --      -- |     --   | -339/-4142
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1232   #clauses: 5771   #literals: 51850
0.00/0.05	c CPU time:   0.051992 s
0.00/0.05	c ==============================================================================
387.82/194.58	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
387.82/194.58	c ============================[ Problem Statistics ]=============================
387.82/194.58	c |                                                                             |
387.82/194.58	c threadId              : 0
387.82/194.58	c restarts              : 487
387.82/194.58	c conflicts             : 331383         (855 /sec)
387.82/194.58	c decisions             : 663058         (1.93 % random) (1710 /sec)
387.82/194.58	c propagations          : 13152882       (33920 /sec)
387.82/194.58	c conflict literals     : 10918645       (26.56 % deleted)
387.82/194.58	c Memory used           : 61.65 MB
387.82/194.58	c CPU time              : 387.759 s
387.82/194.58	
387.82/194.58	c --->m=2, e=8, aimd=0, HOME/23867_many.cnf	time: 193.88	conflicts: 331383       
387.82/194.58	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-1730071-1240755870/watcher-1730071-1240755870 -o /tmp/evaluation-result-1730071-1240755870/solver-1730071-1240755870 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1730071-1240755870.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: 1.80 1.73 1.39 3/65 23867
/proc/meminfo: memFree=1695376/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103619358 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 235 195 169 0 50 0
[pid=23868] ppid=23867 vsize=956 CPUtime=0
/proc/23868/stat : 23868 (SatElite) R 23867 23867 23495 0 -1 4194304 147 0 0 0 0 0 0 0 19 0 1 0 103619358 978944 131 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23868/statm: 239 131 52 127 0 109 0

[startup+0.100918 s]
/proc/loadavg: 1.80 1.73 1.39 3/65 23867
/proc/meminfo: memFree=1695376/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.20293 s]
/proc/loadavg: 1.80 1.73 1.39 3/65 23867
/proc/meminfo: memFree=1695376/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.302942 s]
/proc/loadavg: 1.80 1.73 1.39 3/65 23867
/proc/meminfo: memFree=1695376/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.702989 s]
/proc/loadavg: 1.80 1.73 1.39 3/65 23867
/proc/meminfo: memFree=1695376/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+1.50208 s]
/proc/loadavg: 1.80 1.73 1.39 3/68 23871
/proc/meminfo: memFree=1689016/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=19320 CPUtime=2.82
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 1740 0 0 0 281 1 0 0 17 0 2 0 103619365 19783680 1726 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 4830 1726 83 193 0 4634 0
[pid=23870/tid=23871] ppid=23867 vsize=19320 CPUtime=1.39
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 631 0 0 0 139 0 0 0 18 0 2 0 103619367 19783680 1726 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 24676

[startup+3.10127 s]
/proc/loadavg: 1.81 1.74 1.39 3/68 23871
/proc/meminfo: memFree=1686648/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=21308 CPUtime=6.01
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 2362 0 0 0 600 1 0 0 17 0 2 0 103619365 21819392 2348 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 5327 2348 83 193 0 5131 0
[pid=23870/tid=23871] ppid=23867 vsize=21308 CPUtime=3
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 896 0 0 0 299 1 0 0 21 0 2 0 103619367 21819392 2348 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 26664

[startup+6.30165 s]
/proc/loadavg: 1.81 1.74 1.39 3/68 23871
/proc/meminfo: memFree=1682936/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=23620 CPUtime=12.39
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 3004 0 0 0 1237 2 0 0 17 0 2 0 103619365 24186880 2990 1992294400 134512640 135305190 4294956144 18446744073709551615 134528227 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 5905 2990 83 193 0 5709 0
[pid=23870/tid=23871] ppid=23867 vsize=23620 CPUtime=6.2
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 1190 0 0 0 619 1 0 0 24 0 2 0 103619367 24186880 2990 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 28976

[startup+12.7014 s]
/proc/loadavg: 1.84 1.74 1.40 3/68 23871
/proc/meminfo: memFree=1678712/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=30172 CPUtime=25.15
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 4193 0 0 0 2511 4 0 0 18 0 2 0 103619365 30896128 4179 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 7543 4179 83 193 0 7347 0
[pid=23870/tid=23871] ppid=23867 vsize=30172 CPUtime=12.59
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 1771 0 0 0 1257 2 0 0 17 0 2 0 103619367 30896128 4179 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 35528

[startup+25.5029 s]
/proc/loadavg: 1.86 1.75 1.41 3/68 23871
/proc/meminfo: memFree=1671864/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=35740 CPUtime=50.68
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 5748 0 0 0 5061 7 0 0 25 0 2 0 103619365 36597760 5734 1992294400 134512640 135305190 4294956144 18446744073709551615 134528395 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 8935 5734 83 193 0 8739 0
[pid=23870/tid=23871] ppid=23867 vsize=35740 CPUtime=25.39
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 2634 0 0 0 2535 4 0 0 25 0 2 0 103619367 36597760 5734 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 41096

[startup+51.1029 s]
/proc/loadavg: 1.91 1.77 1.42 3/68 23871
/proc/meminfo: memFree=1665592/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=42700 CPUtime=101.73
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 7330 0 0 0 10164 9 0 0 25 0 2 0 103619365 43724800 7316 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 10675 7316 83 193 0 10479 0
[pid=23870/tid=23871] ppid=23867 vsize=42700 CPUtime=50.97
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 3444 0 0 0 5092 5 0 0 25 0 2 0 103619367 43724800 7316 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 48056

[startup+102.303 s]
/proc/loadavg: 1.96 1.81 1.45 3/68 23871
/proc/meminfo: memFree=1656312/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=51160 CPUtime=203.87
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 9607 0 0 0 20375 12 0 0 25 0 2 0 103619365 52387840 9593 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 12790 9593 83 193 0 12594 0
[pid=23870/tid=23871] ppid=23867 vsize=51160 CPUtime=102.16
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 4653 0 0 0 10209 7 0 0 25 0 2 0 103619367 52387840 9593 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 56516

[startup+162.303 s]
/proc/loadavg: 1.98 1.84 1.48 3/68 23871
/proc/meminfo: memFree=1648888/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=60176 CPUtime=323.55
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 11450 0 0 0 32340 15 0 0 25 0 2 0 103619365 61620224 11436 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 15044 11436 83 193 0 14848 0
[pid=23870/tid=23871] ppid=23867 vsize=60176 CPUtime=162.13
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 5648 0 0 0 16204 9 0 0 25 0 2 0 103619367 61620224 11436 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.61
Current children cumulated vsize (KiB) 65532

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

[startup+179.203 s]
/proc/loadavg: 1.99 1.85 1.49 3/68 23871
/proc/meminfo: memFree=1646648/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=62312 CPUtime=357.26
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 11984 0 0 0 35710 16 0 0 23 0 2 0 103619365 63807488 11970 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 15578 11970 83 193 0 15382 0
[pid=23870/tid=23871] ppid=23867 vsize=62312 CPUtime=179.01
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 5898 0 0 0 17892 9 0 0 25 0 2 0 103619367 63807488 11970 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 357.32
Current children cumulated vsize (KiB) 67668

[startup+185.602 s]
/proc/loadavg: 1.99 1.85 1.49 3/68 23871
/proc/meminfo: memFree=1646392/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=62940 CPUtime=370.02
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 12100 0 0 0 36986 16 0 0 25 0 2 0 103619365 64450560 12086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 15735 12086 83 193 0 15539 0
[pid=23870/tid=23871] ppid=23867 vsize=62940 CPUtime=185.41
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 5942 0 0 0 18532 9 0 0 25 0 2 0 103619367 64450560 12086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 370.08
Current children cumulated vsize (KiB) 68296

[startup+188.803 s]
/proc/loadavg: 1.99 1.85 1.49 3/68 23871
/proc/meminfo: memFree=1646072/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=62940 CPUtime=376.41
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 12140 0 0 0 37625 16 0 0 25 0 2 0 103619365 64450560 12126 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 15735 12126 83 193 0 15539 0
[pid=23870/tid=23871] ppid=23867 vsize=62940 CPUtime=188.61
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 5946 0 0 0 18852 9 0 0 25 0 2 0 103619367 64450560 12126 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 376.47
Current children cumulated vsize (KiB) 68296

[startup+192.001 s]
/proc/loadavg: 1.99 1.85 1.49 3/68 23871
/proc/meminfo: memFree=1645944/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=63128 CPUtime=382.78
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 12169 0 0 0 38262 16 0 0 18 0 2 0 103619365 64643072 12155 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 15782 12155 83 193 0 15586 0
[pid=23870/tid=23871] ppid=23867 vsize=63128 CPUtime=191.8
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 5970 0 0 0 19171 9 0 0 23 0 2 0 103619367 64643072 12155 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 382.84
Current children cumulated vsize (KiB) 68484

[startup+193.602 s]
/proc/loadavg: 1.99 1.85 1.50 3/68 23871
/proc/meminfo: memFree=1645880/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=63128 CPUtime=385.98
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 12176 0 0 0 38582 16 0 0 20 0 2 0 103619365 64643072 12162 1992294400 134512640 135305190 4294956144 18446744073709551615 134569845 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 15782 12162 83 193 0 15586 0
[pid=23870/tid=23871] ppid=23867 vsize=63128 CPUtime=193.41
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 5977 0 0 0 19332 9 0 0 25 0 2 0 103619367 64643072 12162 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 386.04
Current children cumulated vsize (KiB) 68484

[startup+194.002 s]
/proc/loadavg: 1.99 1.85 1.50 3/68 23871
/proc/meminfo: memFree=1645880/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=63128 CPUtime=386.76
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 12183 0 0 0 38660 16 0 0 17 0 2 0 103619365 64643072 12169 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 15782 12169 83 193 0 15586 0
[pid=23870/tid=23871] ppid=23867 vsize=63128 CPUtime=193.8
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 5984 0 0 0 19371 9 0 0 25 0 2 0 103619367 64643072 12169 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 386.82
Current children cumulated vsize (KiB) 68484

[startup+194.402 s]
/proc/loadavg: 1.99 1.85 1.50 3/68 23871
/proc/meminfo: memFree=1645880/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=63128 CPUtime=387.56
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 12188 0 0 0 38740 16 0 0 17 0 2 0 103619365 64643072 12174 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 15782 12174 83 193 0 15586 0
[pid=23870/tid=23871] ppid=23867 vsize=63128 CPUtime=194.2
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 5989 0 0 0 19411 9 0 0 25 0 2 0 103619367 64643072 12174 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 387.62
Current children cumulated vsize (KiB) 68484

[startup+194.502 s]
/proc/loadavg: 1.99 1.85 1.50 3/68 23871
/proc/meminfo: memFree=1645880/2055920 swapFree=4180664/4192956
[pid=23867] ppid=23865 vsize=5356 CPUtime=0.06
/proc/23867/stat : 23867 (manysat.sh) S 23865 23867 23495 0 -1 4194304 312 394 0 0 0 0 6 0 17 0 1 0 103619358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23867/statm: 1339 238 195 169 0 50 0
[pid=23870] ppid=23867 vsize=63128 CPUtime=387.76
/proc/23870/stat : 23870 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194304 12188 0 0 0 38760 16 0 0 17 0 2 0 103619365 64643072 12174 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 15782 12174 83 193 0 15586 0
[pid=23870/tid=23871] ppid=23867 vsize=63128 CPUtime=194.3
/proc/23870/task/23871/stat : 23871 (manysat1.1_stat) R 23867 23867 23495 0 -1 4194368 5989 0 0 0 19421 9 0 0 25 0 2 0 103619367 64643072 12174 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 387.82
Current children cumulated vsize (KiB) 68484

Child status: 20
Real time (s): 194.595
CPU time (s): 388.012
CPU user time (s): 387.83
CPU system time (s): 0.181972
CPU usage (%): 199.394
Max. virtual memory (cumulated for all children) (KiB): 68484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.83
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13063
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= 483
involuntary context switches= 2933

runsolver used 0.255961 second user time and 0.635903 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-26 16:24:30
IDJOB=1730071
IDBENCH=24721
IDSOLVER=513
FILE ID=node73/1730071-1240755870
PBS_JOBID= 9187046
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=2012099974

node73.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.214
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.214
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:       1695856 kB
Buffers:         31072 kB
Cached:         254076 kB
SwapCached:       6232 kB
Active:          58124 kB
Inactive:       235572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695856 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            52404 kB
Committed_AS:   436152 kB
PageTables:       1396 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= 66356 MiB
End job on node73 at 2009-04-26 16:27:45