Trace number 1723675

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 61.5706 31.7335

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.3928
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

0.00/0.00	c Parsing...
0.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  161476   460214 |   48442       0        0     nan |  0.000 % |
1.29/1.33	c |         0 |  154193   474553 |      --       0       --      -- |     --   | -7234/14448
1.29/1.33	c ==============================================================================
1.29/1.33	c Result  :   #vars: 11514   #clauses: 154193   #literals: 474553
1.29/1.33	c CPU time:   1.2988 s
1.29/1.33	c ==============================================================================
61.49/31.72	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
61.49/31.72	c ============================[ Problem Statistics ]=============================
61.49/31.72	c |                                                                             |
61.49/31.72	c threadId              : 0
61.49/31.72	c restarts              : 264
61.49/31.72	c conflicts             : 112425         (1875 /sec)
61.49/31.72	c decisions             : 326416         (0.60 % random) (5445 /sec)
61.49/31.72	c propagations          : 37830355       (631022 /sec)
61.49/31.72	c conflict literals     : 4661590        (62.57 % deleted)
61.49/31.72	c Memory used           : 51.42 MB
61.49/31.72	c CPU time              : 59.9509 s
61.49/31.72	
61.49/31.72	c --->m=2, e=8, aimd=1, HOME/17216_many.cnf	time: 29.9754	conflicts: 112425       
61.49/31.72	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-1723675-1240688231/watcher-1723675-1240688231 -o /tmp/evaluation-result-1723675-1240688231/solver-1723675-1240688231 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723675-1240688231.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.92 0.98 0.99 3/64 17216
/proc/meminfo: memFree=1738496/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (manysat.sh) R 17214 17216 16906 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96856184 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/17216/statm: 1339 234 194 169 0 50 0
[pid=17217] ppid=17216 vsize=824 CPUtime=0
/proc/17217/stat : 17217 (SatElite) R 17216 17216 16906 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 96856184 843776 122 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 242 126 51 127 0 112 0

