Trace number 461371

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, and are wall clock time (not CPU 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
aigsat-sp 2007-05-15UNSAT 807.259 807.511

General information on the benchmark

Nameadditional-aig/minisat+/
cache.noobj_unsat.aig
MD5SUM111b8cc460282cda029079023df77c9a
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark283.486
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

36.68/36.76	c file: /tmp/evaluation/461371-1179253142/instance-461371-1179253142.aig
36.68/36.76	c Reading aig format..
36.68/36.76	c MAXVAR  1713045
36.68/36.76	c INPUTS  199228
36.68/36.76	c LATCHES 0
36.68/36.76	c OUTPUTS 1
36.68/36.76	c AND     1513817
36.68/36.76	c Before initialization time (seconds) 35.3206
36.68/36.76	c Memory used (in MB): 1029.7
807.04/807.34	c Pre-processing followed by bcp (no decisions) assigned 318 vars 
807.04/807.34	
807.04/807.34	s UNSATISFIABLE
807.04/807.34	c Total time (in seconds): 805.458
807.04/807.34	c Memory used (in MB): 1095.82
807.04/807.34	c Conflict literals deleted: [33.2598%] Max learned #lits [2052965] Reduced #lits [1370153]

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-461371-1179253142 -o ROOT/results/node22/solver-461371-1179253142 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461371-1179253142/aigsat-sp /tmp/evaluation/461371-1179253142/instance-461371-1179253142.aig 

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 Stack size limit: 1048576 KiB
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: 1048576 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 20698
/proc/meminfo: memFree=1301632/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=14576 CPUtime=0
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 933 0 0 0 0 0 0 0 18 0 1 0 373232014 14925824 921 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188852 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 3644 928 121 277 0 3362 0

[startup+0.067226 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 20698
/proc/meminfo: memFree=1301632/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=34656 CPUtime=0.06
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 8515 0 0 0 3 3 0 0 18 0 1 0 373232014 35487744 8503 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 8664 8503 121 277 0 8382 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34656

[startup+0.10123 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 20698
/proc/meminfo: memFree=1301632/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=34656 CPUtime=0.09
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 8515 0 0 0 6 3 0 0 18 0 1 0 373232014 35487744 8503 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 8664 8503 121 277 0 8382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34656

[startup+0.301261 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 20698
/proc/meminfo: memFree=1301632/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=34656 CPUtime=0.29
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 8515 0 0 0 26 3 0 0 19 0 1 0 373232014 35487744 8503 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 8664 8503 121 277 0 8382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34656

[startup+0.701322 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 20698
/proc/meminfo: memFree=1301632/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=46112 CPUtime=0.69
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 11436 0 0 0 64 5 0 0 22 0 1 0 373232014 47218688 11327 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 11528 11328 131 277 0 11246 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46112

[startup+1.50144 s]
/proc/loadavg: 0.92 0.95 0.90 2/78 20699
/proc/meminfo: memFree=1243576/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=82268 CPUtime=1.49
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 20830 0 0 0 140 9 0 0 25 0 1 0 373232014 84242432 20046 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 20567 20047 131 277 0 20285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82268

[startup+3.10169 s]
/proc/loadavg: 0.92 0.95 0.90 2/78 20699
/proc/meminfo: memFree=1194552/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=151292 CPUtime=3.09
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 38770 0 0 0 293 16 0 0 25 0 1 0 373232014 154923008 37217 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 37823 37217 131 277 0 37541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151292

[startup+6.30117 s]
/proc/loadavg: 0.93 0.95 0.90 2/78 20699
/proc/meminfo: memFree=1053048/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=256368 CPUtime=6.29
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 72863 0 0 0 599 30 0 0 25 0 1 0 373232014 262520832 61407 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134601688 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 64092 61407 131 277 0 63810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 256368

[startup+12.7011 s]
/proc/loadavg: 0.93 0.96 0.91 2/78 20699
/proc/meminfo: memFree=926720/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=408012 CPUtime=12.68
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 112879 0 0 0 1222 46 0 0 25 0 1 0 373232014 417804288 99643 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 102003 99644 131 277 0 101721 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 408012

[startup+25.5011 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 20699
/proc/meminfo: memFree=423808/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=888968 CPUtime=25.48
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 276596 0 0 0 2440 108 0 0 25 0 1 0 373232014 910303232 221452 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 222242 221453 138 277 0 221960 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 888968

[startup+51.102 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 20699
/proc/meminfo: memFree=234112/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1106064 CPUtime=51.07
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 368865 0 0 0 4959 148 0 0 25 0 1 0 373232014 1132609536 266400 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 276516 266400 159 277 0 276234 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1106064

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 20699
/proc/meminfo: memFree=233344/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1106980 CPUtime=102.26
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 369163 0 0 0 10077 149 0 0 25 0 1 0 373232014 1133547520 266633 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134670552 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 276745 266633 159 277 0 276463 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1106980

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 20699
/proc/meminfo: memFree=231488/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1109628 CPUtime=162.24
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 370182 0 0 0 16073 151 0 0 25 0 1 0 373232014 1136259072 267202 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 277407 267202 159 277 0 277125 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1109628

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 20699
/proc/meminfo: memFree=229632/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1110340 CPUtime=222.22
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 370541 0 0 0 22070 152 0 0 25 0 1 0 373232014 1136988160 267561 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672534 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 277585 267561 159 277 0 277303 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1110340

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 20699
/proc/meminfo: memFree=228224/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1111468 CPUtime=282.2
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 370889 0 0 0 28067 153 0 0 25 0 1 0 373232014 1138143232 267909 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 277867 267909 159 277 0 277585 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1111468

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 20699
/proc/meminfo: memFree=226496/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1113004 CPUtime=342.19
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 371472 0 0 0 34064 155 0 0 25 0 1 0 373232014 1139716096 268333 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574227 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 278251 268333 159 277 0 277969 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1113004

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 20699
/proc/meminfo: memFree=225024/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1114260 CPUtime=402.17
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 371845 0 0 0 40061 156 0 0 25 0 1 0 373232014 1141002240 268706 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574171 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 278565 268706 159 277 0 278283 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1114260

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 20699
/proc/meminfo: memFree=223744/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1115332 CPUtime=462.14
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 372155 0 0 0 46057 157 0 0 25 0 1 0 373232014 1142099968 269016 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 278833 269016 159 277 0 278551 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 1115332

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 20699
/proc/meminfo: memFree=222656/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1116256 CPUtime=522.13
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 372434 0 0 0 52055 158 0 0 25 0 1 0 373232014 1143046144 269295 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134670419 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 279064 269295 159 277 0 278782 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1116256

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 20699
/proc/meminfo: memFree=220800/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1117728 CPUtime=582.11
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 372878 0 0 0 58052 159 0 0 25 0 1 0 373232014 1144553472 269739 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575018 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 279432 269739 159 277 0 279150 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1117728

[startup+642.302 s]
/proc/loadavg: 1.05 0.99 0.91 2/78 20699
/proc/meminfo: memFree=219392/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1118968 CPUtime=642.09
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 373227 0 0 0 64049 160 0 0 25 0 1 0 373232014 1145823232 270088 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574227 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 279742 270088 159 277 0 279460 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 1118968

[startup+702.302 s]
/proc/loadavg: 1.11 1.02 0.93 2/78 20699
/proc/meminfo: memFree=218048/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1120128 CPUtime=702.07
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 373561 0 0 0 70046 161 0 0 25 0 1 0 373232014 1147011072 270422 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672531 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 280032 270422 159 277 0 279750 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 1120128

[startup+762.305 s]
/proc/loadavg: 1.04 1.01 0.93 2/78 20699
/proc/meminfo: memFree=216704/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1121356 CPUtime=762.05
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 373901 0 0 0 76043 162 0 0 25 0 1 0 373232014 1148268544 270762 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188674 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 280339 270762 159 277 0 280057 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 1121356

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

[startup+767.902 s]
/proc/loadavg: 1.04 1.01 0.93 2/78 20699
/proc/meminfo: memFree=216576/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1121444 CPUtime=767.66
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 373925 0 0 0 76603 163 0 0 25 0 1 0 373232014 1148358656 270786 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574530 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 280361 270786 159 277 0 280079 0
Current children cumulated CPU time (s) 767.66
Current children cumulated vsize (KiB) 1121444

[startup+793.502 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 20699
/proc/meminfo: memFree=216128/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1121948 CPUtime=793.24
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 374064 0 0 0 79161 163 0 0 25 0 1 0 373232014 1148874752 270925 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575164 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 280487 270925 159 277 0 280205 0
Current children cumulated CPU time (s) 793.24
Current children cumulated vsize (KiB) 1121948

[startup+799.902 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 20699
/proc/meminfo: memFree=216000/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1122032 CPUtime=799.64
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 374087 0 0 0 79801 163 0 0 25 0 1 0 373232014 1148960768 270948 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134737232 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 280508 270948 159 277 0 280226 0
Current children cumulated CPU time (s) 799.64
Current children cumulated vsize (KiB) 1122032

[startup+803.101 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 20699
/proc/meminfo: memFree=215936/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1122084 CPUtime=802.84
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 374104 0 0 0 80121 163 0 0 25 0 1 0 373232014 1149014016 270965 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134553473 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 280521 270965 159 277 0 280239 0
Current children cumulated CPU time (s) 802.84
Current children cumulated vsize (KiB) 1122084

[startup+804.702 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 20699
/proc/meminfo: memFree=215936/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1122092 CPUtime=804.44
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 374106 0 0 0 80281 163 0 0 25 0 1 0 373232014 1149022208 270967 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188724 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 280523 270967 159 277 0 280241 0
Current children cumulated CPU time (s) 804.44
Current children cumulated vsize (KiB) 1122092

[startup+806.306 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 20699
/proc/meminfo: memFree=215936/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1122100 CPUtime=806.04
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 374109 0 0 0 80441 163 0 0 25 0 1 0 373232014 1149030400 270970 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 280525 270970 159 277 0 280243 0
Current children cumulated CPU time (s) 806.04
Current children cumulated vsize (KiB) 1122100

[startup+807.103 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 20699
/proc/meminfo: memFree=215936/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=1122100 CPUtime=806.84
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 0 374110 0 0 0 80521 163 0 0 25 0 1 0 373232014 1149030400 270971 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188726 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 280525 270971 159 277 0 280243 0
Current children cumulated CPU time (s) 806.84
Current children cumulated vsize (KiB) 1122100

[startup+807.502 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 20699
/proc/meminfo: memFree=215936/2055920 swapFree=4163684/4192956
[pid=20698] ppid=20696 vsize=0 CPUtime=807.24
/proc/20698/stat : 20698 (aigsat-sp) R 20696 20698 19850 0 -1 4 374112 0 0 0 80545 179 0 0 25 0 1 0 373232014 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/20698/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 807.24
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 807.511
CPU time (s): 807.259
CPU user time (s): 805.458
CPU system time (s): 1.80173
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 1133520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 805.458
system time used= 1.80173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374112
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= 6
involuntary context switches= 1957

runsolver used 0.904862 second user time and 2.03769 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Tue May 15 18:19:03 UTC 2007

IDJOB= 461371
IDBENCH= 48687
IDSOLVER= 203
FILE ID= node22/461371-1179253142

PBS_JOBID= 5277089

Free space on /tmp= 66520 MiB

SOLVER NAME= aigsat-sp 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/cache.noobj_unsat.aig
COMMAND LINE= /tmp/evaluation/461371-1179253142/aigsat-sp /tmp/evaluation/461371-1179253142/instance-461371-1179253142.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-461371-1179253142 -o ROOT/results/node22/solver-461371-1179253142 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461371-1179253142/aigsat-sp /tmp/evaluation/461371-1179253142/instance-461371-1179253142.aig            

META MD5SUM SOLVER= f61578204551f85c79544b972aeb08d2
MD5SUM BENCH=  111b8cc460282cda029079023df77c9a

RANDOM SEED= 878442567

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.265
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.265
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:       1301976 kB
Buffers:         43424 kB
Cached:         563392 kB
SwapCached:       7428 kB
Active:         261628 kB
Inactive:       368284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301976 kB
SwapTotal:     4192956 kB
SwapFree:      4163684 kB
Dirty:            8064 kB
Writeback:           0 kB
Mapped:          30192 kB
Slab:           109720 kB
Committed_AS:  4631892 kB
PageTables:       1676 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= 66520 MiB

End job on node22 on Tue May 15 18:32:31 UTC 2007