Trace number 1555449

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 301.284 151.433

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner064.cnf
MD5SUM1a0b22841159d2c84fdcb857229ffa08
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.387
Satisfiable
(Un)Satisfiability was proved
Number of variables24448
Number of clauses73151
Sum of the clauses size170683
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 248766
Number of clauses of size 324383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |   73149   170681 |   21944       0        0     nan |  0.000 % |
0.58/0.70	c |         0 |   42312   121394 |      --       0       --      -- |     --   | -30835/-49282
0.58/0.70	c ==============================================================================
0.58/0.70	c Result  :   #vars: 9180   #clauses: 42312   #literals: 121394
0.58/0.70	c CPU time:   0.677896 s
0.58/0.70	c ==============================================================================
301.22/151.41	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
301.22/151.41	c ============================[ Problem Statistics ]=============================
301.22/151.41	c |                                                                             |
301.22/151.41	c threadId              : 1
301.22/151.41	c restarts              : 1447
301.22/151.41	c conflicts             : 381072         (1269 /sec)
301.22/151.41	c decisions             : 628874         (0.56 % random) (2094 /sec)
301.22/151.41	c propagations          : 75049129       (249939 /sec)
301.22/151.41	c conflict literals     : 32407018       (43.22 % deleted)
301.22/151.41	c Memory used           : 93.98 MB
301.22/151.41	c CPU time              : 300.269 s
301.22/151.41	
301.22/151.41	c --->m=2, e=8, aimd=1, HOME/14579_many.cnf	time: 150.135	conflicts: 381072       
301.22/151.42	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-1555449-1238741198/watcher-1555449-1238741198 -o /tmp/evaluation-result-1555449-1238741198/solver-1555449-1238741198 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1555449-1238741198.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.99 0.97 0.99 3/64 14579
/proc/meminfo: memFree=1817792/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (manysat.sh) R 14577 14579 14512 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1146781961 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14579/statm: 1339 234 194 169 0 50 0
[pid=14580] ppid=14579 vsize=960 CPUtime=0
/proc/14580/stat : 14580 (SatElite) R 14579 14579 14512 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 1146781962 983040 135 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14580/statm: 240 136 50 127 0 110 0

