Trace number 1717828

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 410.484 206.698

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark316.247
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

0.00/0.00	c Parsing...
0.09/0.19	c ==============================================================================
0.09/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.19	c ==============================================================================
0.09/0.19	c |         0 |  207960   486008 |   62387       0        0     nan |  0.000 % |
1.59/1.60	c |         0 |  121498   417368 |      --       0       --      -- |     --   | -86462/-68640
1.59/1.60	c ==============================================================================
1.59/1.60	c Result  :   #vars: 18081   #clauses: 121498   #literals: 417368
1.59/1.60	c CPU time:   1.54676 s
1.59/1.60	c ==============================================================================
410.29/206.68	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
410.29/206.68	c ============================[ Problem Statistics ]=============================
410.29/206.68	c |                                                                             |
410.29/206.68	c threadId              : 1
410.29/206.68	c restarts              : 1314
410.29/206.68	c conflicts             : 158369         (388 /sec)
410.29/206.68	c decisions             : 438282         (1.48 % random) (1073 /sec)
410.29/206.68	c propagations          : 214486387      (525073 /sec)
410.29/206.68	c conflict literals     : 11334191       (51.67 % deleted)
410.29/206.68	c Memory used           : 66.12 MB
410.29/206.68	c CPU time              : 408.489 s
410.29/206.68	
410.29/206.68	c --->m=2, e=8, aimd=2, HOME/18529_many.cnf	time: 204.244	conflicts: 158369       
410.29/206.68	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-1717828-1240631150/watcher-1717828-1240631150 -o /tmp/evaluation-result-1717828-1240631150/solver-1717828-1240631150 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1717828-1240631150.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 18529
/proc/meminfo: memFree=1219840/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=0
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91143162 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 235 195 169 0 50 0
[pid=18530] ppid=18529 vsize=1172 CPUtime=0
/proc/18530/stat : 18530 (SatElite) R 18529 18529 15882 0 -1 4194304 185 0 0 0 0 0 0 0 19 0 1 0 91143162 1200128 169 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18530/statm: 293 170 51 127 0 163 0

