Trace number 460391

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 825.586 825.868

General information on the benchmark

Nameindustrial-aig/fuhs/
medium/AProVE07-04.aig
MD5SUMa631b7256cc55990c2460b3cbcf073a8
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark255.089
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

6.18/6.25	c file: /tmp/evaluation/460391-1179247008/instance-460391-1179247008.aig
6.18/6.25	c Reading aig format..
6.18/6.25	c MAXVAR  170178
6.18/6.25	c INPUTS  3784
6.18/6.25	c LATCHES 0
6.18/6.25	c OUTPUTS 1
6.18/6.25	c AND     166394
6.18/6.25	c Before initialization time (seconds) 6.05108
6.18/6.25	c Memory used (in MB): 155.195
148.14/148.21	c Pre-processing followed by bcp (no decisions) assigned 0 vars 
148.14/148.21	c DBreduced=0 GV=70819[0]  GL=242377[ 164942,77435] HP=6703 Prune=283870 decisions=116461 restart=17 est=10.0543 HP Impl=[705202, 333985] DB Impl=79934708[0]  varReasonNeeded[6455789]  
148.14/148.21	c Memory used (in MB): 204.43
167.04/167.18	c DBreduced=1 GV=78598[0]  GL=245184[ 164942,80242] HP=6839 Prune=307518 decisions=125858 restart=17 est=10.0543 HP Impl=[759316, 355943] DB Impl=89246988[0]  varReasonNeeded[7079330]  
167.04/167.18	c Memory used (in MB): 209.059
286.09/286.28	c DBreduced=2 GV=129784[0]  GL=263992[ 164942,99050] HP=9219 Prune=480734 decisions=190725 restart=18 est=10.2524 HP Impl=[1264716, 582501] DB Impl=136157819[0]  varReasonNeeded[11990334]  
286.09/286.28	c Memory used (in MB): 246.074
345.58/345.78	c DBreduced=3 GV=151482[0]  GL=262586[ 164942,97644] HP=10061 Prune=555135 decisions=218996 restart=19 est=14.0602 HP Impl=[1480557, 676991] DB Impl=162331606[0]  varReasonNeeded[14036547]  
345.58/345.78	c Memory used (in MB): 246.219
472.63/472.82	c DBreduced=4 GV=205836[0]  GL=276258[ 164942,111316] HP=11727 Prune=723358 decisions=284011 restart=19 est=14.0602 HP Impl=[1901880, 853244] DB Impl=210989137[0]  varReasonNeeded[18636342]  
472.63/472.82	c Memory used (in MB): 246.219
544.01/544.28	c DBreduced=5 GV=232345[0]  GL=280201[ 164942,115259] HP=12475 Prune=808254 decisions=316015 restart=20 est=14.1036 HP Impl=[2137895, 951396] DB Impl=234660868[0]  varReasonNeeded[21054137]  
544.01/544.28	c Memory used (in MB): 246.312
714.65/715.00	c DBreduced=6 GV=290100[0]  GL=293762[ 164942,128820] HP=14385 Prune=997435 decisions=386111 restart=20 est=14.1036 HP Impl=[2704989, 1202515] DB Impl=287087630[0]  varReasonNeeded[26785716]  
714.65/715.00	c Memory used (in MB): 247.961
825.51/825.82	
825.51/825.82	s UNSATISFIABLE
825.51/825.82	c Total time (in seconds): 825.001
825.51/825.82	c Memory used (in MB): 250.254
825.51/825.82	c Conflict literals deleted: [51.3593%] Max learned #lits [30617690] Reduced #lits [14892647]

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/node3/watcher-460391-1179247008 -o ROOT/results/node3/solver-460391-1179247008 -C 1200 -W 1800 -M 1800 --output-limit 1,15 /tmp/evaluation/460391-1179247008/aigsat-sp /tmp/evaluation/460391-1179247008/instance-460391-1179247008.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 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.30 0.70 0.66 3/77 17401
/proc/meminfo: memFree=1541280/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=4520 CPUtime=0
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 915 0 0 0 0 0 0 0 18 0 1 0 400738567 4628480 903 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188852 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 1130 909 121 277 0 848 0