[startup+0.0862991 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17216
/proc/meminfo: memFree=1738496/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96856184 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 235 195 169 0 50 0
[pid=17217] ppid=17216 vsize=7804 CPUtime=0.08
/proc/17217/stat : 17217 (SatElite) R 17216 17216 16906 0 -1 4194304 1750 0 0 0 7 1 0 0 19 0 1 0 96856184 7991296 1734 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 1951 1736 51 127 0 1821 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13160

[startup+0.101302 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17216
/proc/meminfo: memFree=1738496/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96856184 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 235 195 169 0 50 0
[pid=17217] ppid=17216 vsize=9108 CPUtime=0.09
/proc/17217/stat : 17217 (SatElite) R 17216 17216 16906 0 -1 4194304 2022 0 0 0 8 1 0 0 19 0 1 0 96856184 9326592 2006 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 2277 2006 51 127 0 2147 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14464

[startup+0.301335 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17216
/proc/meminfo: memFree=1738496/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96856184 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 235 195 169 0 50 0
[pid=17217] ppid=17216 vsize=16148 CPUtime=0.28
/proc/17217/stat : 17217 (SatElite) R 17216 17216 16906 0 -1 4194304 3921 0 0 0 26 2 0 0 21 0 1 0 96856184 16535552 3605 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 4037 3605 68 127 0 3907 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21504

[startup+0.701403 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17216
/proc/meminfo: memFree=1738496/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96856184 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 235 195 169 0 50 0
[pid=17217] ppid=17216 vsize=16600 CPUtime=0.68
/proc/17217/stat : 17217 (SatElite) R 17216 17216 16906 0 -1 4194304 4024 0 0 0 66 2 0 0 25 0 1 0 96856184 16998400 3708 1992294400 134512640 135034092 4294956096 18446744073709551615 134566581 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 4150 3708 68 127 0 4020 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21956

[startup+1.50154 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 17218
/proc/meminfo: memFree=1721776/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96856184 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 235 195 169 0 50 0
[pid=17217] ppid=17216 vsize=16648 CPUtime=1.49
/proc/17217/stat : 17217 (SatElite) R 17216 17216 16906 0 -1 4194304 4671 0 0 0 145 4 0 0 25 0 1 0 96856184 17047552 3733 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 4162 3733 68 127 0 4032 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22004

[startup+3.10283 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 17220
/proc/meminfo: memFree=1713896/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=1.5
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 312 4674 0 0 0 0 146 4 16 0 1 0 96856184 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 238 195 169 0 50 0
[pid=17219] ppid=17216 vsize=34212 CPUtime=2.94
/proc/17219/stat : 17219 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194304 5616 0 0 0 291 3 0 0 17 0 2 0 96856335 35033088 5602 1992294400 134512640 135305190 4294956144 18446744073709551615 134552017 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17219/statm: 8553 5602 83 193 0 8357 0
[pid=17219/tid=17220] ppid=17216 vsize=34212 CPUtime=1.36
/proc/17219/task/17220/stat : 17220 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194368 366 0 0 0 136 0 0 0 17 0 2 0 96856355 35033088 5602 1992294400 134512640 135305190 4294956144 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 39568

[startup+6.30137 s]
/proc/loadavg: 1.01 1.00 1.00 3/67 17220
/proc/meminfo: memFree=1708584/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=1.5
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 312 4674 0 0 0 0 146 4 16 0 1 0 96856184 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 238 195 169 0 50 0
[pid=17219] ppid=17216 vsize=39632 CPUtime=9.33
/proc/17219/stat : 17219 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194304 6895 0 0 0 928 5 0 0 16 0 2 0 96856335 40583168 6881 1992294400 134512640 135305190 4294956144 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17219/statm: 9908 6881 83 193 0 9712 0
[pid=17219/tid=17220] ppid=17216 vsize=39632 CPUtime=4.55
/proc/17219/task/17220/stat : 17220 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194368 913 0 0 0 454 1 0 0 17 0 2 0 96856355 40583168 6881 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.83
Current children cumulated vsize (KiB) 44988

[startup+12.7015 s]
/proc/loadavg: 1.09 1.02 1.01 3/67 17220
/proc/meminfo: memFree=1702504/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=1.5
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 312 4674 0 0 0 0 146 4 16 0 1 0 96856184 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 238 195 169 0 50 0
[pid=17219] ppid=17216 vsize=45296 CPUtime=22.1
/proc/17219/stat : 17219 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194304 8278 0 0 0 2204 6 0 0 16 0 2 0 96856335 46383104 8264 1992294400 134512640 135305190 4294956144 18446744073709551615 134538552 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17219/statm: 11324 8264 83 193 0 11128 0
[pid=17219/tid=17220] ppid=17216 vsize=45296 CPUtime=10.93
/proc/17219/task/17220/stat : 17220 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194368 1575 0 0 0 1091 2 0 0 17 0 2 0 96856355 46383104 8264 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 50652

[startup+25.5017 s]
/proc/loadavg: 1.29 1.06 1.02 3/67 17220
/proc/meminfo: memFree=1698856/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=1.5
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 312 4674 0 0 0 0 146 4 16 0 1 0 96856184 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 238 195 169 0 50 0
[pid=17219] ppid=17216 vsize=48488 CPUtime=47.63
/proc/17219/stat : 17219 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194304 9058 0 0 0 4756 7 0 0 17 0 2 0 96856335 49651712 9044 1992294400 134512640 135305190 4294956144 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17219/statm: 12122 9044 83 193 0 11926 0
[pid=17219/tid=17220] ppid=17216 vsize=48488 CPUtime=23.67
/proc/17219/task/17220/stat : 17220 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194368 1853 0 0 0 2365 2 0 0 17 0 2 0 96856355 49651712 9044 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.13
Current children cumulated vsize (KiB) 53844

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

[startup+28.7022 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 17222
/proc/meminfo: memFree=1694888/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=1.5
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 312 4674 0 0 0 0 146 4 16 0 1 0 96856184 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 238 195 169 0 50 0
[pid=17219] ppid=17216 vsize=51980 CPUtime=54.01
/proc/17219/stat : 17219 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194304 10033 0 0 0 5393 8 0 0 18 0 2 0 96856335 53227520 10019 1992294400 134512640 135305190 4294956144 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17219/statm: 12995 10019 83 193 0 12799 0
[pid=17219/tid=17220] ppid=17216 vsize=51980 CPUtime=26.85
/proc/17219/task/17220/stat : 17220 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194368 2304 0 0 0 2682 3 0 0 17 0 2 0 96856355 53227520 10019 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.51
Current children cumulated vsize (KiB) 57336

[startup+30.3015 s]
/proc/loadavg: 1.34 1.08 1.02 4/67 17222
/proc/meminfo: memFree=1694184/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=1.5
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 312 4674 0 0 0 0 146 4 16 0 1 0 96856184 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 238 195 169 0 50 0
[pid=17219] ppid=17216 vsize=52648 CPUtime=57.2
/proc/17219/stat : 17219 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194304 10199 0 0 0 5712 8 0 0 17 0 2 0 96856335 53911552 10185 1992294400 134512640 135305190 4294956144 18446744073709551615 134569845 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17219/statm: 13162 10185 83 193 0 12966 0
[pid=17219/tid=17220] ppid=17216 vsize=52648 CPUtime=28.45
/proc/17219/task/17220/stat : 17220 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194368 2373 0 0 0 2842 3 0 0 18 0 2 0 96856355 53911552 10185 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.7
Current children cumulated vsize (KiB) 58004

[startup+31.1016 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 17222
/proc/meminfo: memFree=1694056/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=1.5
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 312 4674 0 0 0 0 146 4 16 0 1 0 96856184 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 238 195 169 0 50 0
[pid=17219] ppid=17216 vsize=52648 CPUtime=58.79
/proc/17219/stat : 17219 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194304 10199 0 0 0 5871 8 0 0 17 0 2 0 96856335 53911552 10185 1992294400 134512640 135305190 4294956144 18446744073709551615 134551854 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17219/statm: 13162 10185 83 193 0 12966 0
[pid=17219/tid=17220] ppid=17216 vsize=52648 CPUtime=29.24
/proc/17219/task/17220/stat : 17220 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194368 2373 0 0 0 2921 3 0 0 17 0 2 0 96856355 53911552 10185 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.29
Current children cumulated vsize (KiB) 58004

[startup+31.5017 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 17222
/proc/meminfo: memFree=1694056/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=1.5
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 312 4674 0 0 0 0 146 4 16 0 1 0 96856184 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 238 195 169 0 50 0
[pid=17219] ppid=17216 vsize=52648 CPUtime=59.59
/proc/17219/stat : 17219 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194304 10199 0 0 0 5951 8 0 0 18 0 2 0 96856335 53911552 10185 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17219/statm: 13162 10185 83 193 0 12966 0
[pid=17219/tid=17220] ppid=17216 vsize=52648 CPUtime=29.64
/proc/17219/task/17220/stat : 17220 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194368 2373 0 0 0 2961 3 0 0 17 0 2 0 96856355 53911552 10185 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.09
Current children cumulated vsize (KiB) 58004

[startup+31.7017 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 17222
/proc/meminfo: memFree=1694056/2055920 swapFree=4181396/4192956
[pid=17216] ppid=17214 vsize=5356 CPUtime=1.5
/proc/17216/stat : 17216 (manysat.sh) S 17214 17216 16906 0 -1 4194304 312 4674 0 0 0 0 146 4 16 0 1 0 96856184 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17216/statm: 1339 238 195 169 0 50 0
[pid=17219] ppid=17216 vsize=52648 CPUtime=59.99
/proc/17219/stat : 17219 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194304 10199 0 0 0 5991 8 0 0 18 0 2 0 96856335 53911552 10185 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17219/statm: 13162 10185 83 193 0 12966 0
[pid=17219/tid=17220] ppid=17216 vsize=52648 CPUtime=29.84
/proc/17219/task/17220/stat : 17220 (manysat1.1_stat) R 17216 17216 16906 0 -1 4194368 2373 0 0 0 2981 3 0 0 18 0 2 0 96856355 53911552 10185 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.49
Current children cumulated vsize (KiB) 58004

Child status: 20
Real time (s): 31.7335
CPU time (s): 61.5706
CPU user time (s): 61.4207
CPU system time (s): 0.149977
CPU usage (%): 194.024
Max. virtual memory (cumulated for all children) (KiB): 58004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.4207
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15354
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= 668
involuntary context switches= 472

runsolver used 0.038994 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 21:37:12
IDJOB=1723675
IDBENCH=71731
IDSOLVER=514
FILE ID=node25/1723675-1240688231
PBS_JOBID= 9186701
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=767516425

node25.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.259
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.259
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:       1738976 kB
Buffers:         32036 kB
Cached:         234544 kB
SwapCached:       5080 kB
Active:         171880 kB
Inactive:       102288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738976 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            4292 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            28860 kB
Committed_AS:   353312 kB
PageTables:       1460 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= 66376 MiB
End job on node25 at 2009-04-25 21:37:43