Trace number 1727634

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 451.66 226.413

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.4612
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   15697   110553 |    4709       0        0     nan |  0.000 % |
0.00/0.08	c |         0 |   14145   101887 |      --       0       --      -- |     --   | -311/-3399
0.00/0.08	c ==============================================================================
0.00/0.08	c Result  :   #vars: 2307   #clauses: 14145   #literals: 101887
0.00/0.08	c CPU time:   0.076988 s
0.00/0.08	c ==============================================================================
451.43/226.39	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
451.43/226.39	c ============================[ Problem Statistics ]=============================
451.43/226.39	c |                                                                             |
451.43/226.39	c threadId              : 1
451.43/226.39	c restarts              : 1446
451.43/226.39	c conflicts             : 399457         (885 /sec)
451.43/226.39	c decisions             : 653979         (1.94 % random) (1449 /sec)
451.43/226.39	c propagations          : 20496449       (45413 /sec)
451.43/226.39	c conflict literals     : 11681747       (33.58 % deleted)
451.43/226.39	c Memory used           : 67.93 MB
451.43/226.39	c CPU time              : 451.331 s
451.43/226.39	
451.43/226.39	c --->m=2, e=8, aimd=1, HOME/24275_many.cnf	time: 225.666	conflicts: 399457       
451.63/226.40	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-1727634-1240727254/watcher-1727634-1240727254 -o /tmp/evaluation-result-1727634-1240727254/solver-1727634-1240727254 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1727634-1240727254.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: 0.98 0.98 0.99 3/64 24275
/proc/meminfo: memFree=1359312/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100759441 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 235 195 169 0 50 0
[pid=24276] ppid=24275 vsize=1172 CPUtime=0
/proc/24276/stat : 24276 (SatElite) R 24275 24275 23993 0 -1 4194304 175 0 0 0 0 0 0 0 19 0 1 0 100759441 1200128 159 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24276/statm: 293 160 51 127 0 163 0

