Trace number 1720167

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 120.612 63.3072

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.6881
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
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.58/0.68	c ==============================================================================
0.58/0.68	c |           |     ORIGINAL     |              LEARNT              |          |
0.58/0.68	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.58/0.68	c ==============================================================================
0.58/0.68	c |         0 |  646227  1507863 |  193868       0        0     nan |  0.000 % |
4.58/4.68	c |         0 |  276775  1085434 |      --       0       --      -- |     --   | -369450/-422424
4.58/4.69	c ==============================================================================
4.58/4.69	c Result  :   #vars: 35740   #clauses: 276775   #literals: 1085434
4.58/4.69	c CPU time:   4.42133 s
4.58/4.69	c ==============================================================================
120.42/63.27	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
120.42/63.27	c ============================[ Problem Statistics ]=============================
120.42/63.27	c |                                                                             |
120.42/63.27	c threadId              : 1
120.42/63.27	c restarts              : 1890
120.42/63.27	c conflicts             : 145170         (1260 /sec)
120.42/63.27	c decisions             : 1450571        (1.66 % random) (12594 /sec)
120.42/63.27	c propagations          : 59674362       (518099 /sec)
120.42/63.27	c conflict literals     : 3627474        (25.89 % deleted)
120.42/63.27	c Memory used           : 81.32 MB
120.42/63.27	c CPU time              : 115.179 s
120.42/63.27	
120.42/63.27	c --->m=2, e=8, aimd=1, HOME/15528_many.cnf	time: 57.5897	conflicts: 145170       
120.42/63.28	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-1720167-1240653265/watcher-1720167-1240653265 -o /tmp/evaluation-result-1720167-1240653265/solver-1720167-1240653265 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720167-1240653265.cnf aimd 1 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15528
/proc/meminfo: memFree=1131776/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=0
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93360087 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 235 195 169 0 50 0
[pid=15529] ppid=15528 vsize=824 CPUtime=0
/proc/15529/stat : 15529 (SatElite) R 15528 15528 15433 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 93360087 843776 112 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/15529/statm: 206 113 50 127 0 76 0

