Trace number 460406

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-wc 2007-05-15UNSAT 796.455 796.901

General information on the benchmark

Nameindustrial-aig/fuhs/
medium/AProVE07-06.aig
MD5SUM9e7c7ba8983e562e07ba789575b424c4
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark183.647
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

6.89/6.96	c file: /tmp/evaluation/460406-1179249492/instance-460406-1179249492.aig
6.89/6.96	c Reading aig format..
6.89/6.96	c MAXVAR  175043
6.89/6.96	c INPUTS  4540
6.89/6.96	c LATCHES 0
6.89/6.96	c OUTPUTS 1
6.89/6.96	c AND     170503
6.89/6.96	c Before initialization time 6.70998
6.89/6.96	c Memory used (in MB): 156.156
142.00/142.17	c Using component size threshold as 9
142.00/142.17	c DBred=0 restart=38 est=19.0241 GV=87978 GL=287732[ 188024,99708] HP=11866 Prune=340986 decisions=168048 random 232[0.138056]  HP Impl=203381 DB Impl=98396447[91181625]  Lits/Cls 25 
142.00/142.17	c Memory used (in MB): 205.602
272.83/273.03	c DBred=1 restart=41 est=19.0271 GV=156679 GL=294197[ 188024,106173] HP=15694 Prune=537484 decisions=258266 random 286[0.110739]  HP Impl=299528 DB Impl=160243517[145085941]  Lits/Cls 28 
272.83/273.03	c Memory used (in MB): 224.551
445.62/445.97	c DBred=2 restart=43 est=19.0313 GV=231481 GL=301262[ 188024,113238] HP=20920 Prune=761711 decisions=353800 random 367[0.103731]  HP Impl=460977 DB Impl=238209983[212671616]  Lits/Cls 27 
445.62/445.97	c Memory used (in MB): 231.988
632.63/633.04	c DBred=3 restart=45 est=19.0325 GV=310064 GL=307288[ 188024,119264] HP=26592 Prune=992161 decisions=453285 random 449[0.0990547]  HP Impl=609282 DB Impl=322566870[286210935]  Lits/Cls 27 
632.63/633.04	c Memory used (in MB): 236.152
796.34/796.86	
796.34/796.86	s UNSATISFIABLE
796.34/796.86	c Total time (in seconds): 795.897
796.34/796.86	c Memory used (in MB): 236.199
796.34/796.86	c Conflict literals deleted: [59.469%] Max learned #lits [31184869] Reduced #lits [12639548]

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/node45/watcher-460406-1179249492 -o ROOT/results/node45/solver-460406-1179249492 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460406-1179249492/aigsat-wc /tmp/evaluation/460406-1179249492/instance-460406-1179249492.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.98 0.99 3/77 23867
/proc/meminfo: memFree=1739464/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=2688 CPUtime=0
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 475 249 0 0 0 0 0 0 18 0 1 0 279794881 2752512 454 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 672 464 124 293 0 373 0

