Trace number 1555448

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 593.389 297.846

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.69/0.74	c |         0 |   42312   121394 |      --       0       --      -- |     --   | -30835/-49282
0.69/0.74	c ==============================================================================
0.69/0.74	c Result  :   #vars: 9180   #clauses: 42312   #literals: 121394
0.69/0.74	c CPU time:   0.715891 s
0.69/0.74	c ==============================================================================
593.30/297.81	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
593.30/297.81	c ============================[ Problem Statistics ]=============================
593.30/297.81	c |                                                                             |
593.30/297.81	c threadId              : 0
593.30/297.81	c restarts              : 677
593.30/297.81	c conflicts             : 630776         (1065 /sec)
593.30/297.81	c decisions             : 918609         (0.64 % random) (1551 /sec)
593.30/297.81	c propagations          : 124883564      (210870 /sec)
593.30/297.81	c conflict literals     : 52294593       (46.70 % deleted)
593.30/297.81	c Memory used           : 122.97 MB
593.30/297.81	c CPU time              : 592.229 s
593.30/297.81	
593.30/297.81	c --->m=2, e=8, aimd=0, HOME/4053_many.cnf	time: 296.114	conflicts: 630776       
593.30/297.83	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-1555448-1238741186/watcher-1555448-1238741186 -o /tmp/evaluation-result-1555448-1238741186/solver-1555448-1238741186 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1555448-1238741186.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.98 0.99 3/65 4053
/proc/meminfo: memFree=1754704/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780866 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4053/statm: 1339 235 195 169 0 50 0
[pid=4054] ppid=4053 vsize=1232 CPUtime=0
/proc/4054/stat : 4054 (SatElite) R 4053 4053 3982 0 -1 4194304 238 0 0 0 0 0 0 0 18 0 1 0 1146780866 1261568 222 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/4054/statm: 344 225 50 127 0 214 0

