Trace number 1723883

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 711.94 359.001

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark253.941
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.00/0.00	c Parsing...
0.49/0.58	c ==============================================================================
0.49/0.58	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.58	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.58	c ==============================================================================
0.49/0.58	c |         0 |  711049  2091629 |  213314       0        0     nan |  0.000 % |
2.59/2.69	c |         0 |  700461  2138957 |      --       0       --      -- |     --   | -10530/47459
2.59/2.69	c ==============================================================================
2.59/2.69	c Result  :   #vars: 21173   #clauses: 700461   #literals: 2138957
2.59/2.69	c CPU time:   2.59161 s
2.59/2.69	c ==============================================================================
711.76/358.96	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
711.76/358.96	c ============================[ Problem Statistics ]=============================
711.76/358.96	c |                                                                             |
711.76/358.96	c threadId              : 0
711.76/358.96	c restarts              : 3256
711.76/358.96	c conflicts             : 663368         (937 /sec)
711.76/358.96	c decisions             : 4474090        (1.00 % random) (6321 /sec)
711.76/358.96	c propagations          : 467463007      (660392 /sec)
711.76/358.96	c conflict literals     : 43633630       (50.29 % deleted)
711.76/358.96	c Memory used           : 163.18 MB
711.76/358.96	c CPU time              : 707.856 s
711.76/358.96	
711.76/358.96	c --->m=2, e=8, aimd=1, HOME/17965_many.cnf	time: 353.928	conflicts: 663368       
711.76/358.98	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-1723883-1240689760/watcher-1723883-1240689760 -o /tmp/evaluation-result-1723883-1240689760/solver-1723883-1240689760 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723883-1240689760.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: 1.00 1.01 1.00 3/64 17965
/proc/meminfo: memFree=1653720/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=0
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97010109 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 235 195 169 0 50 0
[pid=17966] ppid=17965 vsize=824 CPUtime=0
/proc/17966/stat : 17966 (SatElite) R 17965 17965 17489 0 -1 4194304 114 0 0 0 0 0 0 0 23 0 1 0 97010109 843776 98 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17966/statm: 206 99 51 127 0 76 0

