Trace number 1563458

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 2/2009-03-20UNSAT 371.457 189.251

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.3399
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
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.78/0.84	c ==============================================================================
0.78/0.84	c |           |     ORIGINAL     |              LEARNT              |          |
0.78/0.84	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.78/0.84	c ==============================================================================
0.78/0.84	c |         0 |  837681  1954455 |  251304       0        0     nan |  0.000 % |
5.27/5.32	c |         0 |  300018   873722 |      --       0       --      -- |     --   | -461080/-885064
5.27/5.32	c ==============================================================================
5.27/5.32	c Result  :   #vars: 71485   #clauses: 300018   #literals: 873722
5.27/5.32	c CPU time:   5.03623 s
5.27/5.32	c ==============================================================================
371.37/189.22	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
371.37/189.22	c ============================[ Problem Statistics ]=============================
371.37/189.22	c |                                                                             |
371.37/189.22	c threadId              : 1
371.37/189.22	c restarts              : 302
371.37/189.22	c conflicts             : 89042          (244 /sec)
371.37/189.22	c decisions             : 124598         (1.92 % random) (341 /sec)
371.37/189.22	c propagations          : 267711441      (732406 /sec)
371.37/189.22	c conflict literals     : 1876363        (62.01 % deleted)
371.37/189.22	c Memory used           : 76.82 MB
371.37/189.22	c CPU time              : 365.523 s
371.37/189.22	
371.37/189.22	c --->m=2, e=8, aimd=2, HOME/6188_many.cnf	time: 182.762	conflicts: 89042        
371.37/189.23	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-1563458-1238786457/watcher-1563458-1238786457 -o /tmp/evaluation-result-1563458-1238786457/solver-1563458-1238786457 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563458-1238786457.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.21 1.10 1.02 3/68 6188
/proc/meminfo: memFree=1961024/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=0
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307414 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 235 195 169 0 50 0
[pid=6189] ppid=6188 vsize=1556 CPUtime=0
/proc/6189/stat : 6189 (SatElite) R 6188 6188 5803 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1151307415 1593344 261 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/6189/statm: 389 263 50 127 0 259 0

[startup+0.046731 s]
/proc/loadavg: 1.21 1.10 1.02 3/68 6188
/proc/meminfo: memFree=1961024/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=0
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307414 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 235 195 169 0 50 0
[pid=6189] ppid=6188 vsize=7280 CPUtime=0.03
/proc/6189/stat : 6189 (SatElite) R 6188 6188 5803 0 -1 4194304 1536 0 0 0 3 0 0 0 19 0 1 0 1151307415 7454720 1520 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/6189/statm: 1820 1521 51 127 0 1690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12636

[startup+0.102736 s]
/proc/loadavg: 1.21 1.10 1.02 3/68 6188
/proc/meminfo: memFree=1961024/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=0
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307414 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 235 195 169 0 50 0
[pid=6189] ppid=6188 vsize=15220 CPUtime=0.09
/proc/6189/stat : 6189 (SatElite) R 6188 6188 5803 0 -1 4194304 3288 0 0 0 8 1 0 0 19 0 1 0 1151307415 15585280 3272 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/6189/statm: 3805 3273 51 127 0 3675 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20576

[startup+0.302756 s]
/proc/loadavg: 1.21 1.10 1.02 3/68 6188
/proc/meminfo: memFree=1961024/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=0
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307414 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 235 195 169 0 50 0
[pid=6189] ppid=6188 vsize=39496 CPUtime=0.29
/proc/6189/stat : 6189 (SatElite) R 6188 6188 5803 0 -1 4194304 9444 0 0 0 23 6 0 0 21 0 1 0 1151307415 40443904 9429 1992294400 134512640 135034092 4294956096 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 1 0 0
/proc/6189/statm: 9874 9432 51 127 0 9744 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44852