[startup+0.016998 s]
/proc/loadavg: 0.30 0.70 0.66 3/77 17401
/proc/meminfo: memFree=1541280/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=4520 CPUtime=0.01
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 981 0 0 0 1 0 0 0 18 0 1 0 400738567 4628480 969 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 1130 969 121 277 0 848 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4520

[startup+0.102996 s]
/proc/loadavg: 0.30 0.70 0.66 3/77 17401
/proc/meminfo: memFree=1541280/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=7320 CPUtime=0.09
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 1660 0 0 0 9 0 0 0 18 0 1 0 400738567 7495680 1647 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 1830 1648 131 277 0 1548 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7320

[startup+0.302028 s]
/proc/loadavg: 0.30 0.70 0.66 3/77 17401
/proc/meminfo: memFree=1541280/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=17020 CPUtime=0.29
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 4161 0 0 0 28 1 0 0 20 0 1 0 400738567 17428480 4002 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970294 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 4255 4003 131 277 0 3973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17020

[startup+0.701092 s]
/proc/loadavg: 0.30 0.70 0.66 3/77 17401
/proc/meminfo: memFree=1541280/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=31504 CPUtime=0.69
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 8520 0 0 0 67 2 0 0 23 0 1 0 400738567 32260096 7347 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134597568 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 7876 7348 131 277 0 7594 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31504

[startup+1.50122 s]
/proc/loadavg: 0.36 0.71 0.66 2/78 17402
/proc/meminfo: memFree=1503384/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=50012 CPUtime=1.48
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 13664 0 0 0 144 4 0 0 25 0 1 0 400738567 51212288 12243 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134586442 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 12503 12243 132 277 0 12221 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 50012

[startup+3.10148 s]
/proc/loadavg: 0.36 0.71 0.66 2/78 17402
/proc/meminfo: memFree=1488600/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=92892 CPUtime=3.09
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 26620 0 0 0 300 9 0 0 25 0 1 0 400738567 95121408 22063 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134692569 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 23223 22063 136 277 0 22941 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92892

[startup+6.302 s]
/proc/loadavg: 0.41 0.71 0.66 2/78 17402
/proc/meminfo: memFree=1391448/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=170836 CPUtime=6.29
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 58028 0 0 0 608 21 0 0 25 0 1 0 400738567 174936064 40345 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575371 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 42709 40345 154 277 0 42427 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 170836

[startup+12.701 s]
/proc/loadavg: 0.45 0.72 0.66 2/78 17402
/proc/meminfo: memFree=1376152/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=174528 CPUtime=12.69
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 59032 0 0 0 1247 22 0 0 25 0 1 0 400738567 178716672 41349 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 43632 41349 159 277 0 43350 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 174528

[startup+25.5011 s]
/proc/loadavg: 0.57 0.73 0.67 2/78 17402
/proc/meminfo: memFree=1371608/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=178364 CPUtime=25.48
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 60130 0 0 0 2525 23 0 0 25 0 1 0 400738567 182644736 42447 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188724 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 44591 42447 159 277 0 44309 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 178364

[startup+51.1023 s]
/proc/loadavg: 0.72 0.75 0.68 2/78 17402
/proc/meminfo: memFree=1363928/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=185268 CPUtime=51.07
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 62036 0 0 0 5080 27 0 0 25 0 1 0 400738567 189714432 44353 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134671653 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 46317 44353 159 277 0 46035 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 185268

[startup+102.306 s]
/proc/loadavg: 0.88 0.79 0.69 2/78 17402
/proc/meminfo: memFree=1349144/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=198840 CPUtime=102.26
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 65694 0 0 0 10193 33 0 0 25 0 1 0 400738567 203612160 48011 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575143 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 49710 48011 159 277 0 49428 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 198840