[startup+0.0735621 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15528
/proc/meminfo: memFree=1131776/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=0
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93360087 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 235 195 169 0 50 0
[pid=15529] ppid=15528 vsize=10176 CPUtime=0.06
/proc/15529/stat : 15529 (SatElite) R 15528 15528 15433 0 -1 4194304 2321 0 0 0 5 1 0 0 20 0 1 0 93360087 10420224 2305 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/15529/statm: 2544 2306 50 127 0 2414 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15532

[startup+0.102564 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15528
/proc/meminfo: memFree=1131776/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=0
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93360087 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 235 195 169 0 50 0
[pid=15529] ppid=15528 vsize=15584 CPUtime=0.09
/proc/15529/stat : 15529 (SatElite) R 15528 15528 15433 0 -1 4194304 3250 0 0 0 8 1 0 0 20 0 1 0 93360087 15958016 3234 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/15529/statm: 3896 3235 50 127 0 3766 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20940

[startup+0.302582 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15528
/proc/meminfo: memFree=1131776/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=0
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93360087 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 235 195 169 0 50 0
[pid=15529] ppid=15528 vsize=39836 CPUtime=0.28
/proc/15529/stat : 15529 (SatElite) R 15528 15528 15433 0 -1 4194304 9304 0 0 0 24 4 0 0 21 0 1 0 93360087 40792064 9288 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/15529/statm: 9959 9288 50 127 0 9829 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45192

[startup+0.702618 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15528
/proc/meminfo: memFree=1131776/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=0
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93360087 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 235 195 169 0 50 0
[pid=15529] ppid=15528 vsize=90448 CPUtime=0.68
/proc/15529/stat : 15529 (SatElite) R 15528 15528 15433 0 -1 4194304 22474 0 0 0 56 12 0 0 25 0 1 0 93360087 92618752 21055 1992294400 134512640 135034092 4294956096 18446744073709551615 134562112 0 0 4096 3 0 0 0 17 1 0 0
/proc/15529/statm: 22612 21055 67 127 0 22482 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 95804

[startup+1.50169 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15530
/proc/meminfo: memFree=1041776/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=0
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93360087 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 235 195 169 0 50 0
[pid=15529] ppid=15528 vsize=99276 CPUtime=1.48
/proc/15529/stat : 15529 (SatElite) R 15528 15528 15433 0 -1 4194304 24402 0 0 0 133 15 0 0 25 0 1 0 93360087 101658624 22557 1992294400 134512640 135034092 4294956096 18446744073709551615 134576171 0 0 4096 3 0 0 0 17 1 0 0
/proc/15529/statm: 24819 22557 68 127 0 24689 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104632

[startup+3.10184 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15530
/proc/meminfo: memFree=1029488/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=0
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93360087 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 235 195 169 0 50 0
[pid=15529] ppid=15528 vsize=105944 CPUtime=3.08
/proc/15529/stat : 15529 (SatElite) R 15528 15528 15433 0 -1 4194304 25934 0 0 0 286 22 0 0 25 0 1 0 93360087 108486656 24089 1992294400 134512640 135034092 4294956096 18446744073709551615 134671416 0 0 4096 3 0 0 0 17 1 0 0
/proc/15529/statm: 26486 24089 68 127 0 26356 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 111300

[startup+6.30115 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15531
/proc/meminfo: memFree=1081080/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=5.17
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 312 29849 0 0 0 0 488 29 16 0 1 0 93360087 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 238 195 169 0 50 0
[pid=15531] ppid=15528 vsize=58184 CPUtime=1.79
/proc/15531/stat : 15531 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194304 11322 0 0 0 168 11 0 0 16 0 2 0 93360606 59580416 11243 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 14546 11243 83 193 0 14350 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 63540

[startup+12.7017 s]
/proc/loadavg: 1.07 0.99 0.99 3/67 15532
/proc/meminfo: memFree=1055280/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=5.17
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 312 29849 0 0 0 0 488 29 16 0 1 0 93360087 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 238 195 169 0 50 0
[pid=15531] ppid=15528 vsize=63580 CPUtime=14.53
/proc/15531/stat : 15531 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194304 12848 0 0 0 1439 14 0 0 17 0 2 0 93360606 65105920 12769 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 15895 12769 83 193 0 15699 0
[pid=15531/tid=15532] ppid=15528 vsize=63580 CPUtime=7.05
/proc/15531/task/15532/stat : 15532 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194368 1611 0 0 0 700 5 0 0 17 0 2 0 93360646 65105920 12769 1992294400 134512640 135305190 4294956144 18446744073709551615 134564759 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (KiB) 68936

[startup+25.5029 s]
/proc/loadavg: 1.22 1.02 1.01 3/67 15532
/proc/meminfo: memFree=1047728/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=5.17
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 312 29849 0 0 0 0 488 29 16 0 1 0 93360087 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 238 195 169 0 50 0
[pid=15531] ppid=15528 vsize=71672 CPUtime=40.08
/proc/15531/stat : 15531 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194304 14748 0 0 0 3991 17 0 0 17 0 2 0 93360606 73392128 14669 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 17918 14669 83 193 0 17722 0
[pid=15531/tid=15532] ppid=15528 vsize=71672 CPUtime=19.8
/proc/15531/task/15532/stat : 15532 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194368 2610 0 0 0 1973 7 0 0 17 0 2 0 93360646 73392128 14669 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.25
Current children cumulated vsize (KiB) 77028

[startup+51.1023 s]
/proc/loadavg: 1.48 1.10 1.03 3/67 15532
/proc/meminfo: memFree=1038384/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=5.17
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 312 29849 0 0 0 0 488 29 16 0 1 0 93360087 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 238 195 169 0 50 0
[pid=15531] ppid=15528 vsize=80528 CPUtime=91.1
/proc/15531/stat : 15531 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194304 17019 0 0 0 9089 21 0 0 17 0 2 0 93360606 82460672 16940 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 20132 16940 83 193 0 19936 0
[pid=15531/tid=15532] ppid=15528 vsize=80528 CPUtime=45.25
/proc/15531/task/15532/stat : 15532 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194368 3557 0 0 0 4516 9 0 0 18 0 2 0 93360646 82460672 16940 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.27
Current children cumulated vsize (KiB) 85884

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

[startup+57.5019 s]
/proc/loadavg: 1.56 1.13 1.04 3/67 15532
/proc/meminfo: memFree=1037744/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=5.17
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 312 29849 0 0 0 0 488 29 16 0 1 0 93360087 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 238 195 169 0 50 0
[pid=15531] ppid=15528 vsize=81244 CPUtime=103.87
/proc/15531/stat : 15531 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194304 17196 0 0 0 10366 21 0 0 17 0 2 0 93360606 83193856 17117 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 20311 17117 83 193 0 20115 0
[pid=15531/tid=15532] ppid=15528 vsize=81244 CPUtime=51.62
/proc/15531/task/15532/stat : 15532 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194368 3619 0 0 0 5153 9 0 0 17 0 2 0 93360646 83193856 17117 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 109.04
Current children cumulated vsize (KiB) 86600

[startup+60.7022 s]
/proc/loadavg: 1.56 1.13 1.04 3/67 15532
/proc/meminfo: memFree=1037104/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=5.17
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 312 29849 0 0 0 0 488 29 16 0 1 0 93360087 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 238 195 169 0 50 0
[pid=15531] ppid=15528 vsize=81664 CPUtime=110.26
/proc/15531/stat : 15531 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194304 17362 0 0 0 11005 21 0 0 18 0 2 0 93360606 83623936 17283 1992294400 134512640 135305190 4294956144 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 20416 17283 83 193 0 20220 0
[pid=15531/tid=15532] ppid=15528 vsize=81664 CPUtime=54.81
/proc/15531/task/15532/stat : 15532 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194368 3705 0 0 0 5472 9 0 0 17 0 2 0 93360646 83623936 17283 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 115.43
Current children cumulated vsize (KiB) 87020

[startup+62.3013 s]
/proc/loadavg: 1.60 1.14 1.04 3/67 15532
/proc/meminfo: memFree=1036720/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=5.17
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 312 29849 0 0 0 0 488 29 16 0 1 0 93360087 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 238 195 169 0 50 0
[pid=15531] ppid=15528 vsize=83120 CPUtime=113.45
/proc/15531/stat : 15531 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194304 17494 0 0 0 11323 22 0 0 18 0 2 0 93360606 85114880 17415 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 20780 17415 83 193 0 20584 0
[pid=15531/tid=15532] ppid=15528 vsize=83120 CPUtime=56.4
/proc/15531/task/15532/stat : 15532 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194368 3754 0 0 0 5631 9 0 0 17 0 2 0 93360646 85114880 17415 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.62
Current children cumulated vsize (KiB) 88476

[startup+63.1014 s]
/proc/loadavg: 1.60 1.14 1.04 3/67 15532
/proc/meminfo: memFree=1036528/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5356 CPUtime=5.17
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 312 29849 0 0 0 0 488 29 16 0 1 0 93360087 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15528/statm: 1339 238 195 169 0 50 0
[pid=15531] ppid=15528 vsize=83268 CPUtime=115.05
/proc/15531/stat : 15531 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194304 17500 0 0 0 11483 22 0 0 19 0 2 0 93360606 85266432 17421 1992294400 134512640 135305190 4294956144 18446744073709551615 134558287 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 20817 17421 83 193 0 20621 0
[pid=15531/tid=15532] ppid=15528 vsize=83268 CPUtime=57.2
/proc/15531/task/15532/stat : 15532 (manysat1.1_stat) R 15528 15528 15433 0 -1 4194368 3754 0 0 0 5711 9 0 0 18 0 2 0 93360646 85266432 17421 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 120.22
Current children cumulated vsize (KiB) 88624

[startup+63.3014 s]
/proc/loadavg: 1.60 1.14 1.04 3/67 15532
/proc/meminfo: memFree=1036528/2055920 swapFree=4146964/4192956
[pid=15528] ppid=15526 vsize=5360 CPUtime=120.58
/proc/15528/stat : 15528 (manysat.sh) S 15526 15528 15433 0 -1 4194304 339 47384 0 0 0 0 12006 52 17 0 1 0 93360087 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15528/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 120.58
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 63.3072
CPU time (s): 120.612
CPU user time (s): 120.064
CPU system time (s): 0.547916
CPU usage (%): 190.518
Max. virtual memory (cumulated for all children) (KiB): 113972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.064
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47850
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= 3669
involuntary context switches= 900

runsolver used 0.067989 second user time and 0.168974 second system time

The end

Launcher Data

Begin job on node14 at 2009-04-25 11:54:26
IDJOB=1720167
IDBENCH=69595
IDSOLVER=514
FILE ID=node14/1720167-1240653265
PBS_JOBID= 9186545
Free space on /tmp= 66284 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE08/cnf/manol-pipe-g10nid.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720167-1240653265/watcher-1720167-1240653265 -o /tmp/evaluation-result-1720167-1240653265/solver-1720167-1240653265 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1720167-1240653265.cnf aimd 1

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=901840510

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1132320 kB
Buffers:         67080 kB
Cached:         743584 kB
SwapCached:      40764 kB
Active:         138384 kB
Inactive:       715324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132320 kB
SwapTotal:     4192956 kB
SwapFree:      4146964 kB
Dirty:           12920 kB
Writeback:           0 kB
Mapped:          13436 kB
Slab:            55920 kB
Committed_AS:   291060 kB
PageTables:       1448 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= 66284 MiB
End job on node14 at 2009-04-25 11:55:29