Trace number 1727262

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 457.205 235.563

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.948
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

Solver Data

0.00/0.00	c Parsing...
0.69/0.99	c ==============================================================================
0.69/1.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/1.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/1.81	c ==============================================================================
0.69/1.81	c |         0 |  861366  1745389 |  258409       0        0     nan |  0.000 % |
5.08/5.19	c |         0 |  813835  2298271 |      --       0       --      -- |     --   | -47531/552882
5.08/5.19	c ==============================================================================
5.08/5.19	c Result  :   #vars: 25516   #clauses: 813835   #literals: 2298271
5.08/5.19	c CPU time:   4.73828 s
5.08/5.19	c ==============================================================================
457.09/235.52	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
457.09/235.52	c ============================[ Problem Statistics ]=============================
457.09/235.52	c |                                                                             |
457.09/235.52	c threadId              : 0
457.09/235.52	c restarts              : 935
457.09/235.52	c conflicts             : 225712         (502 /sec)
457.09/235.52	c decisions             : 1235309        (1.67 % random) (2746 /sec)
457.09/235.52	c propagations          : 144254718      (320722 /sec)
457.09/235.52	c conflict literals     : 8152998        (42.73 % deleted)
457.09/235.52	c Memory used           : 136.44 MB
457.09/235.52	c CPU time              : 449.782 s
457.09/235.52	
457.09/235.52	c --->m=2, e=8, aimd=0, HOME/24500_many.cnf	time: 224.891	conflicts: 225712       
457.09/235.54	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-1727262-1240722818/watcher-1727262-1240722818 -o /tmp/evaluation-result-1727262-1240722818/solver-1727262-1240722818 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1727262-1240722818.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.99 0.99 0.99 3/64 24500
/proc/meminfo: memFree=1480320/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=0
/proc/24500/stat : 24500 (manysat.sh) R 24498 24500 24334 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 100315333 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24500/statm: 1339 234 194 169 0 50 0
[pid=24501] ppid=24500 vsize=1556 CPUtime=0
/proc/24501/stat : 24501 (SatElite) R 24500 24500 24334 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 100315333 1593344 277 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/24501/statm: 389 279 50 127 0 259 0

