Trace number 1723572

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 315.772 159.259

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark50.8813
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.00	c Parsing...
0.19/0.24	c ==============================================================================
0.19/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.24	c ==============================================================================
0.19/0.24	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
1.10/1.18	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
1.10/1.19	c ==============================================================================
1.10/1.19	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
1.10/1.19	c CPU time:   1.13383 s
1.10/1.19	c ==============================================================================
315.66/159.23	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
315.66/159.23	c ============================[ Problem Statistics ]=============================
315.66/159.23	c |                                                                             |
315.66/159.23	c threadId              : 0
315.66/159.23	c restarts              : 2840
315.66/159.23	c conflicts             : 486499         (1550 /sec)
315.66/159.23	c decisions             : 3855592        (0.91 % random) (12283 /sec)
315.66/159.23	c propagations          : 241363100      (768916 /sec)
315.66/159.23	c conflict literals     : 31336752       (47.71 % deleted)
315.66/159.23	c Memory used           : 101.96 MB
315.66/159.23	c CPU time              : 313.9 s
315.66/159.23	
315.66/159.23	c --->m=2, e=8, aimd=2, HOME/15076_many.cnf	time: 156.95	conflicts: 486499       
315.66/159.25	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-1723572-1240687128/watcher-1723572-1240687128 -o /tmp/evaluation-result-1723572-1240687128/solver-1723572-1240687128 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723572-1240687128.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.00 1.00 1.00 3/64 15076
/proc/meminfo: memFree=1581888/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (manysat.sh) R 15074 15076 14757 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96737243 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15076/statm: 1339 234 194 169 0 50 0
[pid=15077] ppid=15076 vsize=824 CPUtime=0
/proc/15077/stat : 15077 (SatElite) R 15076 15076 14757 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 96737243 843776 119 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/15077/statm: 239 120 51 127 0 109 0