[startup+0.0776679 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 4053
/proc/meminfo: memFree=1754704/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780866 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4053/statm: 1339 235 195 169 0 50 0
[pid=4054] ppid=4053 vsize=10852 CPUtime=0.07
/proc/4054/stat : 4054 (SatElite) R 4053 4053 3982 0 -1 4194304 2585 0 0 0 6 1 0 0 18 0 1 0 1146780866 11112448 2425 1992294400 134512640 135034092 4294956096 18446744073709551615 134561710 0 0 4096 3 0 0 0 17 1 0 0
/proc/4054/statm: 2713 2425 67 127 0 2583 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16208

[startup+0.102672 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 4053
/proc/meminfo: memFree=1754704/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780866 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4053/statm: 1339 235 195 169 0 50 0
[pid=4054] ppid=4053 vsize=11560 CPUtime=0.09
/proc/4054/stat : 4054 (SatElite) R 4053 4053 3982 0 -1 4194304 2684 0 0 0 8 1 0 0 18 0 1 0 1146780866 11837440 2524 1992294400 134512640 135034092 4294956096 18446744073709551615 134560929 0 0 4096 3 0 0 0 17 1 0 0
/proc/4054/statm: 2890 2524 68 127 0 2760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16916

[startup+0.302707 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 4053
/proc/meminfo: memFree=1754704/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780866 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4053/statm: 1339 235 195 169 0 50 0
[pid=4054] ppid=4053 vsize=12824 CPUtime=0.29
/proc/4054/stat : 4054 (SatElite) R 4053 4053 3982 0 -1 4194304 3003 0 0 0 28 1 0 0 19 0 1 0 1146780866 13131776 2843 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/4054/statm: 3206 2843 68 127 0 3076 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18180

[startup+0.702779 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 4053
/proc/meminfo: memFree=1754704/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780866 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4053/statm: 1339 235 195 169 0 50 0
[pid=4054] ppid=4053 vsize=13352 CPUtime=0.69
/proc/4054/stat : 4054 (SatElite) R 4053 4053 3982 0 -1 4194304 3203 0 0 0 67 2 0 0 23 0 1 0 1146780866 13672448 2971 1992294400 134512640 135034092 4294956096 18446744073709551615 134566301 0 0 4096 3 0 0 0 17 1 0 0
/proc/4054/statm: 3338 2971 68 127 0 3208 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18708

[startup+1.50193 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 4057
/proc/meminfo: memFree=1743992/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=21484 CPUtime=1.34
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 2277 0 0 0 132 2 0 0 16 0 2 0 1146780946 21999616 2263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528178 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 5371 2263 83 193 0 5175 0
[pid=4056/tid=4057] ppid=4053 vsize=21484 CPUtime=0.63
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 235 0 0 0 63 0 0 0 17 0 2 0 1146780951 21999616 2263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528187 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 26840

[startup+3.10121 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 4057
/proc/meminfo: memFree=1741560/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=24124 CPUtime=4.53
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 2955 0 0 0 450 3 0 0 17 0 2 0 1146780946 24702976 2941 1992294400 134512640 135305190 4294956144 18446744073709551615 134551945 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 6031 2941 83 193 0 5835 0
[pid=4056/tid=4057] ppid=4053 vsize=24124 CPUtime=2.24
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 524 0 0 0 223 1 0 0 17 0 2 0 1146780951 24702976 2941 1992294400 134512640 135305190 4294956144 18446744073709551615 134557489 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 29480

[startup+6.30178 s]
/proc/loadavg: 1.07 1.00 1.00 3/68 4057
/proc/meminfo: memFree=1735672/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=30976 CPUtime=10.91
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 4508 0 0 0 1086 5 0 0 17 0 2 0 1146780946 31719424 4494 1992294400 134512640 135305190 4294956144 18446744073709551615 134551936 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 7744 4494 83 193 0 7548 0
[pid=4056/tid=4057] ppid=4053 vsize=30976 CPUtime=5.43
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 1170 0 0 0 542 1 0 0 17 0 2 0 1146780951 31719424 4494 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 36332

[startup+12.7019 s]
/proc/loadavg: 1.15 1.02 1.01 3/68 4057
/proc/meminfo: memFree=1728896/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=37304 CPUtime=23.68
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 6075 0 0 0 2362 6 0 0 17 0 2 0 1146780946 38199296 6061 1992294400 134512640 135305190 4294956144 18446744073709551615 134551951 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 9326 6061 83 193 0 9130 0
[pid=4056/tid=4057] ppid=4053 vsize=37304 CPUtime=11.83
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 1894 0 0 0 1181 2 0 0 17 0 2 0 1146780951 38199296 6061 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 42660

[startup+25.5022 s]
/proc/loadavg: 1.34 1.06 1.02 3/68 4057
/proc/meminfo: memFree=1716416/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=48432 CPUtime=49.22
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 8991 0 0 0 4912 10 0 0 17 0 2 0 1146780946 49594368 8977 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 12108 8977 83 193 0 11912 0
[pid=4056/tid=4057] ppid=4053 vsize=48432 CPUtime=24.62
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 3381 0 0 0 2459 3 0 0 17 0 2 0 1146780951 49594368 8977 1992294400 134512640 135305190 4294956144 18446744073709551615 134530552 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 53788

[startup+51.1027 s]
/proc/loadavg: 1.56 1.14 1.04 3/68 4057
/proc/meminfo: memFree=1698560/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=66064 CPUtime=100.29
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 13311 0 0 0 10015 14 0 0 19 0 2 0 1146780946 67649536 13297 1992294400 134512640 135305190 4294956144 18446744073709551615 134551687 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 16516 13297 83 193 0 16320 0
[pid=4056/tid=4057] ppid=4053 vsize=66064 CPUtime=50.2
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 5563 0 0 0 5015 5 0 0 18 0 2 0 1146780951 67649536 13297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 71420

[startup+102.307 s]
/proc/loadavg: 1.81 1.27 1.09 3/68 4057
/proc/meminfo: memFree=1687232/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=77880 CPUtime=202.44
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 16169 0 0 0 20226 18 0 0 25 0 2 0 1146780946 79749120 16155 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 19470 16155 83 193 0 19274 0
[pid=4056/tid=4057] ppid=4053 vsize=77880 CPUtime=101.37
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 6953 0 0 0 10129 8 0 0 21 0 2 0 1146780951 79749120 16155 1992294400 134512640 135305190 4294956144 18446744073709551615 134551945 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.22
Current children cumulated vsize (KiB) 83236

[startup+162.302 s]
/proc/loadavg: 1.93 1.40 1.15 3/68 4057
/proc/meminfo: memFree=1667584/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=96972 CPUtime=322.16
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 20982 0 0 0 32193 23 0 0 18 0 2 0 1146780946 99299328 20968 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 24243 20968 83 193 0 24047 0
[pid=4056/tid=4057] ppid=4053 vsize=96972 CPUtime=161.33
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 9465 0 0 0 16123 10 0 0 25 0 2 0 1146780951 99299328 20968 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.94
Current children cumulated vsize (KiB) 102328

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/68 4057
/proc/meminfo: memFree=1649088/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=115712 CPUtime=441.86
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 25635 0 0 0 44156 30 0 0 17 0 2 0 1146780946 118489088 25621 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 28928 25621 83 193 0 28732 0
[pid=4056/tid=4057] ppid=4053 vsize=115712 CPUtime=221.3
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 12108 0 0 0 22116 14 0 0 23 0 2 0 1146780951 118489088 25621 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 442.64
Current children cumulated vsize (KiB) 121068

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.24 3/68 4057
/proc/meminfo: memFree=1639680/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=125272 CPUtime=561.59
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 27990 0 0 0 56126 33 0 0 25 0 2 0 1146780946 128278528 27976 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 31318 27976 83 193 0 31122 0
[pid=4056/tid=4057] ppid=4053 vsize=125272 CPUtime=281.27
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 13297 0 0 0 28112 15 0 0 25 0 2 0 1146780951 128278528 27976 1992294400 134512640 135305190 4294956144 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.37
Current children cumulated vsize (KiB) 130628

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

[startup+287.902 s]
/proc/loadavg: 1.99 1.60 1.25 3/68 4057
/proc/meminfo: memFree=1639616/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=125416 CPUtime=572.76
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 28032 0 0 0 57243 33 0 0 25 0 2 0 1146780946 128425984 28018 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 31354 28018 83 193 0 31158 0
[pid=4056/tid=4057] ppid=4053 vsize=125416 CPUtime=286.87
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 13339 0 0 0 28672 15 0 0 25 0 2 0 1146780951 128425984 28018 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.54
Current children cumulated vsize (KiB) 130772

[startup+294.303 s]
/proc/loadavg: 1.99 1.61 1.25 3/68 4057
/proc/meminfo: memFree=1639168/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=125776 CPUtime=585.54
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 28116 0 0 0 58521 33 0 0 25 0 2 0 1146780946 128794624 28102 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 31444 28102 83 193 0 31248 0
[pid=4056/tid=4057] ppid=4053 vsize=125776 CPUtime=293.27
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 13422 0 0 0 29312 15 0 0 25 0 2 0 1146780951 128794624 28102 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 586.32
Current children cumulated vsize (KiB) 131132

[startup+295.905 s]
/proc/loadavg: 1.99 1.61 1.26 3/68 4057
/proc/meminfo: memFree=1639040/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=125920 CPUtime=588.73
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 28145 0 0 0 58840 33 0 0 25 0 2 0 1146780946 128942080 28131 1992294400 134512640 135305190 4294956144 18446744073709551615 134528433 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 31480 28131 83 193 0 31284 0
[pid=4056/tid=4057] ppid=4053 vsize=125920 CPUtime=294.87
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 13426 0 0 0 29472 15 0 0 25 0 2 0 1146780951 128942080 28131 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 589.51
Current children cumulated vsize (KiB) 131276

[startup+296.701 s]
/proc/loadavg: 1.99 1.61 1.26 3/68 4057
/proc/meminfo: memFree=1639040/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=125920 CPUtime=590.32
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 28148 0 0 0 58999 33 0 0 25 0 2 0 1146780946 128942080 28134 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 31480 28134 83 193 0 31284 0
[pid=4056/tid=4057] ppid=4053 vsize=125920 CPUtime=295.67
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 13427 0 0 0 29552 15 0 0 25 0 2 0 1146780951 128942080 28134 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 591.1
Current children cumulated vsize (KiB) 131276

[startup+297.501 s]
/proc/loadavg: 1.99 1.61 1.26 3/68 4057
/proc/meminfo: memFree=1638976/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=125920 CPUtime=591.92
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 28150 0 0 0 59159 33 0 0 25 0 2 0 1146780946 128942080 28136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 31480 28136 83 193 0 31284 0
[pid=4056/tid=4057] ppid=4053 vsize=125920 CPUtime=296.47
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 13429 0 0 0 29632 15 0 0 25 0 2 0 1146780951 128942080 28136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 592.7
Current children cumulated vsize (KiB) 131276

[startup+297.702 s]
/proc/loadavg: 1.99 1.61 1.26 3/68 4057
/proc/meminfo: memFree=1638976/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=125920 CPUtime=592.32
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 28150 0 0 0 59199 33 0 0 25 0 2 0 1146780946 128942080 28136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 31480 28136 83 193 0 31284 0
[pid=4056/tid=4057] ppid=4053 vsize=125920 CPUtime=296.67
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 13429 0 0 0 29652 15 0 0 25 0 2 0 1146780951 128942080 28136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 593.1
Current children cumulated vsize (KiB) 131276

[startup+297.802 s]
/proc/loadavg: 1.99 1.61 1.26 3/68 4057
/proc/meminfo: memFree=1638976/2055920 swapFree=4177732/4192956
[pid=4053] ppid=4051 vsize=5356 CPUtime=0.78
/proc/4053/stat : 4053 (manysat.sh) S 4051 4053 3982 0 -1 4194304 312 3383 0 0 0 0 76 2 16 0 1 0 1146780866 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 238 195 169 0 50 0
[pid=4056] ppid=4053 vsize=125920 CPUtime=592.52
/proc/4056/stat : 4056 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194304 28150 0 0 0 59219 33 0 0 25 0 2 0 1146780946 128942080 28136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/4056/statm: 31480 28136 83 193 0 31284 0
[pid=4056/tid=4057] ppid=4053 vsize=125920 CPUtime=296.77
/proc/4056/task/4057/stat : 4057 (manysat1.1_stat) R 4053 4053 3982 0 -1 4194368 13429 0 0 0 29662 15 0 0 25 0 2 0 1146780951 128942080 28136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 593.3
Current children cumulated vsize (KiB) 131276

Child status: 20
Real time (s): 297.846
CPU time (s): 593.389
CPU user time (s): 592.998
CPU system time (s): 0.39094
CPU usage (%): 199.227
Max. virtual memory (cumulated for all children) (KiB): 131276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 592.998
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32014
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= 1501
involuntary context switches= 4441

runsolver used 0.26296 second user time and 0.825874 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-03 08:46:26
IDJOB=1555448
IDBENCH=70800
IDSOLVER=513
FILE ID=node56/1555448-1238741186
PBS_JOBID= 9085408
Free space on /tmp= 103184 MiB

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

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED=474609452

node56.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.256
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.256
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:       1755184 kB
Buffers:         41740 kB
Cached:         177820 kB
SwapCached:       9328 kB
Active:          82624 kB
Inactive:       147684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755184 kB
SwapTotal:     4192956 kB
SwapFree:      4177732 kB
Dirty:            2648 kB
Writeback:           0 kB
Mapped:          16380 kB
Slab:            56404 kB
Committed_AS:  2883692 kB
PageTables:       1472 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= 103180 MiB
End job on node56 at 2009-04-03 08:51:24