[startup+0.009516 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23867
/proc/meminfo: memFree=1739464/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=4740 CPUtime=0
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 1017 249 0 0 0 0 0 0 18 0 1 0 279794881 4853760 996 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134769311 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 1185 996 125 293 0 886 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4740

[startup+0.102525 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23867
/proc/meminfo: memFree=1739464/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=7488 CPUtime=0.09
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 1699 249 0 0 9 0 0 0 19 0 1 0 279794881 7667712 1677 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 1872 1677 136 293 0 1573 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7488

[startup+0.302546 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23867
/proc/meminfo: memFree=1739464/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=17660 CPUtime=0.29
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 4328 249 0 0 27 2 0 0 20 0 1 0 279794881 18083840 4160 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134590662 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 4415 4161 136 293 0 4116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17660

[startup+0.701586 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23867
/proc/meminfo: memFree=1739464/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=32668 CPUtime=0.69
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 8830 249 0 0 65 4 0 0 25 0 1 0 279794881 33452032 7627 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 8167 7627 136 293 0 7868 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32668

[startup+1.50167 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1699456/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=55248 CPUtime=1.49
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 14978 249 0 0 142 7 0 0 25 0 1 0 279794881 56573952 13531 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134576897 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 13812 13531 137 293 0 13513 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55248

[startup+3.10183 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1685248/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=102564 CPUtime=3.09
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 27399 249 0 0 298 11 0 0 25 0 1 0 279794881 105025536 24870 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242788 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 25641 24870 141 293 0 25342 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102564

[startup+6.30116 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1606016/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=159944 CPUtime=6.29
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 53955 249 0 0 607 22 0 0 25 0 1 0 279794881 163782656 38749 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 39986 38751 143 293 0 39687 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 159944

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1570048/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=181692 CPUtime=12.68
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 63387 249 0 0 1243 25 0 0 25 0 1 0 279794881 186052608 42322 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134725784 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 45423 42322 160 293 0 45124 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 181692

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1567232/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=183640 CPUtime=25.47
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 64144 249 0 0 2520 27 0 0 25 0 1 0 279794881 188047360 43079 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 45910 43079 160 293 0 45611 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 183640

[startup+51.1027 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1560512/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=188764 CPUtime=51.06
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 65819 249 0 0 5077 29 0 0 25 0 1 0 279794881 193294336 44754 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 47191 44754 160 293 0 46892 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 188764

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1542208/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=210532 CPUtime=102.23
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 72379 249 0 0 10187 36 0 0 25 0 1 0 279794881 215584768 49262 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 52633 49262 160 293 0 52334 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 210532

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1539328/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=212780 CPUtime=162.19
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 73096 249 0 0 16183 36 0 0 25 0 1 0 279794881 217886720 49979 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744706 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 53195 49979 160 293 0 52896 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 212780

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1534784/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=217412 CPUtime=222.16
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 74244 249 0 0 22177 39 0 0 25 0 1 0 279794881 222629888 51127 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745348 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 54353 51127 160 293 0 54054 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 217412

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1522048/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=229988 CPUtime=282.12
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 77973 249 0 0 28168 44 0 0 25 0 1 0 279794881 235507712 54294 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 57497 54294 160 293 0 57198 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 229988

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1522048/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=229988 CPUtime=342.09
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 77981 249 0 0 34164 45 0 0 25 0 1 0 279794881 235507712 54302 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745274 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 57497 54302 160 293 0 57198 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 229988

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1522048/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=229988 CPUtime=402.05
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 77992 249 0 0 40160 45 0 0 25 0 1 0 279794881 235507712 54313 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745311 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 57497 54313 160 293 0 57198 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 229988

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1514304/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=237608 CPUtime=462.01
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 80496 249 0 0 46152 49 0 0 25 0 1 0 279794881 243310592 56242 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752362 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 59402 56242 160 293 0 59103 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 237608

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1514112/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=237872 CPUtime=521.99
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 80535 249 0 0 52150 49 0 0 25 0 1 0 279794881 243580928 56281 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134753340 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 59468 56281 160 293 0 59169 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 237872

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1514112/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=237872 CPUtime=581.95
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 80537 249 0 0 58146 49 0 0 25 0 1 0 279794881 243580928 56283 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 59468 56283 160 293 0 59169 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 237872

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509952/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=641.93
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82167 249 0 0 64142 51 0 0 25 0 1 0 279794881 247668736 57324 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745348 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57324 160 293 0 60167 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 241864

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=701.9
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82172 249 0 0 70139 51 0 0 25 0 1 0 279794881 247668736 57329 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743665 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57329 160 293 0 60167 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 241864

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=761.86
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82175 249 0 0 76135 51 0 0 25 0 1 0 279794881 247668736 57332 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57332 160 293 0 60167 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 241864

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

[startup+767.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=767.45
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82175 249 0 0 76694 51 0 0 25 0 1 0 279794881 247668736 57332 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744777 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57332 160 293 0 60167 0
Current children cumulated CPU time (s) 767.45
Current children cumulated vsize (KiB) 241864

[startup+780.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=780.25
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82177 249 0 0 77974 51 0 0 25 0 1 0 279794881 247668736 57334 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134739257 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57334 160 293 0 60167 0
Current children cumulated CPU time (s) 780.25
Current children cumulated vsize (KiB) 241864

[startup+787.103 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=786.65
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82177 249 0 0 78614 51 0 0 25 0 1 0 279794881 247668736 57334 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57334 160 293 0 60167 0
Current children cumulated CPU time (s) 786.65
Current children cumulated vsize (KiB) 241864

[startup+793.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=793.04
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82177 249 0 0 79253 51 0 0 25 0 1 0 279794881 247668736 57334 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744777 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57334 160 293 0 60167 0
Current children cumulated CPU time (s) 793.04
Current children cumulated vsize (KiB) 241864

[startup+795.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=794.64
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82177 249 0 0 79413 51 0 0 25 0 1 0 279794881 247668736 57334 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744740 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57334 160 293 0 60167 0
Current children cumulated CPU time (s) 794.64
Current children cumulated vsize (KiB) 241864

[startup+795.903 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=795.44
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82177 249 0 0 79493 51 0 0 25 0 1 0 279794881 247668736 57334 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745220 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57334 160 293 0 60167 0
Current children cumulated CPU time (s) 795.44
Current children cumulated vsize (KiB) 241864

[startup+796.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=795.85
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82177 249 0 0 79534 51 0 0 25 0 1 0 279794881 247668736 57334 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745220 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57334 160 293 0 60167 0
Current children cumulated CPU time (s) 795.85
Current children cumulated vsize (KiB) 241864

[startup+796.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=796.24
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82177 249 0 0 79573 51 0 0 25 0 1 0 279794881 247668736 57334 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57334 160 293 0 60167 0
Current children cumulated CPU time (s) 796.24
Current children cumulated vsize (KiB) 241864

[startup+796.802 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23869
/proc/meminfo: memFree=1509888/2055920 swapFree=4157980/4192956
[pid=23867] ppid=23865 vsize=241864 CPUtime=796.34
/proc/23867/stat : 23867 (aigsat-wc) R 23865 23867 23357 0 -1 0 82177 249 0 0 79583 51 0 0 25 0 1 0 279794881 247668736 57334 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744070 0 0 4096 35 0 0 0 17 0 0 0
/proc/23867/statm: 60466 57334 160 293 0 60167 0
Current children cumulated CPU time (s) 796.34
Current children cumulated vsize (KiB) 241864

Child status: 20
Real time (s): 796.901
CPU time (s): 796.455
CPU user time (s): 795.899
CPU system time (s): 0.555915
CPU usage (%): 99.944
Max. virtual memory (cumulated for all children) (KiB): 241864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 795.899
system time used= 0.555915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82429
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= 13
involuntary context switches= 17987

runsolver used 0.873867 second user time and 2.02869 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Tue May 15 17:18:12 UTC 2007

IDJOB= 460406
IDBENCH= 48446
IDSOLVER= 202
FILE ID= node45/460406-1179249492

PBS_JOBID= 5277036

Free space on /tmp= 66547 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/fuhs/medium/AProVE07-06.aig
COMMAND LINE= /tmp/evaluation/460406-1179249492/aigsat-wc /tmp/evaluation/460406-1179249492/instance-460406-1179249492.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-460406-1179249492 -o ROOT/results/node45/solver-460406-1179249492 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460406-1179249492/aigsat-wc /tmp/evaluation/460406-1179249492/instance-460406-1179249492.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  9e7c7ba8983e562e07ba789575b424c4

RANDOM SEED= 836997204

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.218
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.218
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:       1739680 kB
Buffers:         33268 kB
Cached:         157284 kB
SwapCached:      14400 kB
Active:          58336 kB
Inactive:       155292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739680 kB
SwapTotal:     4192956 kB
SwapFree:      4157980 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:          30144 kB
Slab:            88116 kB
Committed_AS:  4098700 kB
PageTables:       1764 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= 66547 MiB

End job on node45 on Tue May 15 17:31:30 UTC 2007