[startup+162.301 s]
/proc/loadavg: 0.95 0.82 0.71 2/78 17402
/proc/meminfo: memFree=1334552/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=212676 CPUtime=162.23
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 69375 0 0 0 16185 38 0 0 25 0 1 0 400738567 217780224 51692 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672534 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 53169 51692 159 277 0 52887 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 212676

[startup+222.302 s]
/proc/loadavg: 0.98 0.85 0.73 2/78 17402
/proc/meminfo: memFree=1332824/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=214148 CPUtime=222.21
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 70231 0 0 0 22182 39 0 0 25 0 1 0 400738567 219287552 52074 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 53537 52074 159 277 0 53255 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 214148

[startup+282.302 s]
/proc/loadavg: 0.99 0.88 0.74 2/78 17402
/proc/meminfo: memFree=1323544/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=251976 CPUtime=282.2
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 78436 0 0 0 28174 46 0 0 25 0 1 0 400738567 258023424 58227 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574292 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 62994 58227 159 277 0 62712 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 251976

[startup+342.301 s]
/proc/loadavg: 0.99 0.90 0.75 2/78 17402
/proc/meminfo: memFree=1307992/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=252124 CPUtime=342.18
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 78970 0 0 0 34171 47 0 0 25 0 1 0 400738567 258174976 58282 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574227 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 63031 58282 159 277 0 62749 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 252124

[startup+402.301 s]
/proc/loadavg: 0.99 0.91 0.76 2/78 17402
/proc/meminfo: memFree=1307928/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=252124 CPUtime=402.15
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 78970 0 0 0 40168 47 0 0 25 0 1 0 400738567 258174976 58282 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 63031 58282 159 277 0 62749 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 252124

[startup+462.302 s]
/proc/loadavg: 0.99 0.92 0.77 2/78 17402
/proc/meminfo: memFree=1307608/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=252124 CPUtime=462.14
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 79047 0 0 0 46166 48 0 0 25 0 1 0 400738567 258174976 58359 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134572943 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 63031 58359 159 277 0 62749 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 252124

[startup+522.302 s]
/proc/loadavg: 0.99 0.94 0.79 2/78 17402
/proc/meminfo: memFree=1307416/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=252220 CPUtime=522.11
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 79624 0 0 0 52162 49 0 0 25 0 1 0 400738567 258273280 58420 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134578839 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 63055 58420 159 277 0 62773 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 252220

[startup+582.301 s]
/proc/loadavg: 0.99 0.94 0.80 2/78 17402
/proc/meminfo: memFree=1307224/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=252252 CPUtime=582.1
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 80203 0 0 0 58160 50 0 0 25 0 1 0 400738567 258306048 58459 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134731501 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 63063 58459 159 277 0 62781 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 252252

[startup+642.301 s]
/proc/loadavg: 0.99 0.95 0.81 2/78 17402
/proc/meminfo: memFree=1307160/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=252252 CPUtime=642.07
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 80206 0 0 0 64157 50 0 0 25 0 1 0 400738567 258306048 58462 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574292 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 63063 58462 159 277 0 62781 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 252252

[startup+702.302 s]
/proc/loadavg: 0.99 0.96 0.82 2/78 17402
/proc/meminfo: memFree=1306840/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=252252 CPUtime=702.05
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 80284 0 0 0 70154 51 0 0 25 0 1 0 400738567 258306048 58540 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 63063 58540 159 277 0 62781 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 252252

[startup+762.307 s]
/proc/loadavg: 0.99 0.96 0.83 2/78 17402
/proc/meminfo: memFree=1304920/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=254100 CPUtime=762.04
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 81311 0 0 0 76152 52 0 0 25 0 1 0 400738567 260198400 59019 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 63525 59019 159 277 0 63243 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 254100

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 17402
/proc/meminfo: memFree=1302936/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=255932 CPUtime=822.01
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 81819 0 0 0 82147 54 0 0 25 0 1 0 400738567 262074368 59527 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134579005 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 63983 59527 159 277 0 63701 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 255932

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