[startup+0.0909409 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 24275
/proc/meminfo: memFree=1359312/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100759441 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 235 195 169 0 50 0
[pid=24276] ppid=24275 vsize=2780 CPUtime=0.08
/proc/24276/stat : 24276 (SatElite) R 24275 24275 23993 0 -1 4194304 647 0 0 0 8 0 0 0 19 0 1 0 100759441 2846720 604 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/24276/statm: 695 604 69 127 0 565 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8136

[startup+0.101941 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 24275
/proc/meminfo: memFree=1359312/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100759441 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 235 195 169 0 50 0
[pid=24276] ppid=24275 vsize=2780 CPUtime=0.09
/proc/24276/stat : 24276 (SatElite) R 24275 24275 23993 0 -1 4194304 647 0 0 0 9 0 0 0 19 0 1 0 100759441 2846720 604 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/24276/statm: 695 604 69 127 0 565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8136

[startup+0.301964 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 24275
/proc/meminfo: memFree=1359312/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5356

[startup+0.701998 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 24275
/proc/meminfo: memFree=1359312/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5356

[startup+1.50107 s]
/proc/loadavg: 0.98 0.98 0.99 3/67 24279
/proc/meminfo: memFree=1351416/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=21000 CPUtime=2.71
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 2245 0 0 0 270 1 0 0 17 0 2 0 100759453 21504000 2230 1992294400 134512640 135305190 4294956144 18446744073709551615 134528245 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 5250 2230 83 193 0 5054 0
[pid=24278/tid=24279] ppid=24275 vsize=21000 CPUtime=1.33
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 712 0 0 0 133 0 0 0 17 0 2 0 100759456 21504000 2230 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 26356

[startup+3.1022 s]
/proc/loadavg: 0.98 0.98 0.99 3/67 24279
/proc/meminfo: memFree=1348920/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=24376 CPUtime=5.91
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 2831 0 0 0 589 2 0 0 17 0 2 0 100759453 24961024 2816 1992294400 134512640 135305190 4294956144 18446744073709551615 134542392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 6094 2816 83 193 0 5898 0
[pid=24278/tid=24279] ppid=24275 vsize=24376 CPUtime=2.94
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 1012 0 0 0 293 1 0 0 17 0 2 0 100759456 24961024 2816 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 29732

[startup+6.30146 s]
/proc/loadavg: 1.06 1.00 1.00 3/67 24279
/proc/meminfo: memFree=1343864/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=27684 CPUtime=12.28
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 3887 0 0 0 1225 3 0 0 17 0 2 0 100759453 28348416 3872 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 6921 3872 83 193 0 6725 0
[pid=24278/tid=24279] ppid=24275 vsize=27684 CPUtime=6.13
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 1500 0 0 0 612 1 0 0 17 0 2 0 100759456 28348416 3872 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 33040

[startup+12.702 s]
/proc/loadavg: 1.13 1.02 1.01 3/67 24279
/proc/meminfo: memFree=1338808/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=31860 CPUtime=25.05
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 4954 0 0 0 2501 4 0 0 17 0 2 0 100759453 32624640 4939 1992294400 134512640 135305190 4294956144 18446744073709551615 134548082 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 7965 4939 83 193 0 7769 0
[pid=24278/tid=24279] ppid=24275 vsize=31860 CPUtime=12.53
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 1996 0 0 0 1251 2 0 0 20 0 2 0 100759456 32624640 4939 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 37216

[startup+25.502 s]
/proc/loadavg: 1.33 1.06 1.02 3/67 24279
/proc/meminfo: memFree=1333432/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=38920 CPUtime=50.6
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 6326 0 0 0 5054 6 0 0 18 0 2 0 100759453 39854080 6311 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 9730 6311 83 193 0 9534 0
[pid=24278/tid=24279] ppid=24275 vsize=38920 CPUtime=25.32
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 2684 0 0 0 2529 3 0 0 21 0 2 0 100759456 39854080 6311 1992294400 134512640 135305190 4294956144 18446744073709551615 134528371 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 44276

[startup+51.1011 s]
/proc/loadavg: 1.55 1.14 1.04 3/67 24279
/proc/meminfo: memFree=1326456/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=45412 CPUtime=101.67
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 8065 0 0 0 10159 8 0 0 25 0 2 0 100759453 46501888 8050 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 11353 8050 83 193 0 11157 0
[pid=24278/tid=24279] ppid=24275 vsize=45412 CPUtime=50.9
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 3606 0 0 0 5086 4 0 0 25 0 2 0 100759456 46501888 8050 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 50768

[startup+102.306 s]
/proc/loadavg: 1.80 1.27 1.09 3/67 24279
/proc/meminfo: memFree=1316728/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=54532 CPUtime=203.86
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 10432 0 0 0 20373 13 0 0 17 0 2 0 100759453 55840768 10417 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 13633 10417 83 193 0 13437 0
[pid=24278/tid=24279] ppid=24275 vsize=54532 CPUtime=102.09
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 4827 0 0 0 10203 6 0 0 23 0 2 0 100759456 55840768 10417 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 59888

[startup+162.301 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 24279
/proc/meminfo: memFree=1308216/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=63644 CPUtime=323.59
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 12542 0 0 0 32343 16 0 0 17 0 2 0 100759453 65171456 12527 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 15911 12527 83 193 0 15715 0
[pid=24278/tid=24279] ppid=24275 vsize=63644 CPUtime=162.07
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 5897 0 0 0 16199 8 0 0 25 0 2 0 100759456 65171456 12527 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.7
Current children cumulated vsize (KiB) 69000

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24279
/proc/meminfo: memFree=1304312/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=67828 CPUtime=443.34
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 13515 0 0 0 44315 19 0 0 25 0 2 0 100759453 69455872 13500 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 16957 13500 83 193 0 16761 0
[pid=24278/tid=24279] ppid=24275 vsize=67828 CPUtime=222.04
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 6312 0 0 0 22195 9 0 0 25 0 2 0 100759456 69455872 13500 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.45
Current children cumulated vsize (KiB) 73184

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

[startup+223.902 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24279
/proc/meminfo: memFree=1304120/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=69336 CPUtime=446.54
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 13580 0 0 0 44635 19 0 0 17 0 2 0 100759453 71000064 13565 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 17334 13565 83 193 0 17138 0
[pid=24278/tid=24279] ppid=24275 vsize=69336 CPUtime=223.64
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 6361 0 0 0 22355 9 0 0 25 0 2 0 100759456 71000064 13565 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 446.65
Current children cumulated vsize (KiB) 74692

[startup+225.506 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24279
/proc/meminfo: memFree=1303928/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=69336 CPUtime=449.73
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 13613 0 0 0 44954 19 0 0 18 0 2 0 100759453 71000064 13598 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 17334 13598 83 193 0 17138 0
[pid=24278/tid=24279] ppid=24275 vsize=69336 CPUtime=225.25
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 6380 0 0 0 22515 10 0 0 25 0 2 0 100759456 71000064 13598 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 449.84
Current children cumulated vsize (KiB) 74692

[startup+225.902 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24279
/proc/meminfo: memFree=1303928/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=69552 CPUtime=450.52
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 13659 0 0 0 45033 19 0 0 19 0 2 0 100759453 71221248 13644 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 17388 13644 83 193 0 17192 0
[pid=24278/tid=24279] ppid=24275 vsize=69552 CPUtime=225.64
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 6388 0 0 0 22554 10 0 0 25 0 2 0 100759456 71221248 13644 1992294400 134512640 135305190 4294956144 18446744073709551615 134528227 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 450.63
Current children cumulated vsize (KiB) 74908

[startup+226.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24279
/proc/meminfo: memFree=1303928/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=69552 CPUtime=451.32
/proc/24278/stat : 24278 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194304 13682 0 0 0 45113 19 0 0 20 0 2 0 100759453 71221248 13667 1992294400 134512640 135305190 4294956144 18446744073709551615 134556804 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 17388 13667 83 193 0 17192 0
[pid=24278/tid=24279] ppid=24275 vsize=69552 CPUtime=226.04
/proc/24278/task/24279/stat : 24279 (manysat1.1_stat) R 24275 24275 23993 0 -1 4194368 6404 0 0 0 22594 10 0 0 25 0 2 0 100759456 71221248 13667 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 451.43
Current children cumulated vsize (KiB) 74908

[startup+226.402 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24279
/proc/meminfo: memFree=1303928/2055920 swapFree=4192812/4192956
[pid=24275] ppid=24273 vsize=5356 CPUtime=0.11
/proc/24275/stat : 24275 (manysat.sh) S 24273 24275 23993 0 -1 4194304 312 650 0 0 0 0 11 0 17 0 1 0 100759441 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24275/statm: 1339 238 195 169 0 50 0
[pid=24278] ppid=24275 vsize=0 CPUtime=451.52
/proc/24278/stat : 24278 (manysat1.1_stat) Z 24275 24275 23993 0 -1 4194316 13701 0 0 0 45133 19 0 0 20 0 2 0 100759453 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 451.63
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 226.413
CPU time (s): 451.66
CPU user time (s): 451.445
CPU system time (s): 0.214967
CPU usage (%): 199.485
Max. virtual memory (cumulated for all children) (KiB): 74908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 451.445
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14817
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= 610
involuntary context switches= 3396

runsolver used 0.224965 second user time and 0.609907 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-26 08:27:34
IDJOB=1727634
IDBENCH=24642
IDSOLVER=514
FILE ID=node3/1727634-1240727254
PBS_JOBID= 9186892
Free space on /tmp= 66068 MiB

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

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

MD5SUM BENCH= d9bf8689fd094f6ad4f37a57f4f0a5ae
RANDOM SEED=105025439

node3.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.212
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.212
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:       1359792 kB
Buffers:         61984 kB
Cached:         545452 kB
SwapCached:        144 kB
Active:         210588 kB
Inactive:       411948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1359792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:          23676 kB
Slab:            59652 kB
Committed_AS:   378196 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= 66068 MiB
End job on node3 at 2009-04-26 08:31:21