[startup+0.070292 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 17965
/proc/meminfo: memFree=1653720/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=0
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97010109 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 235 195 169 0 50 0
[pid=17966] ppid=17965 vsize=5828 CPUtime=0.06
/proc/17966/stat : 17966 (SatElite) R 17965 17965 17489 0 -1 4194304 1274 0 0 0 5 1 0 0 23 0 1 0 97010109 5967872 1258 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17966/statm: 1457 1259 51 127 0 1327 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11184

[startup+0.101294 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 17965
/proc/meminfo: memFree=1653720/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=0
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97010109 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 235 195 169 0 50 0
[pid=17966] ppid=17965 vsize=8056 CPUtime=0.09
/proc/17966/stat : 17966 (SatElite) R 17965 17965 17489 0 -1 4194304 1785 0 0 0 8 1 0 0 23 0 1 0 97010109 8249344 1769 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17966/statm: 2014 1769 51 127 0 1884 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13412

[startup+0.301311 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 17965
/proc/meminfo: memFree=1653720/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=0
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97010109 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 235 195 169 0 50 0
[pid=17966] ppid=17965 vsize=20880 CPUtime=0.29
/proc/17966/stat : 17966 (SatElite) R 17965 17965 17489 0 -1 4194304 5010 0 0 0 25 4 0 0 24 0 1 0 97010109 21381120 4994 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/17966/statm: 5220 4994 51 127 0 5090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26236

[startup+0.701342 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 17965
/proc/meminfo: memFree=1653720/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=0
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97010109 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 235 195 169 0 50 0
[pid=17966] ppid=17965 vsize=53768 CPUtime=0.69
/proc/17966/stat : 17966 (SatElite) R 17965 17965 17489 0 -1 4194304 13750 0 0 0 61 8 0 0 25 0 1 0 97010109 55058432 12446 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/17966/statm: 13442 12448 68 127 0 13312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59124

[startup+1.50141 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 17967
/proc/meminfo: memFree=1601672/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=0
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97010109 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 235 195 169 0 50 0
[pid=17966] ppid=17965 vsize=67080 CPUtime=1.49
/proc/17966/stat : 17966 (SatElite) R 17965 17965 17489 0 -1 4194304 15520 0 0 0 140 9 0 0 25 0 1 0 97010109 68689920 14216 1992294400 134512640 135034092 4294956096 18446744073709551615 134584306 0 0 4096 3 0 0 0 17 1 0 0
/proc/17966/statm: 16770 14216 68 127 0 16640 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72436

[startup+3.10154 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 17967
/proc/meminfo: memFree=1595208/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=0
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 97010109 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 235 195 169 0 50 0
[pid=17966] ppid=17965 vsize=58096 CPUtime=3.08
/proc/17966/stat : 17966 (SatElite) R 17965 17965 17489 0 -1 4194304 16897 0 0 0 297 11 0 0 25 0 1 0 97010109 59490304 12903 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/17966/statm: 14524 12903 68 127 0 14394 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63452

[startup+6.30281 s]
/proc/loadavg: 1.08 1.03 1.01 3/67 17969
/proc/meminfo: memFree=1556672/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=99348 CPUtime=4.66
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 21149 0 0 0 452 14 0 0 17 0 2 0 97010467 101732352 21134 1992294400 134512640 135305190 4294956144 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 24837 21134 83 193 0 24641 0
[pid=17968/tid=17969] ppid=17965 vsize=99348 CPUtime=1.95
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 928 0 0 0 194 1 0 0 17 0 2 0 97010543 101732352 21134 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 104704

[startup+12.7013 s]
/proc/loadavg: 1.15 1.04 1.01 3/67 17969
/proc/meminfo: memFree=1544896/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=110716 CPUtime=17.42
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 23892 0 0 0 1724 18 0 0 17 0 2 0 97010467 113373184 23877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 27679 23877 83 193 0 27483 0
[pid=17968/tid=17969] ppid=17965 vsize=110716 CPUtime=8.32
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 2258 0 0 0 829 3 0 0 17 0 2 0 97010543 113373184 23877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528206 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (KiB) 116072

[startup+25.5014 s]
/proc/loadavg: 1.34 1.09 1.02 3/67 17969
/proc/meminfo: memFree=1535424/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=119192 CPUtime=42.96
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 26020 0 0 0 4275 21 0 0 17 0 2 0 97010467 122052608 26005 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 29798 26005 83 193 0 29602 0
[pid=17968/tid=17969] ppid=17965 vsize=119192 CPUtime=21.07
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 3221 0 0 0 2103 4 0 0 18 0 2 0 97010543 122052608 26005 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.53
Current children cumulated vsize (KiB) 124548

[startup+51.1015 s]
/proc/loadavg: 1.56 1.16 1.05 3/67 17969
/proc/meminfo: memFree=1515072/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=139596 CPUtime=94.02
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 31059 0 0 0 9374 28 0 0 17 0 2 0 97010467 142946304 31044 1992294400 134512640 135305190 4294956144 18446744073709551615 134547948 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 34899 31044 83 193 0 34703 0
[pid=17968/tid=17969] ppid=17965 vsize=139596 CPUtime=46.55
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 5841 0 0 0 4648 7 0 0 17 0 2 0 97010543 142946304 31044 1992294400 134512640 135305190 4294956144 18446744073709551615 134530563 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.59
Current children cumulated vsize (KiB) 144952

[startup+102.306 s]
/proc/loadavg: 1.81 1.29 1.10 3/67 17969
/proc/meminfo: memFree=1507456/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=146684 CPUtime=196.2
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 32989 0 0 0 19588 32 0 0 17 0 2 0 97010467 150204416 32974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 36671 32974 83 193 0 36475 0
[pid=17968/tid=17969] ppid=17965 vsize=146684 CPUtime=97.55
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 6887 0 0 0 9746 9 0 0 17 0 2 0 97010543 150204416 32974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199.77
Current children cumulated vsize (KiB) 152040

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.15 3/67 17969
/proc/meminfo: memFree=1503232/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=151760 CPUtime=315.9
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 34022 0 0 0 31555 35 0 0 21 0 2 0 97010467 155402240 34007 1992294400 134512640 135305190 4294956144 18446744073709551615 134561716 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 37940 34007 83 193 0 37744 0
[pid=17968/tid=17969] ppid=17965 vsize=151760 CPUtime=157.28
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 7556 0 0 0 15717 11 0 0 25 0 2 0 97010543 155402240 34007 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 319.47
Current children cumulated vsize (KiB) 157116

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.20 3/67 17969
/proc/meminfo: memFree=1497664/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=157176 CPUtime=435.62
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 35415 0 0 0 43522 40 0 0 18 0 2 0 97010467 160948224 35400 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 39294 35400 83 193 0 39098 0
[pid=17968/tid=17969] ppid=17965 vsize=157176 CPUtime=217.03
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 8258 0 0 0 21690 13 0 0 17 0 2 0 97010543 160948224 35400 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 439.19
Current children cumulated vsize (KiB) 162532

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.25 3/67 17969
/proc/meminfo: memFree=1491968/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=163332 CPUtime=555.35
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 36839 0 0 0 55492 43 0 0 18 0 2 0 97010467 167251968 36824 1992294400 134512640 135305190 4294956144 18446744073709551615 134528322 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 40833 36824 83 193 0 40637 0
[pid=17968/tid=17969] ppid=17965 vsize=163332 CPUtime=276.78
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 9146 0 0 0 27663 15 0 0 25 0 2 0 97010543 167251968 36824 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 558.92
Current children cumulated vsize (KiB) 168688

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.29 3/67 17969
/proc/meminfo: memFree=1489728/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=165668 CPUtime=675.06
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 37377 0 0 0 67460 46 0 0 25 0 2 0 97010467 169644032 37362 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 41417 37362 83 193 0 41221 0
[pid=17968/tid=17969] ppid=17965 vsize=165668 CPUtime=336.51
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 9410 0 0 0 33635 16 0 0 17 0 2 0 97010543 169644032 37362 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 678.63
Current children cumulated vsize (KiB) 171024

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

[startup+345.501 s]
/proc/loadavg: 1.99 1.68 1.30 3/67 17969
/proc/meminfo: memFree=1489600/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=165812 CPUtime=681.45
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 37410 0 0 0 68099 46 0 0 19 0 2 0 97010467 169791488 37395 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 41453 37395 83 193 0 41257 0
[pid=17968/tid=17969] ppid=17965 vsize=165812 CPUtime=339.7
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 9410 0 0 0 33954 16 0 0 23 0 2 0 97010543 169791488 37395 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 685.02
Current children cumulated vsize (KiB) 171168

[startup+351.902 s]
/proc/loadavg: 1.99 1.68 1.30 3/67 17969
/proc/meminfo: memFree=1489472/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=165920 CPUtime=694.23
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 37445 0 0 0 69377 46 0 0 25 0 2 0 97010467 169902080 37430 1992294400 134512640 135305190 4294956144 18446744073709551615 134558372 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 41480 37430 83 193 0 41284 0
[pid=17968/tid=17969] ppid=17965 vsize=165920 CPUtime=346.08
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 9410 0 0 0 34592 16 0 0 25 0 2 0 97010543 169902080 37430 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 697.8
Current children cumulated vsize (KiB) 171276

[startup+355.101 s]
/proc/loadavg: 1.99 1.68 1.30 3/67 17969
/proc/meminfo: memFree=1489472/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=165920 CPUtime=700.61
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 37460 0 0 0 70015 46 0 0 19 0 2 0 97010467 169902080 37445 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 41480 37445 83 193 0 41284 0
[pid=17968/tid=17969] ppid=17965 vsize=165920 CPUtime=349.26
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 9416 0 0 0 34910 16 0 0 25 0 2 0 97010543 169902080 37445 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 704.18
Current children cumulated vsize (KiB) 171276

[startup+356.702 s]
/proc/loadavg: 1.99 1.69 1.30 3/67 17969
/proc/meminfo: memFree=1489280/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=165920 CPUtime=703.8
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 37495 0 0 0 70334 46 0 0 18 0 2 0 97010467 169902080 37480 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 41480 37480 83 193 0 41284 0
[pid=17968/tid=17969] ppid=17965 vsize=165920 CPUtime=350.86
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 9435 0 0 0 35070 16 0 0 18 0 2 0 97010543 169902080 37480 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 707.37
Current children cumulated vsize (KiB) 171276

[startup+358.302 s]
/proc/loadavg: 1.99 1.69 1.30 3/67 17969
/proc/meminfo: memFree=1489024/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=167088 CPUtime=706.99
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 37561 0 0 0 70653 46 0 0 21 0 2 0 97010467 171098112 37546 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 41772 37546 83 193 0 41576 0
[pid=17968/tid=17969] ppid=17965 vsize=167088 CPUtime=352.45
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 9449 0 0 0 35229 16 0 0 21 0 2 0 97010543 171098112 37546 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 710.56
Current children cumulated vsize (KiB) 172444

[startup+358.702 s]
/proc/loadavg: 1.99 1.69 1.30 3/67 17969
/proc/meminfo: memFree=1489024/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=167088 CPUtime=707.79
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 37563 0 0 0 70733 46 0 0 22 0 2 0 97010467 171098112 37548 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 41772 37548 83 193 0 41576 0
[pid=17968/tid=17969] ppid=17965 vsize=167088 CPUtime=352.85
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 9449 0 0 0 35269 16 0 0 17 0 2 0 97010543 171098112 37548 1992294400 134512640 135305190 4294956144 18446744073709551615 134529235 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 711.36
Current children cumulated vsize (KiB) 172444

[startup+358.902 s]
/proc/loadavg: 1.99 1.69 1.30 3/67 17969
/proc/meminfo: memFree=1489024/2055920 swapFree=4192812/4192956
[pid=17965] ppid=17963 vsize=5356 CPUtime=3.57
/proc/17965/stat : 17965 (manysat.sh) S 17963 17965 17489 0 -1 4194304 312 16900 0 0 0 0 342 15 16 0 1 0 97010109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17965/statm: 1339 238 195 169 0 50 0
[pid=17968] ppid=17965 vsize=167088 CPUtime=708.19
/proc/17968/stat : 17968 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194304 37563 0 0 0 70773 46 0 0 23 0 2 0 97010467 171098112 37548 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17968/statm: 41772 37548 83 193 0 41576 0
[pid=17968/tid=17969] ppid=17965 vsize=167088 CPUtime=353.05
/proc/17968/task/17969/stat : 17969 (manysat1.1_stat) R 17965 17965 17489 0 -1 4194368 9449 0 0 0 35289 16 0 0 17 0 2 0 97010543 171098112 37548 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 711.76
Current children cumulated vsize (KiB) 172444

Child status: 20
Real time (s): 359.001
CPU time (s): 711.94
CPU user time (s): 711.278
CPU system time (s): 0.661899
CPU usage (%): 198.311
Max. virtual memory (cumulated for all children) (KiB): 172444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 711.278
system time used= 0.661899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54945
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= 2546
involuntary context switches= 5331

runsolver used 0.356945 second user time and 0.955854 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-25 22:02:41
IDJOB=1723883
IDBENCH=71743
IDSOLVER=514
FILE ID=node3/1723883-1240689760
PBS_JOBID= 9186673
Free space on /tmp= 66056 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723883-1240689760/watcher-1723883-1240689760 -o /tmp/evaluation-result-1723883-1240689760/solver-1723883-1240689760 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1723883-1240689760.cnf aimd 1

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1479709585

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1654136 kB
Buffers:         34968 kB
Cached:         293396 kB
SwapCached:        144 kB
Active:         113328 kB
Inactive:       230148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14476 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            44360 kB
Committed_AS:   345892 kB
PageTables:       1380 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= 66056 MiB
End job on node3 at 2009-04-25 22:08:40