[startup+823.906 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 17402
/proc/meminfo: memFree=1302680/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=256108 CPUtime=823.61
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 81867 0 0 0 82307 54 0 0 25 0 1 0 400738567 262254592 59575 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 64027 59575 159 277 0 63745 0
Current children cumulated CPU time (s) 823.61
Current children cumulated vsize (KiB) 256108

[startup+824.702 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 17402
/proc/meminfo: memFree=1302680/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=256172 CPUtime=824.41
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 81883 0 0 0 82387 54 0 0 25 0 1 0 400738567 262320128 59591 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 64043 59591 159 277 0 63761 0
Current children cumulated CPU time (s) 824.41
Current children cumulated vsize (KiB) 256172

[startup+825.502 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 17402
/proc/meminfo: memFree=1302552/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=256224 CPUtime=825.21
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 81900 0 0 0 82467 54 0 0 25 0 1 0 400738567 262373376 59608 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134737214 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 64056 59608 159 277 0 63774 0
Current children cumulated CPU time (s) 825.21
Current children cumulated vsize (KiB) 256224

[startup+825.702 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 17402
/proc/meminfo: memFree=1302552/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=256244 CPUtime=825.41
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 81905 0 0 0 82487 54 0 0 25 0 1 0 400738567 262393856 59613 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574010 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 64061 59613 159 277 0 63779 0
Current children cumulated CPU time (s) 825.41
Current children cumulated vsize (KiB) 256244

[startup+825.802 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 17402
/proc/meminfo: memFree=1302552/2055920 swapFree=4138692/4192956
[pid=17401] ppid=17399 vsize=256248 CPUtime=825.51
/proc/17401/stat : 17401 (aigsat-sp) R 17399 17401 17342 0 -1 0 81907 0 0 0 82497 54 0 0 25 0 1 0 400738567 262397952 59615 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134737204 0 0 4096 35 0 0 0 17 1 0 0
/proc/17401/statm: 64062 59615 159 277 0 63780 0
Current children cumulated CPU time (s) 825.51
Current children cumulated vsize (KiB) 256248

Child status: 20
Real time (s): 825.868
CPU time (s): 825.586
CPU user time (s): 825.001
CPU system time (s): 0.584911
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 256248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 825.001
system time used= 0.584911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81908
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= 8
involuntary context switches= 5186

runsolver used 0.826874 second user time and 2.17867 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue May 15 16:36:48 UTC 2007

IDJOB= 460391
IDBENCH= 48442
IDSOLVER= 203
FILE ID= node3/460391-1179247008

PBS_JOBID= 5276818

Free space on /tmp= 66542 MiB

SOLVER NAME= aigsat-sp 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/fuhs/medium/AProVE07-04.aig
COMMAND LINE= /tmp/evaluation/460391-1179247008/aigsat-sp /tmp/evaluation/460391-1179247008/instance-460391-1179247008.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-460391-1179247008 -o ROOT/results/node3/solver-460391-1179247008 -C 1200 -W 1800 -M 1800 --output-limit 1,15  /tmp/evaluation/460391-1179247008/aigsat-sp /tmp/evaluation/460391-1179247008/instance-460391-1179247008.aig            

META MD5SUM SOLVER= f61578204551f85c79544b972aeb08d2
MD5SUM BENCH=  a631b7256cc55990c2460b3cbcf073a8

RANDOM SEED= 215076113

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1541560 kB
Buffers:         53736 kB
Cached:         365892 kB
SwapCached:      18360 kB
Active:          45072 kB
Inactive:       398676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1541560 kB
SwapTotal:     4192956 kB
SwapFree:      4138692 kB
Dirty:            2388 kB
Writeback:           0 kB
Mapped:          29848 kB
Slab:            56172 kB
Committed_AS: 11589440 kB
PageTables:       1780 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= 66542 MiB

End job on node3 on Tue May 15 16:50:34 UTC 2007