[startup+0.0983581 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 24500
/proc/meminfo: memFree=1480320/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=0
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100315333 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24500/statm: 1339 235 195 169 0 50 0
[pid=24501] ppid=24500 vsize=9000 CPUtime=0.08
/proc/24501/stat : 24501 (SatElite) R 24500 24500 24334 0 -1 4194304 2071 0 0 0 8 0 0 0 19 0 1 0 100315333 9216000 2055 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24501/statm: 2250 2056 50 127 0 2120 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14356

[startup+0.101357 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 24500
/proc/meminfo: memFree=1480320/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=0
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100315333 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24500/statm: 1339 235 195 169 0 50 0
[pid=24501] ppid=24500 vsize=9000 CPUtime=0.08
/proc/24501/stat : 24501 (SatElite) R 24500 24500 24334 0 -1 4194304 2106 0 0 0 8 0 0 0 19 0 1 0 100315333 9216000 2090 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24501/statm: 2250 2091 50 127 0 2120 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14356

[startup+0.301396 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 24500
/proc/meminfo: memFree=1480320/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=0
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100315333 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24500/statm: 1339 235 195 169 0 50 0
[pid=24501] ppid=24500 vsize=19116 CPUtime=0.29
/proc/24501/stat : 24501 (SatElite) R 24500 24500 24334 0 -1 4194304 4461 0 0 0 27 2 0 0 21 0 1 0 100315333 19574784 4445 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24501/statm: 4779 4445 50 127 0 4649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24472

[startup+0.701487 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 24500
/proc/meminfo: memFree=1480320/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=0
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100315333 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24500/statm: 1339 235 195 169 0 50 0
[pid=24501] ppid=24500 vsize=36344 CPUtime=0.69
/proc/24501/stat : 24501 (SatElite) R 24500 24500 24334 0 -1 4194304 8654 0 0 0 63 6 0 0 25 0 1 0 100315333 37216256 8638 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/24501/statm: 9086 8638 50 127 0 8956 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41700

[startup+2.13435 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 24500
/proc/meminfo: memFree=1480320/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=0
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100315333 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24500/statm: 1339 235 195 169 0 50 0
[pid=24501] ppid=24500 vsize=87316 CPUtime=2.44
/proc/24501/stat : 24501 (SatElite) R 24500 24500 24334 0 -1 4194304 18192 0 0 0 229 15 0 0 25 0 1 0 100315333 89411584 18118 1992294400 134512640 135034092 4294956096 18446744073709551615 134671512 0 0 4096 3 0 0 0 17 1 0 0
/proc/24501/statm: 21829 18118 68 127 0 21699 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 92672

[startup+3.44123 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 24500
/proc/meminfo: memFree=1480320/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=0
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100315333 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24500/statm: 1339 235 195 169 0 50 0
[pid=24501] ppid=24500 vsize=87732 CPUtime=3.58
/proc/24501/stat : 24501 (SatElite) R 24500 24500 24334 0 -1 4194304 18250 0 0 0 343 15 0 0 25 0 1 0 100315333 89837568 18176 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 1 0 0
/proc/24501/statm: 21933 18176 68 127 0 21803 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 93088

[startup+6.30138 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 24502
/proc/meminfo: memFree=1405296/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=0
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100315333 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24500/statm: 1339 235 195 169 0 50 0
[pid=24501] ppid=24500 vsize=72960 CPUtime=5.93
/proc/24501/stat : 24501 (SatElite) R 24500 24500 24334 0 -1 4194304 26742 0 0 0 545 48 0 0 25 0 1 0 100315333 74711040 16217 1992294400 134512640 135034092 4294956096 18446744073709551615 134765770 0 0 4096 3 0 0 0 17 1 0 0
/proc/24501/statm: 18240 16217 68 127 0 18110 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 78316

[startup+12.7016 s]
/proc/loadavg: 1.07 1.00 1.00 3/67 24504
/proc/meminfo: memFree=1368744/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=108104 CPUtime=6.65
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 23529 0 0 0 610 55 0 0 16 0 2 0 100316036 110698496 23515 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24503/statm: 27026 23515 83 193 0 26830 0
[pid=24503/tid=24504] ppid=24500 vsize=108104 CPUtime=1.61
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 719 0 0 0 150 11 0 0 17 0 2 0 100316271 110698496 23515 1992294400 134512640 135305190 4294956144 18446744073709551615 134839102 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.18
Current children cumulated vsize (KiB) 113460

[startup+25.5011 s]
/proc/loadavg: 1.27 1.05 1.02 3/67 24504
/proc/meminfo: memFree=1362472/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=114460 CPUtime=31.71
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 25170 0 0 0 3101 70 0 0 17 0 2 0 100316036 117207040 25156 1992294400 134512640 135305190 4294956144 18446744073709551615 134528136 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 28615 25156 83 193 0 28419 0
[pid=24503/tid=24504] ppid=24500 vsize=114460 CPUtime=14.07
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 1612 0 0 0 1389 18 0 0 17 0 2 0 100316271 117207040 25156 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.24
Current children cumulated vsize (KiB) 119816

[startup+51.1011 s]
/proc/loadavg: 1.52 1.12 1.04 3/67 24504
/proc/meminfo: memFree=1356648/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=121268 CPUtime=82.69
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 26684 0 0 0 8195 74 0 0 18 0 2 0 100316036 124178432 26670 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 30317 26670 83 193 0 30121 0
[pid=24503/tid=24504] ppid=24500 vsize=121268 CPUtime=39.53
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 2340 0 0 0 3933 20 0 0 18 0 2 0 100316271 124178432 26670 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.22
Current children cumulated vsize (KiB) 126624

[startup+102.301 s]
/proc/loadavg: 1.79 1.26 1.09 3/67 24504
/proc/meminfo: memFree=1348904/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=128184 CPUtime=184.82
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 28555 0 0 0 18403 79 0 0 18 0 2 0 100316036 131260416 28541 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 32046 28541 83 193 0 31850 0
[pid=24503/tid=24504] ppid=24500 vsize=128184 CPUtime=90.48
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 3124 0 0 0 9026 22 0 0 18 0 2 0 100316271 131260416 28541 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 191.35
Current children cumulated vsize (KiB) 133540

[startup+162.302 s]
/proc/loadavg: 1.92 1.39 1.14 3/67 24504
/proc/meminfo: memFree=1343784/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=133464 CPUtime=304.53
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 29829 0 0 0 30371 82 0 0 17 0 2 0 100316036 136667136 29815 1992294400 134512640 135305190 4294956144 18446744073709551615 134541918 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 33366 29815 83 193 0 33170 0
[pid=24503/tid=24504] ppid=24500 vsize=133464 CPUtime=150.22
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 3624 0 0 0 14999 23 0 0 17 0 2 0 100316271 136667136 29815 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 311.06
Current children cumulated vsize (KiB) 138820

[startup+222.301 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 24504
/proc/meminfo: memFree=1338280/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=139196 CPUtime=424.23
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 31199 0 0 0 42339 84 0 0 25 0 2 0 100316036 142536704 31185 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 34799 31185 83 193 0 34603 0
[pid=24503/tid=24504] ppid=24500 vsize=139196 CPUtime=209.96
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 4206 0 0 0 20972 24 0 0 25 0 2 0 100316271 142536704 31185 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 430.76
Current children cumulated vsize (KiB) 144552

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

[startup+226.802 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24504
/proc/meminfo: memFree=1338152/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=139336 CPUtime=433.21
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 31240 0 0 0 43237 84 0 0 25 0 2 0 100316036 142680064 31226 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 34834 31226 83 193 0 34638 0
[pid=24503/tid=24504] ppid=24500 vsize=139336 CPUtime=214.44
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 4206 0 0 0 21420 24 0 0 25 0 2 0 100316271 142680064 31226 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 439.74
Current children cumulated vsize (KiB) 144692

[startup+230.002 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24504
/proc/meminfo: memFree=1338024/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=139488 CPUtime=439.59
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 31262 0 0 0 43875 84 0 0 25 0 2 0 100316036 142835712 31248 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 34872 31248 83 193 0 34676 0
[pid=24503/tid=24504] ppid=24500 vsize=139488 CPUtime=217.62
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 4206 0 0 0 21738 24 0 0 25 0 2 0 100316271 142835712 31248 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 446.12
Current children cumulated vsize (KiB) 144844

[startup+233.202 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24504
/proc/meminfo: memFree=1337960/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=139488 CPUtime=445.97
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 31288 0 0 0 44513 84 0 0 25 0 2 0 100316036 142835712 31274 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 34872 31274 83 193 0 34676 0
[pid=24503/tid=24504] ppid=24500 vsize=139488 CPUtime=220.81
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 4206 0 0 0 22057 24 0 0 25 0 2 0 100316271 142835712 31274 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 452.5
Current children cumulated vsize (KiB) 144844

[startup+234.802 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 24504
/proc/meminfo: memFree=1337832/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=139712 CPUtime=449.17
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 31311 0 0 0 44833 84 0 0 25 0 2 0 100316036 143065088 31297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 34928 31297 83 193 0 34732 0
[pid=24503/tid=24504] ppid=24500 vsize=139712 CPUtime=222.41
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 4206 0 0 0 22217 24 0 0 25 0 2 0 100316271 143065088 31297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 455.7
Current children cumulated vsize (KiB) 145068

[startup+235.202 s]
/proc/loadavg: 1.98 1.52 1.20 3/67 24504
/proc/meminfo: memFree=1337832/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=139712 CPUtime=449.96
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 31311 0 0 0 44912 84 0 0 25 0 2 0 100316036 143065088 31297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 34928 31297 83 193 0 34732 0
[pid=24503/tid=24504] ppid=24500 vsize=139712 CPUtime=222.8
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 4206 0 0 0 22256 24 0 0 25 0 2 0 100316271 143065088 31297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 456.49
Current children cumulated vsize (KiB) 145068

[startup+235.402 s]
/proc/loadavg: 1.98 1.52 1.20 3/67 24504
/proc/meminfo: memFree=1337832/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=139712 CPUtime=450.36
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 31311 0 0 0 44952 84 0 0 25 0 2 0 100316036 143065088 31297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 34928 31297 83 193 0 34732 0
[pid=24503/tid=24504] ppid=24500 vsize=139712 CPUtime=223
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 4206 0 0 0 22276 24 0 0 25 0 2 0 100316271 143065088 31297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 456.89
Current children cumulated vsize (KiB) 145068

[startup+235.502 s]
/proc/loadavg: 1.98 1.52 1.20 3/67 24504
/proc/meminfo: memFree=1337832/2055920 swapFree=4180284/4192956
[pid=24500] ppid=24498 vsize=5356 CPUtime=6.53
/proc/24500/stat : 24500 (manysat.sh) S 24498 24500 24334 0 -1 4194304 312 26745 0 0 0 0 599 54 16 0 1 0 100315333 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24500/statm: 1339 238 195 169 0 50 0
[pid=24503] ppid=24500 vsize=139712 CPUtime=450.56
/proc/24503/stat : 24503 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194304 31311 0 0 0 44972 84 0 0 25 0 2 0 100316036 143065088 31297 1992294400 134512640 135305190 4294956144 18446744073709551615 134552013 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24503/statm: 34928 31297 83 193 0 34732 0
[pid=24503/tid=24504] ppid=24500 vsize=139712 CPUtime=223.1
/proc/24503/task/24504/stat : 24504 (manysat1.1_stat) R 24500 24500 24334 0 -1 4194368 4206 0 0 0 22286 24 0 0 25 0 2 0 100316271 143065088 31297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 457.09
Current children cumulated vsize (KiB) 145068

Child status: 20
Real time (s): 235.563
CPU time (s): 457.205
CPU user time (s): 455.78
CPU system time (s): 1.42578
CPU usage (%): 194.091
Max. virtual memory (cumulated for all children) (KiB): 145068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 455.78
system time used= 1.42578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58537
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= 2088
involuntary context switches= 3427

runsolver used 0.375942 second user time and 0.895863 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-26 07:13:40
IDJOB=1727262
IDBENCH=24634
IDSOLVER=513
FILE ID=node28/1727262-1240722818
PBS_JOBID= 9186886
Free space on /tmp= 66280 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727262-1240722818/watcher-1727262-1240722818 -o /tmp/evaluation-result-1727262-1240722818/solver-1727262-1240722818 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1727262-1240722818.cnf aimd 0

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=1520690288

node28.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.261
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.261
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:       1480864 kB
Buffers:         55032 kB
Cached:         460192 kB
SwapCached:       5928 kB
Active:         240412 kB
Inactive:       283280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480864 kB
SwapTotal:     4192956 kB
SwapFree:      4180284 kB
Dirty:           13652 kB
Writeback:           0 kB
Mapped:          13756 kB
Slab:            37220 kB
Committed_AS:   428772 kB
PageTables:       1420 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= 66280 MiB
End job on node28 at 2009-04-26 07:17:36