[startup+0.701796 s]
/proc/loadavg: 1.21 1.10 1.02 3/68 6188
/proc/meminfo: memFree=1961024/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=0
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307414 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 235 195 169 0 50 0
[pid=6189] ppid=6188 vsize=109432 CPUtime=0.69
/proc/6189/stat : 6189 (SatElite) R 6188 6188 5803 0 -1 4194304 21320 0 0 0 58 11 0 0 24 0 1 0 1151307415 112058368 21304 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/6189/statm: 27358 21305 51 127 0 27228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114788

[startup+1.50187 s]
/proc/loadavg: 1.21 1.10 1.02 2/70 6190
/proc/meminfo: memFree=1849456/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=0
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307414 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 235 195 169 0 50 0
[pid=6189] ppid=6188 vsize=139236 CPUtime=1.48
/proc/6189/stat : 6189 (SatElite) R 6188 6188 5803 0 -1 4194304 30058 0 0 0 132 16 0 0 25 0 1 0 1151307415 142577664 27666 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/6189/statm: 34809 27666 68 127 0 34679 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 144592

[startup+3.10103 s]
/proc/loadavg: 1.20 1.09 1.02 2/70 6190
/proc/meminfo: memFree=1838768/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=0
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307414 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 235 195 169 0 50 0
[pid=6189] ppid=6188 vsize=148152 CPUtime=3.09
/proc/6189/stat : 6189 (SatElite) R 6188 6188 5803 0 -1 4194304 32335 0 0 0 285 24 0 0 25 0 1 0 1151307415 151707648 29943 1992294400 134512640 135034092 4294956096 18446744073709551615 134566339 0 0 4096 3 0 0 0 17 1 0 0
/proc/6189/statm: 37038 29943 68 127 0 36908 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153508

[startup+6.30136 s]
/proc/loadavg: 1.20 1.09 1.02 2/70 6190
/proc/meminfo: memFree=1823792/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 5356

[startup+12.702 s]
/proc/loadavg: 1.25 1.11 1.03 3/71 6192
/proc/meminfo: memFree=1890536/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=62604 CPUtime=13.4
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 11977 0 0 0 1333 7 0 0 21 0 2 0 1151307993 64106496 11940 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 15651 11940 83 193 0 15455 0
[pid=6191/tid=6192] ppid=6188 vsize=62604 CPUtime=6.51
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 559 0 0 0 650 1 0 0 17 0 2 0 1151308031 64106496 11940 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.16
Current children cumulated vsize (KiB) 67960

[startup+25.5023 s]
/proc/loadavg: 1.36 1.13 1.04 3/71 6192
/proc/meminfo: memFree=1889064/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=64240 CPUtime=38.95
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 12383 0 0 0 3887 8 0 0 25 0 2 0 1151307993 65781760 12346 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 16060 12346 83 193 0 15864 0
[pid=6191/tid=6192] ppid=6188 vsize=64240 CPUtime=19.32
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 773 0 0 0 1930 2 0 0 25 0 2 0 1151308031 65781760 12346 1992294400 134512640 135305190 4294956144 18446744073709551615 134570397 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.71
Current children cumulated vsize (KiB) 69596

[startup+51.1028 s]
/proc/loadavg: 1.64 1.22 1.07 3/71 6192
/proc/meminfo: memFree=1886568/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=66664 CPUtime=90.01
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 12995 0 0 0 8992 9 0 0 25 0 2 0 1151307993 68263936 12958 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 16666 12958 83 193 0 16470 0
[pid=6191/tid=6192] ppid=6188 vsize=66664 CPUtime=44.87
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 1065 0 0 0 4485 2 0 0 25 0 2 0 1151308031 68263936 12958 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.77
Current children cumulated vsize (KiB) 72020

[startup+102.307 s]
/proc/loadavg: 1.85 1.35 1.12 3/71 6192
/proc/meminfo: memFree=1882664/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=70976 CPUtime=192.2
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 14022 0 0 0 19210 10 0 0 25 0 2 0 1151307993 72679424 13985 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 17744 13985 83 193 0 17548 0
[pid=6191/tid=6192] ppid=6188 vsize=70976 CPUtime=96.07
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 1630 0 0 0 9604 3 0 0 25 0 2 0 1151308031 72679424 13985 1992294400 134512640 135305190 4294956144 18446744073709551615 134528315 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.96
Current children cumulated vsize (KiB) 76332

