Trace number 1580855

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
HydraSAT 2009-03-22-BaseUNSAT 682.098 682.396

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark184.894
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

682.00/682.37	
682.00/682.37	c decisions : 1400089
682.00/682.37	c conflicts : 304590
682.00/682.37	c Memory limit 1620 MiB
682.00/682.37	c RANDOM SEED: 1066811242
682.00/682.37	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-1580855-1238923106/watcher-1580855-1238923106 -o /tmp/evaluation-result-1580855-1238923106/solver-1580855-1238923106 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1580855-1238923106.cnf -rs 1066811242 -co memory_limit 1800 

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 24383
/proc/meminfo: memFree=1477952/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=5704 CPUtime=0
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 226 0 0 0 0 0 0 0 18 0 1 0 1164976113 5840896 210 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 1426 210 151 362 0 1061 0

[startup+0.0291071 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24383
/proc/meminfo: memFree=1477952/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=6628 CPUtime=0.02
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 476 0 0 0 2 0 0 0 18 0 1 0 1164976113 6787072 460 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 1657 460 151 362 0 1292 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6628

[startup+0.101114 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24383
/proc/meminfo: memFree=1477952/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=9268 CPUtime=0.09
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 1220 0 0 0 9 0 0 0 18 0 1 0 1164976113 9490432 1204 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 2317 1205 151 362 0 1952 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9268

[startup+0.301134 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24383
/proc/meminfo: memFree=1477952/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=16660 CPUtime=0.29
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 3239 0 0 0 27 2 0 0 19 0 1 0 1164976113 17059840 3223 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 4165 3223 151 362 0 3800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16660

[startup+0.701174 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24383
/proc/meminfo: memFree=1477952/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=30520 CPUtime=0.69
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 7039 0 0 0 65 4 0 0 23 0 1 0 1164976113 31252480 7023 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 7630 7024 151 362 0 7265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30520

[startup+1.50126 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1439224/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=61168 CPUtime=1.49
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 15072 0 0 0 141 8 0 0 25 0 1 0 1164976113 62636032 15056 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 15292 15056 155 362 0 14927 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61168

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1405304/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=87732 CPUtime=3.09
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 22881 0 0 0 299 10 0 0 25 0 1 0 1164976113 89837568 19952 1992294400 134512640 135997824 4294956160 18446744073709551615 134700090 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 21933 19952 159 362 0 21568 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87732

[startup+6.30174 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1386296/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=139372 CPUtime=6.29
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 39013 0 0 0 612 17 0 0 25 0 1 0 1164976113 142716928 32801 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 34843 32801 174 362 0 34478 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139372

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1346232/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=140428 CPUtime=12.68
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 39294 0 0 0 1251 17 0 0 25 0 1 0 1164976113 143798272 33082 1992294400 134512640 135997824 4294956160 18446744073709551615 134590118 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 35107 33082 175 362 0 34742 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 140428

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1345016/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=141748 CPUtime=25.48
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 39624 0 0 0 2530 18 0 0 25 0 1 0 1164976113 145149952 33412 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 35437 33412 175 362 0 35072 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 141748

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1344120/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=142540 CPUtime=51.06
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 39831 0 0 0 5088 18 0 0 25 0 1 0 1164976113 145960960 33619 1992294400 134512640 135997824 4294956160 18446744073709551615 134817034 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 35635 33619 175 362 0 35270 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 142540

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1342776/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=143996 CPUtime=102.24
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 40182 0 0 0 10206 18 0 0 25 0 1 0 1164976113 147451904 33970 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 35999 33970 175 362 0 35634 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 143996

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1341496/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=145324 CPUtime=162.22
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 40500 0 0 0 16203 19 0 0 25 0 1 0 1164976113 148811776 34288 1992294400 134512640 135997824 4294956160 18446744073709551615 134843873 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 36331 34288 175 362 0 35966 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 145324

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1339896/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=146912 CPUtime=222.19
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 40908 0 0 0 22200 19 0 0 25 0 1 0 1164976113 150437888 34696 1992294400 134512640 135997824 4294956160 18446744073709551615 134683469 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 36728 34696 175 362 0 36363 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 146912

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1338296/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=148624 CPUtime=282.16
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 41313 0 0 0 28197 19 0 0 25 0 1 0 1164976113 152190976 35101 1992294400 134512640 135997824 4294956160 18446744073709551615 134590829 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 37156 35101 175 362 0 36791 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 148624

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1335928/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=150888 CPUtime=342.13
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 41899 0 0 0 34193 20 0 0 25 0 1 0 1164976113 154509312 35687 1992294400 134512640 135997824 4294956160 18446744073709551615 134817171 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 37722 35687 175 362 0 37357 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 150888

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1334264/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=152620 CPUtime=402.11
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 42337 0 0 0 40190 21 0 0 25 0 1 0 1164976113 156282880 36125 1992294400 134512640 135997824 4294956160 18446744073709551615 134757269 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 38155 36125 175 362 0 37790 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 152620

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1332472/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=154356 CPUtime=462.08
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 42777 0 0 0 46187 21 0 0 25 0 1 0 1164976113 158060544 36565 1992294400 134512640 135997824 4294956160 18446744073709551615 134845086 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 38589 36565 175 362 0 38224 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 154356

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1330488/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=156468 CPUtime=522.06
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 43250 0 0 0 52184 22 0 0 25 0 1 0 1164976113 160223232 37038 1992294400 134512640 135997824 4294956160 18446744073709551615 134845086 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 39117 37038 175 362 0 38752 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 156468

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1329272/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=157704 CPUtime=582.04
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 43562 0 0 0 58182 22 0 0 25 0 1 0 1164976113 161488896 37350 1992294400 134512640 135997824 4294956160 18446744073709551615 134817295 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 39426 37350 175 362 0 39061 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 157704

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1327928/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=158916 CPUtime=642.01
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 43885 0 0 0 64179 22 0 0 25 0 1 0 1164976113 162729984 37673 1992294400 134512640 135997824 4294956160 18446744073709551615 134817034 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 39729 37673 175 362 0 39364 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 158916

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

[startup+665.507 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1327160/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=159580 CPUtime=665.21
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 44050 0 0 0 66498 23 0 0 25 0 1 0 1164976113 163409920 37838 1992294400 134512640 135997824 4294956160 18446744073709551615 134817098 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 39895 37838 175 362 0 39530 0
Current children cumulated CPU time (s) 665.21
Current children cumulated vsize (KiB) 159580

[startup+671.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1326904/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=159980 CPUtime=671.61
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 44133 0 0 0 67138 23 0 0 25 0 1 0 1164976113 163819520 37921 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 39995 37921 175 362 0 39630 0
Current children cumulated CPU time (s) 671.61
Current children cumulated vsize (KiB) 159980

[startup+678.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1326584/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=160248 CPUtime=678
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 44200 0 0 0 67777 23 0 0 25 0 1 0 1164976113 164093952 37988 1992294400 134512640 135997824 4294956160 18446744073709551615 134817034 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 40062 37988 175 362 0 39697 0
Current children cumulated CPU time (s) 678
Current children cumulated vsize (KiB) 160248

[startup+679.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1326456/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=160248 CPUtime=679.6
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 44225 0 0 0 67937 23 0 0 25 0 1 0 1164976113 164093952 38013 1992294400 134512640 135997824 4294956160 18446744073709551615 134843694 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 40062 38013 175 362 0 39697 0
Current children cumulated CPU time (s) 679.6
Current children cumulated vsize (KiB) 160248

[startup+681.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1326456/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=160380 CPUtime=681.2
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 44241 0 0 0 68097 23 0 0 25 0 1 0 1164976113 164229120 38029 1992294400 134512640 135997824 4294956160 18446744073709551615 134817034 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 40095 38029 175 362 0 39730 0
Current children cumulated CPU time (s) 681.2
Current children cumulated vsize (KiB) 160380

[startup+681.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1326392/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=160380 CPUtime=681.6
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 44251 0 0 0 68137 23 0 0 25 0 1 0 1164976113 164229120 38039 1992294400 134512640 135997824 4294956160 18446744073709551615 134757451 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 40095 38039 175 362 0 39730 0
Current children cumulated CPU time (s) 681.6
Current children cumulated vsize (KiB) 160380

[startup+682.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24384
/proc/meminfo: memFree=1326392/2055920 swapFree=4176444/4192956
[pid=24383] ppid=24381 vsize=160512 CPUtime=682
/proc/24383/stat : 24383 (hydrasat) R 24381 24383 23976 0 -1 4194304 44264 0 0 0 68177 23 0 0 25 0 1 0 1164976113 164364288 38052 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 0 0 0
/proc/24383/statm: 40128 38052 175 362 0 39763 0
Current children cumulated CPU time (s) 682
Current children cumulated vsize (KiB) 160512

Child status: 20
Real time (s): 682.396
CPU time (s): 682.098
CPU user time (s): 681.841
CPU system time (s): 0.25696
CPU usage (%): 99.9564
Max. virtual memory (cumulated for all children) (KiB): 160512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 681.841
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44659
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= 2
involuntary context switches= 2275

runsolver used 0.649901 second user time and 1.83872 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-05 11:18:27
IDJOB=1580855
IDBENCH=71025
IDSOLVER=520
FILE ID=node27/1580855-1238923106
PBS_JOBID= 9101392
Free space on /tmp= 66388 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-10p0.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580855-1238923106/watcher-1580855-1238923106 -o /tmp/evaluation-result-1580855-1238923106/solver-1580855-1238923106 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1580855-1238923106.cnf -rs 1066811242 -co memory_limit 1800

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=1066811242

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1478368 kB
Buffers:         62532 kB
Cached:         428836 kB
SwapCached:       9588 kB
Active:         190568 kB
Inactive:       312032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478368 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:           20000 kB
Writeback:           0 kB
Mapped:          16884 kB
Slab:            60832 kB
Committed_AS:  3331764 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node27 at 2009-04-05 11:29:50