[startup+0.03274 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15076
/proc/meminfo: memFree=1581888/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96737243 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15076/statm: 1339 235 195 169 0 50 0
[pid=15077] ppid=15076 vsize=3764 CPUtime=0.02
/proc/15077/stat : 15077 (SatElite) R 15076 15076 14757 0 -1 4194304 804 0 0 0 2 0 0 0 18 0 1 0 96737243 3854336 788 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15077/statm: 941 789 51 127 0 811 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9120

[startup+0.101748 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15076
/proc/meminfo: memFree=1581888/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96737243 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15076/statm: 1339 235 195 169 0 50 0
[pid=15077] ppid=15076 vsize=9504 CPUtime=0.09
/proc/15077/stat : 15077 (SatElite) R 15076 15076 14757 0 -1 4194304 2042 0 0 0 8 1 0 0 19 0 1 0 96737243 9732096 2026 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15077/statm: 2376 2026 51 127 0 2246 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14860

[startup+0.301776 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15076
/proc/meminfo: memFree=1581888/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96737243 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15076/statm: 1339 235 195 169 0 50 0
[pid=15077] ppid=15076 vsize=27492 CPUtime=0.28
/proc/15077/stat : 15077 (SatElite) R 15076 15076 14757 0 -1 4194304 6564 0 0 0 25 3 0 0 21 0 1 0 96737243 28151808 5921 1992294400 134512640 135034092 4294956096 18446744073709551615 134541028 0 0 4096 3 0 0 0 17 0 0 0
/proc/15077/statm: 6873 5921 68 127 0 6743 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32848

[startup+0.701832 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15076
/proc/meminfo: memFree=1581888/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96737243 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15076/statm: 1339 235 195 169 0 50 0
[pid=15077] ppid=15076 vsize=29320 CPUtime=0.68
/proc/15077/stat : 15077 (SatElite) R 15076 15076 14757 0 -1 4194304 6975 0 0 0 64 4 0 0 25 0 1 0 96737243 30023680 6332 1992294400 134512640 135034092 4294956096 18446744073709551615 134566167 0 0 4096 3 0 0 0 17 0 0 0
/proc/15077/statm: 7330 6332 68 127 0 7200 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34676

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15078
/proc/meminfo: memFree=1552816/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96737243 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15076/statm: 1339 235 195 169 0 50 0
[pid=15077] ppid=15076 vsize=29340 CPUtime=1.49
/proc/15077/stat : 15077 (SatElite) R 15076 15076 14757 0 -1 4194304 8202 0 0 0 143 6 0 0 25 0 1 0 96737243 30044160 6370 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/15077/statm: 7335 6370 68 127 0 7205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34696

[startup+3.10118 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 15080
/proc/meminfo: memFree=1539432/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=50284 CPUtime=2.74
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 9587 0 0 0 267 7 0 0 17 0 2 0 96737398 51490816 9573 1992294400 134512640 135305190 4294956144 18446744073709551615 134541668 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 12571 9573 83 193 0 12375 0
[pid=15079/tid=15080] ppid=15076 vsize=50284 CPUtime=1.19
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 628 0 0 0 118 1 0 0 17 0 2 0 96737433 51490816 9573 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 55640

[startup+6.30264 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 15080
/proc/meminfo: memFree=1531176/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=56776 CPUtime=9.12
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 11377 0 0 0 902 10 0 0 17 0 2 0 96737398 58138624 11363 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 14194 11363 83 193 0 13998 0
[pid=15079/tid=15080] ppid=15076 vsize=56776 CPUtime=4.38
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 1554 0 0 0 436 2 0 0 16 0 2 0 96737433 58138624 11363 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 62132

[startup+12.7015 s]
/proc/loadavg: 1.23 1.05 1.02 3/67 15080
/proc/meminfo: memFree=1518952/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=67444 CPUtime=21.89
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 13937 0 0 0 2176 13 0 0 17 0 2 0 96737398 69062656 13923 1992294400 134512640 135305190 4294956144 18446744073709551615 134528215 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 16861 13923 83 193 0 16665 0
[pid=15079/tid=15080] ppid=15076 vsize=67444 CPUtime=10.78
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 2844 0 0 0 1075 3 0 0 17 0 2 0 96737433 69062656 13923 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.42
Current children cumulated vsize (KiB) 72800

[startup+25.5014 s]
/proc/loadavg: 1.35 1.08 1.03 3/67 15080
/proc/meminfo: memFree=1505320/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=80692 CPUtime=47.43
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 17385 0 0 0 4725 18 0 0 17 0 2 0 96737398 82628608 17371 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 20173 17371 83 193 0 19977 0
[pid=15079/tid=15080] ppid=15076 vsize=80692 CPUtime=23.58
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 4545 0 0 0 2352 6 0 0 17 0 2 0 96737433 82628608 17371 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.96
Current children cumulated vsize (KiB) 86048

[startup+51.102 s]
/proc/loadavg: 1.57 1.15 1.05 3/67 15080
/proc/meminfo: memFree=1499816/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=87456 CPUtime=98.49
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 18797 0 0 0 9828 21 0 0 17 0 2 0 96737398 89554944 18783 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 21864 18783 83 193 0 21668 0
[pid=15079/tid=15080] ppid=15076 vsize=87456 CPUtime=49.15
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 5233 0 0 0 4908 7 0 0 17 0 2 0 96737433 89554944 18783 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (KiB) 92812

[startup+102.305 s]
/proc/loadavg: 1.87 1.31 1.11 3/67 15080
/proc/meminfo: memFree=1486824/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=100692 CPUtime=200.64
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 21983 0 0 0 20038 26 0 0 19 0 2 0 96737398 103108608 21969 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 25173 21969 83 193 0 24977 0
[pid=15079/tid=15080] ppid=15076 vsize=100692 CPUtime=100.32
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 6836 0 0 0 10022 10 0 0 17 0 2 0 96737433 103108608 21969 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.17
Current children cumulated vsize (KiB) 106048

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

[startup+127.902 s]
/proc/loadavg: 1.91 1.36 1.13 3/67 15080
/proc/meminfo: memFree=1484072/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=102512 CPUtime=251.7
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 22683 0 0 0 25143 27 0 0 17 0 2 0 96737398 104972288 22669 1992294400 134512640 135305190 4294956144 18446744073709551615 134541953 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 25628 22669 83 193 0 25432 0
[pid=15079/tid=15080] ppid=15076 vsize=102512 CPUtime=125.89
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 7202 0 0 0 12578 11 0 0 21 0 2 0 96737433 104972288 22669 1992294400 134512640 135305190 4294956144 18446744073709551615 134531008 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 253.23
Current children cumulated vsize (KiB) 107868

[startup+140.702 s]
/proc/loadavg: 1.92 1.38 1.14 3/67 15080
/proc/meminfo: memFree=1483432/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=103204 CPUtime=277.24
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 22817 0 0 0 27696 28 0 0 17 0 2 0 96737398 105680896 22803 1992294400 134512640 135305190 4294956144 18446744073709551615 134570400 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 25801 22803 83 193 0 25605 0
[pid=15079/tid=15080] ppid=15076 vsize=103204 CPUtime=138.68
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 7311 0 0 0 13857 11 0 0 17 0 2 0 96737433 105680896 22803 1992294400 134512640 135305190 4294956144 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 278.77
Current children cumulated vsize (KiB) 108560

[startup+147.102 s]
/proc/loadavg: 1.93 1.39 1.14 3/67 15080
/proc/meminfo: memFree=1482664/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=104136 CPUtime=290.01
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 23016 0 0 0 28973 28 0 0 24 0 2 0 96737398 106635264 23002 1992294400 134512640 135305190 4294956144 18446744073709551615 134551659 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 26034 23002 83 193 0 25838 0
[pid=15079/tid=15080] ppid=15076 vsize=104136 CPUtime=145.08
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 7507 0 0 0 14496 12 0 0 25 0 2 0 96737433 106635264 23002 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 291.54
Current children cumulated vsize (KiB) 109492

[startup+153.502 s]
/proc/loadavg: 1.94 1.41 1.15 3/67 15080
/proc/meminfo: memFree=1482408/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=104276 CPUtime=302.77
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 23069 0 0 0 30249 28 0 0 17 0 2 0 96737398 106778624 23055 1992294400 134512640 135305190 4294956144 18446744073709551615 134541918 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 26069 23055 83 193 0 25873 0
[pid=15079/tid=15080] ppid=15076 vsize=104276 CPUtime=151.47
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 7541 0 0 0 15135 12 0 0 17 0 2 0 96737433 106778624 23055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 304.3
Current children cumulated vsize (KiB) 109632

[startup+156.702 s]
/proc/loadavg: 1.94 1.41 1.15 3/67 15080
/proc/meminfo: memFree=1482408/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=104276 CPUtime=309.16
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 23077 0 0 0 30887 29 0 0 17 0 2 0 96737398 106778624 23063 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 26069 23063 83 193 0 25873 0
[pid=15079/tid=15080] ppid=15076 vsize=104276 CPUtime=154.66
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 7542 0 0 0 15454 12 0 0 17 0 2 0 96737433 106778624 23063 1992294400 134512640 135305190 4294956144 18446744073709551615 134530654 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 310.69
Current children cumulated vsize (KiB) 109632

[startup+158.302 s]
/proc/loadavg: 1.94 1.42 1.16 3/67 15080
/proc/meminfo: memFree=1482280/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=104408 CPUtime=312.34
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 23097 0 0 0 31205 29 0 0 17 0 2 0 96737398 106913792 23083 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 26102 23083 83 193 0 25906 0
[pid=15079/tid=15080] ppid=15076 vsize=104408 CPUtime=156.26
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 7549 0 0 0 15614 12 0 0 17 0 2 0 96737433 106913792 23083 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 313.87
Current children cumulated vsize (KiB) 109764

[startup+158.702 s]
/proc/loadavg: 1.94 1.42 1.16 3/67 15080
/proc/meminfo: memFree=1482280/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=104408 CPUtime=313.13
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 23097 0 0 0 31284 29 0 0 17 0 2 0 96737398 106913792 23083 1992294400 134512640 135305190 4294956144 18446744073709551615 134528840 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 26102 23083 83 193 0 25906 0
[pid=15079/tid=15080] ppid=15076 vsize=104408 CPUtime=156.65
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 7549 0 0 0 15653 12 0 0 17 0 2 0 96737433 106913792 23083 1992294400 134512640 135305190 4294956144 18446744073709551615 134528565 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 314.66
Current children cumulated vsize (KiB) 109764

[startup+159.102 s]
/proc/loadavg: 1.94 1.42 1.16 3/67 15080
/proc/meminfo: memFree=1482280/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=104408 CPUtime=313.93
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 23097 0 0 0 31364 29 0 0 17 0 2 0 96737398 106913792 23083 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 26102 23083 83 193 0 25906 0
[pid=15079/tid=15080] ppid=15076 vsize=104408 CPUtime=157.05
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 7549 0 0 0 15693 12 0 0 17 0 2 0 96737433 106913792 23083 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.46
Current children cumulated vsize (KiB) 109764

[startup+159.202 s]
/proc/loadavg: 1.94 1.42 1.16 3/67 15080
/proc/meminfo: memFree=1482280/2055920 swapFree=4180432/4192956
[pid=15076] ppid=15074 vsize=5356 CPUtime=1.53
/proc/15076/stat : 15076 (manysat.sh) S 15074 15076 14757 0 -1 4194304 312 8205 0 0 0 0 146 7 16 0 1 0 96737243 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15076/statm: 1339 238 195 169 0 50 0
[pid=15079] ppid=15076 vsize=104408 CPUtime=314.13
/proc/15079/stat : 15079 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194304 23097 0 0 0 31383 30 0 0 17 0 2 0 96737398 106913792 23083 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 26102 23083 83 193 0 25906 0
[pid=15079/tid=15080] ppid=15076 vsize=104408 CPUtime=157.14
/proc/15079/task/15080/stat : 15080 (manysat1.1_stat) R 15076 15076 14757 0 -1 4194368 7549 0 0 0 15702 12 0 0 17 0 2 0 96737433 106913792 23083 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.66
Current children cumulated vsize (KiB) 109764

Child status: 20
Real time (s): 159.259
CPU time (s): 315.772
CPU user time (s): 315.373
CPU system time (s): 0.398939
CPU usage (%): 198.276
Max. virtual memory (cumulated for all children) (KiB): 109764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.373
system time used= 0.398939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31783
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= 2185
involuntary context switches= 2368

runsolver used 0.141978 second user time and 0.443932 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-25 21:18:49
IDJOB=1723572
IDBENCH=71718
IDSOLVER=515
FILE ID=node49/1723572-1240687128
PBS_JOBID= 9186669
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=556763457

node49.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.241
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.241
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:       1582432 kB
Buffers:         52032 kB
Cached:         350144 kB
SwapCached:       5620 kB
Active:         167000 kB
Inactive:       244888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582432 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            7048 kB
Writeback:           0 kB
Mapped:          13744 kB
Slab:            47516 kB
Committed_AS:   339860 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node49 at 2009-04-25 21:21:28