[startup+0.00952992 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14579
/proc/meminfo: memFree=1817792/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146781961 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14579/statm: 1339 235 195 169 0 50 0
[pid=14580] ppid=14579 vsize=1656 CPUtime=0
/proc/14580/stat : 14580 (SatElite) R 14579 14579 14512 0 -1 4194304 320 0 0 0 0 0 0 0 19 0 1 0 1146781962 1695744 304 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14580/statm: 414 305 50 127 0 284 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7012

[startup+0.101574 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14579
/proc/meminfo: memFree=1817792/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146781961 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14579/statm: 1339 235 195 169 0 50 0
[pid=14580] ppid=14579 vsize=11560 CPUtime=0.09
/proc/14580/stat : 14580 (SatElite) R 14579 14579 14512 0 -1 4194304 2684 0 0 0 8 1 0 0 19 0 1 0 1146781962 11837440 2524 1992294400 134512640 135034092 4294956096 18446744073709551615 134536705 0 0 4096 3 0 0 0 17 0 0 0
/proc/14580/statm: 2890 2524 68 127 0 2760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16916

[startup+0.301591 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14579
/proc/meminfo: memFree=1817792/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146781961 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14579/statm: 1339 235 195 169 0 50 0
[pid=14580] ppid=14579 vsize=12956 CPUtime=0.29
/proc/14580/stat : 14580 (SatElite) R 14579 14579 14512 0 -1 4194304 3037 0 0 0 28 1 0 0 21 0 1 0 1146781962 13266944 2877 1992294400 134512640 135034092 4294956096 18446744073709551615 134560656 0 0 4096 3 0 0 0 17 0 0 0
/proc/14580/statm: 3239 2877 68 127 0 3109 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18312

[startup+0.701626 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14579
/proc/meminfo: memFree=1817792/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146781961 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14579/statm: 1339 235 195 169 0 50 0
[pid=14580] ppid=14579 vsize=13440 CPUtime=0.69
/proc/14580/stat : 14580 (SatElite) R 14579 14579 14512 0 -1 4194304 3380 0 0 0 67 2 0 0 25 0 1 0 1146781962 13762560 3004 1992294400 134512640 135034092 4294956096 18446744073709551615 134587983 0 0 4096 3 0 0 0 17 0 0 0
/proc/14580/statm: 3360 3004 69 127 0 3230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18796

[startup+1.50171 s]
/proc/loadavg: 0.99 0.97 0.99 3/67 14583
/proc/meminfo: memFree=1807016/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=22672 CPUtime=1.42
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 2357 0 0 0 140 2 0 0 16 0 2 0 1146782037 23216128 2343 1992294400 134512640 135305190 4294956144 18446744073709551615 134558160 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 5668 2343 83 193 0 5472 0
[pid=14582/tid=14583] ppid=14579 vsize=22672 CPUtime=0.67
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 259 0 0 0 67 0 0 0 17 0 2 0 1146782043 23216128 2343 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 28028

[startup+3.10185 s]
/proc/loadavg: 1.07 0.99 0.99 3/67 14583
/proc/meminfo: memFree=1804136/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=25404 CPUtime=4.61
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 3073 0 0 0 458 3 0 0 16 0 2 0 1146782037 26013696 3059 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 6351 3059 83 193 0 6155 0
[pid=14582/tid=14583] ppid=14579 vsize=25404 CPUtime=2.27
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 603 0 0 0 227 0 0 0 16 0 2 0 1146782043 26013696 3059 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 30760

[startup+6.30213 s]
/proc/loadavg: 1.07 0.99 0.99 3/67 14583
/proc/meminfo: memFree=1799528/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=30124 CPUtime=10.99
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 4388 0 0 0 1096 3 0 0 16 0 2 0 1146782037 30846976 4374 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 7531 4374 83 193 0 7335 0
[pid=14582/tid=14583] ppid=14579 vsize=30124 CPUtime=5.47
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 1234 0 0 0 546 1 0 0 16 0 2 0 1146782043 30846976 4374 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 35480

[startup+12.7017 s]
/proc/loadavg: 1.22 1.02 1.01 3/67 14583
/proc/meminfo: memFree=1791400/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=36684 CPUtime=23.76
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 5917 0 0 0 2371 5 0 0 17 0 2 0 1146782037 37564416 5903 1992294400 134512640 135305190 4294956144 18446744073709551615 134551671 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 9171 5903 83 193 0 8975 0
[pid=14582/tid=14583] ppid=14579 vsize=36684 CPUtime=11.87
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 1974 0 0 0 1185 2 0 0 17 0 2 0 1146782043 37564416 5903 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 42040

[startup+25.5018 s]
/proc/loadavg: 1.34 1.05 1.02 3/67 14583
/proc/meminfo: memFree=1777768/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=50268 CPUtime=49.29
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 9298 0 0 0 4921 8 0 0 17 0 2 0 1146782037 51474432 9276 1992294400 134512640 135305190 4294956144 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 12567 9276 83 193 0 12371 0
[pid=14582/tid=14583] ppid=14579 vsize=50268 CPUtime=24.65
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 3583 0 0 0 2462 3 0 0 19 0 2 0 1146782043 51474432 9276 1992294400 134512640 135305190 4294956144 18446744073709551615 134551857 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 55624

[startup+51.101 s]
/proc/loadavg: 1.56 1.13 1.04 3/67 14583
/proc/meminfo: memFree=1757352/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=69916 CPUtime=100.35
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 14398 0 0 0 10021 14 0 0 17 0 2 0 1146782037 71593984 14376 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 17479 14376 83 193 0 17283 0
[pid=14582/tid=14583] ppid=14579 vsize=69916 CPUtime=50.24
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 6097 0 0 0 5017 7 0 0 17 0 2 0 1146782043 71593984 14376 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.09
Current children cumulated vsize (KiB) 75272

[startup+102.306 s]
/proc/loadavg: 1.82 1.27 1.09 3/67 14583
/proc/meminfo: memFree=1740776/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=86828 CPUtime=202.51
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 18497 0 0 0 20231 20 0 0 17 0 2 0 1146782037 88911872 18475 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 21707 18475 83 193 0 21511 0
[pid=14582/tid=14583] ppid=14579 vsize=86828 CPUtime=101.41
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 8337 0 0 0 10131 10 0 0 18 0 2 0 1146782043 88911872 18475 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.25
Current children cumulated vsize (KiB) 92184

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

[startup+127.902 s]
/proc/loadavg: 1.88 1.33 1.12 3/67 14583
/proc/meminfo: memFree=1733416/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=93572 CPUtime=253.6
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 20345 0 0 0 25337 23 0 0 25 0 2 0 1146782037 95817728 20323 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 23393 20323 83 193 0 23197 0
[pid=14582/tid=14583] ppid=14579 vsize=93572 CPUtime=126.99
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 9236 0 0 0 12688 11 0 0 25 0 2 0 1146782043 95817728 20323 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 254.34
Current children cumulated vsize (KiB) 98928

[startup+140.702 s]
/proc/loadavg: 1.90 1.35 1.12 3/67 14583
/proc/meminfo: memFree=1731880/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=95816 CPUtime=279.13
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 20712 0 0 0 27890 23 0 0 21 0 2 0 1146782037 98115584 20690 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 23954 20690 83 193 0 23758 0
[pid=14582/tid=14583] ppid=14579 vsize=95816 CPUtime=139.79
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 9560 0 0 0 13968 11 0 0 22 0 2 0 1146782043 98115584 20690 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 101172

[startup+147.101 s]
/proc/loadavg: 1.91 1.36 1.13 3/67 14583
/proc/meminfo: memFree=1731752/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=96008 CPUtime=291.9
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 20765 0 0 0 29167 23 0 0 25 0 2 0 1146782037 98312192 20743 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 24002 20743 83 193 0 23806 0
[pid=14582/tid=14583] ppid=14579 vsize=96008 CPUtime=146.18
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 9613 0 0 0 14607 11 0 0 25 0 2 0 1146782043 98312192 20743 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 292.64
Current children cumulated vsize (KiB) 101364

[startup+148.702 s]
/proc/loadavg: 1.91 1.37 1.13 3/67 14583
/proc/meminfo: memFree=1731688/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=96008 CPUtime=295.09
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 20774 0 0 0 29486 23 0 0 17 0 2 0 1146782037 98312192 20752 1992294400 134512640 135305190 4294956144 18446744073709551615 134557241 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 24002 20752 83 193 0 23806 0
[pid=14582/tid=14583] ppid=14579 vsize=96008 CPUtime=147.78
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 9620 0 0 0 14767 11 0 0 18 0 2 0 1146782043 98312192 20752 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 295.83
Current children cumulated vsize (KiB) 101364

[startup+150.303 s]
/proc/loadavg: 1.91 1.37 1.13 3/67 14583
/proc/meminfo: memFree=1731496/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=96228 CPUtime=298.28
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 20821 0 0 0 29805 23 0 0 19 0 2 0 1146782037 98537472 20799 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 24057 20799 83 193 0 23861 0
[pid=14582/tid=14583] ppid=14579 vsize=96228 CPUtime=149.38
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 9667 0 0 0 14927 11 0 0 18 0 2 0 1146782043 98537472 20799 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.02
Current children cumulated vsize (KiB) 101584

[startup+151.103 s]
/proc/loadavg: 1.91 1.37 1.13 3/67 14583
/proc/meminfo: memFree=1731496/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=96228 CPUtime=299.88
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 20839 0 0 0 29965 23 0 0 20 0 2 0 1146782037 98537472 20817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 24057 20817 83 193 0 23861 0
[pid=14582/tid=14583] ppid=14579 vsize=96228 CPUtime=150.18
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 9685 0 0 0 15007 11 0 0 19 0 2 0 1146782043 98537472 20817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 300.62
Current children cumulated vsize (KiB) 101584

[startup+151.303 s]
/proc/loadavg: 1.91 1.37 1.13 3/67 14583
/proc/meminfo: memFree=1731496/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=96228 CPUtime=300.28
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 20841 0 0 0 30005 23 0 0 20 0 2 0 1146782037 98537472 20819 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 24057 20819 83 193 0 23861 0
[pid=14582/tid=14583] ppid=14579 vsize=96228 CPUtime=150.38
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 9687 0 0 0 15027 11 0 0 19 0 2 0 1146782043 98537472 20819 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 301.02
Current children cumulated vsize (KiB) 101584

[startup+151.403 s]
/proc/loadavg: 1.91 1.37 1.13 3/67 14583
/proc/meminfo: memFree=1731496/2055920 swapFree=4177016/4192956
[pid=14579] ppid=14577 vsize=5356 CPUtime=0.74
/proc/14579/stat : 14579 (manysat.sh) S 14577 14579 14512 0 -1 4194304 312 3383 0 0 0 0 72 2 16 0 1 0 1146781961 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 238 195 169 0 50 0
[pid=14582] ppid=14579 vsize=96228 CPUtime=300.48
/proc/14582/stat : 14582 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194304 20843 0 0 0 30025 23 0 0 20 0 2 0 1146782037 98537472 20821 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14582/statm: 24057 20821 83 193 0 23861 0
[pid=14582/tid=14583] ppid=14579 vsize=96228 CPUtime=150.48
/proc/14582/task/14583/stat : 14583 (manysat1.1_stat) R 14579 14579 14512 0 -1 4194368 9689 0 0 0 15037 11 0 0 19 0 2 0 1146782043 98537472 20821 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 301.22
Current children cumulated vsize (KiB) 101584

Child status: 20
Real time (s): 151.433
CPU time (s): 301.284
CPU user time (s): 300.998
CPU system time (s): 0.285956
CPU usage (%): 198.956
Max. virtual memory (cumulated for all children) (KiB): 101584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.998
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24707
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= 1340
involuntary context switches= 2280

runsolver used 0.140978 second user time and 0.416936 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-03 08:46:38
IDJOB=1555449
IDBENCH=70800
IDSOLVER=514
FILE ID=node50/1555449-1238741198
PBS_JOBID= 9085409
Free space on /tmp= 66508 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555449-1238741198/watcher-1555449-1238741198 -o /tmp/evaluation-result-1555449-1238741198/solver-1555449-1238741198 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1555449-1238741198.cnf aimd 1

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED=1269884865

node50.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1818272 kB
Buffers:         29328 kB
Cached:         122244 kB
SwapCached:      10132 kB
Active:          31728 kB
Inactive:       131756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818272 kB
SwapTotal:     4192956 kB
SwapFree:      4177016 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:          17496 kB
Slab:            60136 kB
Committed_AS:  3377548 kB
PageTables:       1456 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= 66504 MiB
End job on node50 at 2009-04-03 08:49:10