[startup+0.0295069 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18529
/proc/meminfo: memFree=1219840/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=0
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91143162 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 235 195 169 0 50 0
[pid=18530] ppid=18529 vsize=4932 CPUtime=0.02
/proc/18530/stat : 18530 (SatElite) R 18529 18529 15882 0 -1 4194304 1080 0 0 0 2 0 0 0 19 0 1 0 91143162 5050368 1064 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/18530/statm: 1233 1069 51 127 0 1103 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10288

[startup+0.10151 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18529
/proc/meminfo: memFree=1219840/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=0
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91143162 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 235 195 169 0 50 0
[pid=18530] ppid=18529 vsize=16132 CPUtime=0.09
/proc/18530/stat : 18530 (SatElite) R 18529 18529 15882 0 -1 4194304 3515 0 0 0 8 1 0 0 19 0 1 0 91143162 16519168 3499 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18530/statm: 4033 3500 52 127 0 3903 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21488

[startup+0.301531 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18529
/proc/meminfo: memFree=1219840/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=0
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91143162 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 235 195 169 0 50 0
[pid=18530] ppid=18529 vsize=34424 CPUtime=0.29
/proc/18530/stat : 18530 (SatElite) R 18529 18529 15882 0 -1 4194304 7079 0 0 0 26 3 0 0 21 0 1 0 91143162 35250176 6889 1992294400 134512640 135034092 4294956096 18446744073709551615 134548149 0 0 4096 3 0 0 0 17 0 0 0
/proc/18530/statm: 8606 6889 68 127 0 8476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39780

[startup+0.701575 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18529
/proc/meminfo: memFree=1219840/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=0
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91143162 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 235 195 169 0 50 0
[pid=18530] ppid=18529 vsize=37064 CPUtime=0.69
/proc/18530/stat : 18530 (SatElite) R 18529 18529 15882 0 -1 4194304 7723 0 0 0 65 4 0 0 25 0 1 0 91143162 37953536 7533 1992294400 134512640 135034092 4294956096 18446744073709551615 134569795 0 0 4096 3 0 0 0 17 0 0 0
/proc/18530/statm: 9266 7533 68 127 0 9136 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42420

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18531
/proc/meminfo: memFree=1183344/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=0
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91143162 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 235 195 169 0 50 0
[pid=18530] ppid=18529 vsize=40040 CPUtime=1.49
/proc/18530/stat : 18530 (SatElite) R 18529 18529 15882 0 -1 4194304 8708 0 0 0 144 5 0 0 25 0 1 0 91143162 41000960 8178 1992294400 134512640 135034092 4294956096 18446744073709551615 134566187 0 0 4096 3 0 0 0 17 0 0 0
/proc/18530/statm: 10010 8178 68 127 0 9880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45396

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 18533
/proc/meminfo: memFree=1192680/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=33096 CPUtime=2.45
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 5376 0 0 0 239 6 0 0 17 0 2 0 91143340 33890304 5362 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 8274 5362 83 193 0 8078 0
[pid=18532/tid=18533] ppid=18529 vsize=33096 CPUtime=1.14
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 522 0 0 0 112 2 0 0 17 0 2 0 91143357 33890304 5362 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 38452

[startup+6.30221 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 18533
/proc/meminfo: memFree=1189352/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=34968 CPUtime=8.83
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 5927 0 0 0 875 8 0 0 17 0 2 0 91143340 35807232 5913 1992294400 134512640 135305190 4294956144 18446744073709551615 134551936 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 8742 5913 83 193 0 8546 0
[pid=18532/tid=18533] ppid=18529 vsize=34968 CPUtime=4.34
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 804 0 0 0 431 3 0 0 19 0 2 0 91143357 35807232 5913 1992294400 134512640 135305190 4294956144 18446744073709551615 134557493 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 40324

[startup+12.7019 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 18533
/proc/meminfo: memFree=1186536/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=37512 CPUtime=21.6
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 6627 0 0 0 2151 9 0 0 17 0 2 0 91143340 38412288 6613 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 9378 6613 83 193 0 9182 0
[pid=18532/tid=18533] ppid=18529 vsize=37512 CPUtime=10.73
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 1136 0 0 0 1070 3 0 0 18 0 2 0 91143357 38412288 6613 1992294400 134512640 135305190 4294956144 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.37
Current children cumulated vsize (KiB) 42868

[startup+25.5013 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 18533
/proc/meminfo: memFree=1179816/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=44760 CPUtime=47.14
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 8289 0 0 0 4702 12 0 0 18 0 2 0 91143340 45834240 8275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 11190 8275 83 193 0 10994 0
[pid=18532/tid=18533] ppid=18529 vsize=44760 CPUtime=23.53
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 1993 0 0 0 2348 5 0 0 17 0 2 0 91143357 45834240 8275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.91
Current children cumulated vsize (KiB) 50116

[startup+51.1012 s]
/proc/loadavg: 1.56 1.15 1.05 3/67 18533
/proc/meminfo: memFree=1175784/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=48336 CPUtime=98.23
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 9255 0 0 0 9809 14 0 0 25 0 2 0 91143340 49496064 9241 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 12084 9241 83 193 0 11888 0
[pid=18532/tid=18533] ppid=18529 vsize=48336 CPUtime=49.1
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 2477 0 0 0 4905 5 0 0 25 0 2 0 91143357 49496064 9241 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (KiB) 53692

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 18533
/proc/meminfo: memFree=1166696/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=57524 CPUtime=200.4
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 11523 0 0 0 20024 16 0 0 23 0 2 0 91143340 58904576 11509 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 14381 11509 83 193 0 14185 0
[pid=18532/tid=18533] ppid=18529 vsize=57524 CPUtime=100.29
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 3592 0 0 0 10022 7 0 0 17 0 2 0 91143357 58904576 11509 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.17
Current children cumulated vsize (KiB) 62880

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/67 18533
/proc/meminfo: memFree=1162216/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=62780 CPUtime=320.13
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 12622 0 0 0 31995 18 0 0 25 0 2 0 91143340 64286720 12608 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 15695 12608 83 193 0 15499 0
[pid=18532/tid=18533] ppid=18529 vsize=62780 CPUtime=160.26
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4216 0 0 0 16018 8 0 0 25 0 2 0 91143357 64286720 12608 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.9
Current children cumulated vsize (KiB) 68136

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

[startup+179.102 s]
/proc/loadavg: 1.95 1.45 1.17 3/67 18533
/proc/meminfo: memFree=1158184/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=66528 CPUtime=353.65
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 13636 0 0 0 35346 19 0 0 21 0 2 0 91143340 68124672 13622 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 16632 13622 83 193 0 16436 0
[pid=18532/tid=18533] ppid=18529 vsize=66528 CPUtime=177.06
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4697 0 0 0 17697 9 0 0 19 0 2 0 91143357 68124672 13622 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 355.42
Current children cumulated vsize (KiB) 71884

[startup+191.902 s]
/proc/loadavg: 1.95 1.46 1.18 3/67 18533
/proc/meminfo: memFree=1158056/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=67552 CPUtime=379.19
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 13673 0 0 0 37900 19 0 0 22 0 2 0 91143340 69173248 13659 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 16888 13659 83 193 0 16692 0
[pid=18532/tid=18533] ppid=18529 vsize=67552 CPUtime=189.85
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4725 0 0 0 18976 9 0 0 25 0 2 0 91143357 69173248 13659 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 380.96
Current children cumulated vsize (KiB) 72908

[startup+198.301 s]
/proc/loadavg: 1.96 1.48 1.19 3/67 18533
/proc/meminfo: memFree=1157928/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=67704 CPUtime=391.95
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 13702 0 0 0 39176 19 0 0 25 0 2 0 91143340 69328896 13688 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 16926 13688 83 193 0 16730 0
[pid=18532/tid=18533] ppid=18529 vsize=67704 CPUtime=196.24
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4750 0 0 0 19615 9 0 0 25 0 2 0 91143357 69328896 13688 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 393.72
Current children cumulated vsize (KiB) 73060

[startup+201.502 s]
/proc/loadavg: 1.96 1.48 1.19 3/67 18533
/proc/meminfo: memFree=1157864/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=67704 CPUtime=398.34
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 13711 0 0 0 39815 19 0 0 25 0 2 0 91143340 69328896 13697 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 16926 13697 83 193 0 16730 0
[pid=18532/tid=18533] ppid=18529 vsize=67704 CPUtime=199.44
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4752 0 0 0 19935 9 0 0 17 0 2 0 91143357 69328896 13697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.11
Current children cumulated vsize (KiB) 73060

[startup+204.702 s]
/proc/loadavg: 1.96 1.49 1.19 3/67 18533
/proc/meminfo: memFree=1157800/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=67704 CPUtime=404.73
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 13730 0 0 0 40454 19 0 0 17 0 2 0 91143340 69328896 13716 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 16926 13716 83 193 0 16730 0
[pid=18532/tid=18533] ppid=18529 vsize=67704 CPUtime=202.64
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4765 0 0 0 20255 9 0 0 18 0 2 0 91143357 69328896 13716 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 406.5
Current children cumulated vsize (KiB) 73060

[startup+205.501 s]
/proc/loadavg: 1.96 1.49 1.19 3/67 18533
/proc/meminfo: memFree=1157800/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=67704 CPUtime=406.32
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 13739 0 0 0 40613 19 0 0 18 0 2 0 91143340 69328896 13725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 16926 13725 83 193 0 16730 0
[pid=18532/tid=18533] ppid=18529 vsize=67704 CPUtime=203.44
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4768 0 0 0 20335 9 0 0 19 0 2 0 91143357 69328896 13725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 73060

[startup+206.301 s]
/proc/loadavg: 1.96 1.49 1.19 3/67 18533
/proc/meminfo: memFree=1157800/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=67704 CPUtime=407.92
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 13739 0 0 0 40773 19 0 0 17 0 2 0 91143340 69328896 13725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 16926 13725 83 193 0 16730 0
[pid=18532/tid=18533] ppid=18529 vsize=67704 CPUtime=204.24
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4768 0 0 0 20415 9 0 0 20 0 2 0 91143357 69328896 13725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 409.69
Current children cumulated vsize (KiB) 73060

[startup+206.501 s]
/proc/loadavg: 1.96 1.49 1.19 3/67 18533
/proc/meminfo: memFree=1157800/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=67704 CPUtime=408.32
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 13739 0 0 0 40813 19 0 0 18 0 2 0 91143340 69328896 13725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 16926 13725 83 193 0 16730 0
[pid=18532/tid=18533] ppid=18529 vsize=67704 CPUtime=204.44
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4768 0 0 0 20435 9 0 0 21 0 2 0 91143357 69328896 13725 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 410.09
Current children cumulated vsize (KiB) 73060

[startup+206.601 s]
/proc/loadavg: 1.96 1.49 1.19 3/67 18533
/proc/meminfo: memFree=1157800/2055920 swapFree=4144072/4192956
[pid=18529] ppid=18527 vsize=5356 CPUtime=1.77
/proc/18529/stat : 18529 (manysat.sh) S 18527 18529 15882 0 -1 4194304 312 9226 0 0 0 0 171 6 16 0 1 0 91143162 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18529/statm: 1339 238 195 169 0 50 0
[pid=18532] ppid=18529 vsize=67704 CPUtime=408.52
/proc/18532/stat : 18532 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194304 13739 0 0 0 40833 19 0 0 18 0 2 0 91143340 69328896 13725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18532/statm: 16926 13725 83 193 0 16730 0
[pid=18532/tid=18533] ppid=18529 vsize=67704 CPUtime=204.54
/proc/18532/task/18533/stat : 18533 (manysat1.1_stat) R 18529 18529 15882 0 -1 4194368 4768 0 0 0 20445 9 0 0 21 0 2 0 91143357 69328896 13725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 410.29
Current children cumulated vsize (KiB) 73060

Child status: 20
Real time (s): 206.698
CPU time (s): 410.484
CPU user time (s): 410.202
CPU system time (s): 0.281957
CPU usage (%): 198.591
Max. virtual memory (cumulated for all children) (KiB): 73060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.202
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23446
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= 1402
involuntary context switches= 3082

runsolver used 0.208968 second user time and 0.553915 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-25 05:45:50
IDJOB=1717828
IDBENCH=20425
IDSOLVER=515
FILE ID=node42/1717828-1240631150
PBS_JOBID= 9186376
Free space on /tmp= 66324 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717828-1240631150/watcher-1717828-1240631150 -o /tmp/evaluation-result-1717828-1240631150/solver-1717828-1240631150 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1717828-1240631150.cnf aimd 2

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=768906042

node42.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.232
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.232
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:       1220384 kB
Buffers:         77060 kB
Cached:         638592 kB
SwapCached:      43636 kB
Active:         238736 kB
Inactive:       523008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1220384 kB
SwapTotal:     4192956 kB
SwapFree:      4144072 kB
Dirty:            4884 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            59876 kB
Committed_AS:   388116 kB
PageTables:       1408 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= 66324 MiB
End job on node42 at 2009-04-25 05:49:17