[startup+162.303 s]
/proc/loadavg: 1.94 1.46 1.17 3/71 6192
/proc/meminfo: memFree=1877736/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=75568 CPUtime=311.93
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 15195 0 0 0 31181 12 0 0 17 0 2 0 1151307993 77381632 15158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 18892 15158 83 193 0 18696 0
[pid=6191/tid=6192] ppid=6188 vsize=75568 CPUtime=156.04
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 2184 0 0 0 15600 4 0 0 20 0 2 0 1151308031 77381632 15158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 317.69
Current children cumulated vsize (KiB) 80924

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

[startup+166.301 s]
/proc/loadavg: 1.94 1.46 1.17 3/71 6192
/proc/meminfo: memFree=1877736/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=75568 CPUtime=319.91
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 15196 0 0 0 31979 12 0 0 25 0 2 0 1151307993 77381632 15159 1992294400 134512640 135305190 4294956144 18446744073709551615 134528848 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 18892 15159 83 193 0 18696 0
[pid=6191/tid=6192] ppid=6188 vsize=75568 CPUtime=160.03
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 2184 0 0 0 15999 4 0 0 25 0 2 0 1151308031 77381632 15159 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 325.67
Current children cumulated vsize (KiB) 80924

[startup+179.102 s]
/proc/loadavg: 1.96 1.49 1.18 3/71 6192
/proc/meminfo: memFree=1877544/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=75700 CPUtime=345.45
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 15249 0 0 0 34533 12 0 0 25 0 2 0 1151307993 77516800 15212 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 18925 15212 83 193 0 18729 0
[pid=6191/tid=6192] ppid=6188 vsize=75700 CPUtime=172.83
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 2208 0 0 0 17279 4 0 0 25 0 2 0 1151308031 77516800 15212 1992294400 134512640 135305190 4294956144 18446744073709551615 134556692 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 351.21
Current children cumulated vsize (KiB) 81056

[startup+185.501 s]
/proc/loadavg: 1.96 1.50 1.19 3/71 6192
/proc/meminfo: memFree=1876328/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=78048 CPUtime=358.23
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 15582 0 0 0 35810 13 0 0 18 0 2 0 1151307993 79921152 15545 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 19512 15545 83 193 0 19316 0
[pid=6191/tid=6192] ppid=6188 vsize=78048 CPUtime=179.23
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 2376 0 0 0 17919 4 0 0 18 0 2 0 1151308031 79921152 15545 1992294400 134512640 135305190 4294956144 18446744073709551615 134528325 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 363.99
Current children cumulated vsize (KiB) 83404

[startup+187.102 s]
/proc/loadavg: 1.96 1.51 1.19 3/71 6192
/proc/meminfo: memFree=1875880/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=78392 CPUtime=361.42
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 15657 0 0 0 36129 13 0 0 21 0 2 0 1151307993 80273408 15620 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 19598 15620 83 193 0 19402 0
[pid=6191/tid=6192] ppid=6188 vsize=78392 CPUtime=180.83
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 2439 0 0 0 18079 4 0 0 17 0 2 0 1151308031 80273408 15620 1992294400 134512640 135305190 4294956144 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 367.18
Current children cumulated vsize (KiB) 83748

[startup+187.902 s]
/proc/loadavg: 1.96 1.51 1.19 3/71 6192
/proc/meminfo: memFree=1875880/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=78524 CPUtime=363.02
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 15696 0 0 0 36289 13 0 0 17 0 2 0 1151307993 80408576 15659 1992294400 134512640 135305190 4294956144 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 19631 15659 83 193 0 19435 0
[pid=6191/tid=6192] ppid=6188 vsize=78524 CPUtime=181.63
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 2468 0 0 0 18159 4 0 0 18 0 2 0 1151308031 80408576 15659 1992294400 134512640 135305190 4294956144 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 368.78
Current children cumulated vsize (KiB) 83880

[startup+188.702 s]
/proc/loadavg: 1.96 1.51 1.19 3/71 6192
/proc/meminfo: memFree=1875752/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=78656 CPUtime=364.61
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 15711 0 0 0 36448 13 0 0 16 0 2 0 1151307993 80543744 15674 1992294400 134512640 135305190 4294956144 18446744073709551615 134529518 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 19664 15674 83 193 0 19468 0
[pid=6191/tid=6192] ppid=6188 vsize=78656 CPUtime=182.42
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 2474 0 0 0 18238 4 0 0 17 0 2 0 1151308031 80543744 15674 1992294400 134512640 135305190 4294956144 18446744073709551615 134569896 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 370.37
Current children cumulated vsize (KiB) 84012

[startup+189.101 s]
/proc/loadavg: 1.96 1.51 1.19 3/71 6192
/proc/meminfo: memFree=1875624/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=78656 CPUtime=365.41
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 15712 0 0 0 36528 13 0 0 17 0 2 0 1151307993 80543744 15675 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 19664 15675 83 193 0 19468 0
[pid=6191/tid=6192] ppid=6188 vsize=78656 CPUtime=182.83
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 2474 0 0 0 18279 4 0 0 17 0 2 0 1151308031 80543744 15675 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 371.17
Current children cumulated vsize (KiB) 84012

[startup+189.205 s]
/proc/loadavg: 1.96 1.51 1.19 3/71 6192
/proc/meminfo: memFree=1875624/2055920 swapFree=4175300/4192956
[pid=6188] ppid=6186 vsize=5356 CPUtime=5.76
/proc/6188/stat : 6188 (manysat.sh) S 6186 6188 5803 0 -1 4194304 312 37392 0 0 0 0 545 31 19 0 1 0 1151307414 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6188/statm: 1339 238 195 169 0 50 0
[pid=6191] ppid=6188 vsize=78656 CPUtime=365.61
/proc/6191/stat : 6191 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194304 15713 0 0 0 36548 13 0 0 17 0 2 0 1151307993 80543744 15676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6191/statm: 19664 15676 83 193 0 19468 0
[pid=6191/tid=6192] ppid=6188 vsize=78656 CPUtime=182.93
/proc/6191/task/6192/stat : 6192 (manysat1.1_stat) R 6188 6188 5803 0 -1 4194368 2475 0 0 0 18289 4 0 0 18 0 2 0 1151308031 80543744 15676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 371.37
Current children cumulated vsize (KiB) 84012

Child status: 20
Real time (s): 189.251
CPU time (s): 371.457
CPU user time (s): 370.976
CPU system time (s): 0.480926
CPU usage (%): 196.278
Max. virtual memory (cumulated for all children) (KiB): 166116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 370.976
system time used= 0.480926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53586
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= 489
involuntary context switches= 2837

runsolver used 0.169974 second user time and 0.532918 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-03 21:20:58
IDJOB=1563458
IDBENCH=70954
IDSOLVER=515
FILE ID=node60/1563458-1238786457
PBS_JOBID= 9085586
Free space on /tmp= 66544 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563458-1238786457/watcher-1563458-1238786457 -o /tmp/evaluation-result-1563458-1238786457/solver-1563458-1238786457 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563458-1238786457.cnf aimd 2

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=1219228250

node60.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.202
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.202
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:       1962208 kB
Buffers:          1032 kB
Cached:          33136 kB
SwapCached:       9284 kB
Active:          38340 kB
Inactive:         7144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1962208 kB
SwapTotal:     4192956 kB
SwapFree:      4175300 kB
Dirty:           16820 kB
Writeback:           0 kB
Mapped:          18136 kB
Slab:            33844 kB
Committed_AS:  3655140 kB
PageTables:       1712 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= 66544 MiB
End job on node60 at 2009-04-03 21:24:08