Trace number 460412

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
aig-cmusat 2007-05-15UNSAT 801.606 802.07

General information on the benchmark

Nameindustrial-aig/fuhs/
medium/AProVE07-21.aig
MD5SUM679d0647237437d62794c0cbd1a55b6e
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark584.99
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

0.00/0.03	c Executing aigtocnf /tmp/evaluation/460412-1179255279/instance-460412-1179255279.aig /tmp/evaluation/460412-1179255279/instance-460412-1179255279.aig.cnf
0.00/0.03	c Pre-processing provided 0 assignments
0.00/0.03	c REMAP internally 1
0.00/0.03	c |  Number of variables:  14012                                                |
0.00/0.07	c |  Number of clauses:    39167                                                |
801.53/802.05	c |  Parsing time:         0.04         sec                                       |
801.53/802.05	c #varS 14012 #clauseS 6648
801.53/802.05	c After remapping new number of variables: 1464
801.53/802.05	c DBreduced=0 GV=101[0]  GL=6749[ 6648,101] Prune=273 decisions=172 restart=0 est=4.76451e-05 DB Impl=33365[0]  
801.53/802.05	c DBreduced=0 GV=152[0]  GL=6800[ 6648,152] Prune=409 decisions=257 restart=1 est=0.00476323 DB Impl=39880[0]  
801.53/802.05	c DBreduced=0 GV=226[0]  GL=6874[ 6648,226] Prune=636 decisions=410 restart=2 est=4.70079e-05 DB Impl=52993[0]  
801.53/802.05	c DBreduced=0 GV=339[0]  GL=6986[ 6648,338] Prune=1027 decisions=688 restart=3 est=0.137219 DB Impl=68896[0]  
801.53/802.05	c DBreduced=0 GV=507[0]  GL=7153[ 6648,505] Prune=1479 decisions=972 restart=4 est=0.274018 DB Impl=84815[0]  
801.53/802.05	c DBreduced=0 GV=761[0]  GL=7406[ 6648,758] Prune=2243 decisions=1482 restart=5 est=0.343958 DB Impl=109589[0]  
801.53/802.05	c DBreduced=0 GV=1141[0]  GL=7786[ 6648,1138] Prune=3218 decisions=2077 restart=6 est=0.342137 DB Impl=154537[0]  
801.53/802.05	c DBreduced=0 GV=1709[0]  GL=8353[ 6648,1705] Prune=4705 decisions=2996 restart=7 est=0.412262 DB Impl=205731[0]  
801.53/802.05	c DBreduced=0 GV=2563[0]  GL=9206[ 6648,2558] Prune=6750 decisions=4187 restart=8 est=0.616155 DB Impl=302475[0]  
801.53/802.05	c DBreduced=2 GV=3845[0]  GL=10134[ 6648,3486] Prune=10153 decisions=6308 restart=9 est=0.752814 DB Impl=497362[0]  
801.53/802.05	c DBreduced=3 GV=5767[0]  GL=10529[ 6648,3881] Prune=14777 decisions=9010 restart=10 est=0.820605 DB Impl=685009[0]  
801.53/802.05	c DBreduced=5 GV=8650[0]  GL=10352[ 6648,3704] Prune=21548 decisions=12898 restart=11 est=0.820279 DB Impl=1109708[0]  
801.53/802.05	c DBreduced=7 GV=12976[0]  GL=11139[ 6648,4491] Prune=32058 decisions=19082 restart=12 est=0.819765 DB Impl=2040234[0]  
801.53/802.05	c DBreduced=10 GV=19466[0]  GL=11701[ 6648,5053] Prune=46909 decisions=27443 restart=13 est=0.821913 DB Impl=3087811[0]  
801.53/802.05	c DBreduced=13 GV=29194[0]  GL=12939[ 6648,6291] Prune=68720 decisions=39526 restart=14 est=0.890873 DB Impl=4208421[0]  
801.53/802.05	c DBreduced=16 GV=43790[0]  GL=17501[ 6648,10853] Prune=104046 decisions=60256 restart=15 est=0.888585 DB Impl=6496764[0]  
801.53/802.05	c DBreduced=20 GV=65685[0]  GL=19688[ 6648,13040] Prune=153755 decisions=88070 restart=16 est=0.890268 DB Impl=9016775[0]  
801.53/802.05	c DBreduced=24 GV=98527[0]  GL=24962[ 6648,18314] Prune=227395 decisions=128868 restart=17 est=0.888585 DB Impl=13443078[0]  
801.53/802.05	c DBreduced=28 GV=147790[0]  GL=35589[ 6648,28941] Prune=337495 decisions=189705 restart=18 est=0.888585 DB Impl=19959069[0]  
801.53/802.05	c DBreduced=32 GV=221685[0]  GL=50528[ 6648,43880] Prune=501325 decisions=279640 restart=19 est=0.888585 DB Impl=29865221[0]  
801.53/802.05	c DBreduced=36 GV=332527[0]  GL=77290[ 6648,70642] Prune=745815 decisions=413288 restart=20 est=0.888585 DB Impl=45459879[0]  
801.53/802.05	c DBreduced=40 GV=498789[0]  GL=117628[ 6648,110980] Prune=1113316 decisions=614527 restart=21 est=0.888587 DB Impl=71127746[0]  
801.53/802.05	c DBreduced=44 GV=748183[0]  GL=180943[ 6648,174295] Prune=1653362 decisions=905179 restart=22 est=1.23012 DB Impl=108101504[0]  
801.53/802.05	c #Total time (in seconds): 801.157
801.53/802.05	c #Memory used (in MB): 95.207
801.53/802.05	c 
801.53/802.05	s UNSATISFIABLE

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/node70/watcher-460412-1179255279 -o ROOT/results/node70/solver-460412-1179255279 -C 1200 -W 1800 -M 1800 --output-limit 1,15 /tmp/evaluation/460412-1179255279/aig-cmusat /tmp/evaluation/460412-1179255279/instance-460412-1179255279.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.98 0.59 0.44 3/64 4048
/proc/meminfo: memFree=1754120/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=1000 CPUtime=0
/proc/4048/stat : 4048 (aig-cmusat) S 4046 4048 3941 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 365065227 1024000 94 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 0 0 0
/proc/4048/statm: 250 94 83 233 0 10 0
[pid=4049] ppid=4048 vsize=712 CPUtime=0
/proc/4049/stat : 4049 (aigtocnf) R 4048 4048 3941 0 -1 0 356 0 0 0 0 0 0 0 19 0 1 0 365065227 729088 109 18446744073709551615 134512640 134935624 4294956672 18446744073709551615 134609229 0 0 4096 0 0 0 0 17 0 0 0
/proc/4049/statm: 178 109 35 103 0 73 0

[startup+0.102238 s]
/proc/loadavg: 0.98 0.59 0.44 3/64 4048
/proc/meminfo: memFree=1754120/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=6324 CPUtime=0.08
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 1264 368 0 0 6 0 2 0 18 0 1 0 365065227 6475776 1241 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135033488 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 1581 1241 112 233 0 1341 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6324

[startup+0.202248 s]
/proc/loadavg: 0.98 0.59 0.44 3/64 4048
/proc/meminfo: memFree=1754120/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=5816 CPUtime=0.18
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 1600 368 0 0 16 0 2 0 18 0 1 0 365065227 5955584 1212 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583513 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 1454 1212 117 233 0 1214 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5816

[startup+0.302258 s]
/proc/loadavg: 0.98 0.59 0.44 3/64 4048
/proc/meminfo: memFree=1754120/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=5816 CPUtime=0.28
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 1600 368 0 0 26 0 2 0 19 0 1 0 365065227 5955584 1212 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584081 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 1454 1212 117 233 0 1214 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5816

[startup+0.702297 s]
/proc/loadavg: 0.98 0.59 0.44 3/64 4048
/proc/meminfo: memFree=1754120/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=5816 CPUtime=0.68
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 1600 368 0 0 66 0 2 0 24 0 1 0 365065227 5955584 1212 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583576 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 1454 1212 117 233 0 1214 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5816

[startup+1.50138 s]
/proc/loadavg: 0.98 0.59 0.44 2/65 4050
/proc/meminfo: memFree=1748928/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=5816 CPUtime=1.47
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 1600 368 0 0 145 0 2 0 25 0 1 0 365065227 5955584 1212 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134571040 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 1454 1212 117 233 0 1214 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5816

[startup+3.10154 s]
/proc/loadavg: 0.99 0.59 0.44 2/65 4050
/proc/meminfo: memFree=1748736/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=6900 CPUtime=3.08
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 1844 368 0 0 305 1 2 0 25 0 1 0 365065227 7065600 1456 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134572435 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 1725 1456 117 233 0 1485 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6900

[startup+6.30186 s]
/proc/loadavg: 0.99 0.59 0.44 2/65 4050
/proc/meminfo: memFree=1747584/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=7196 CPUtime=6.28
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 1998 368 0 0 625 1 2 0 25 0 1 0 365065227 7368704 1551 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584038 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 1799 1551 117 233 0 1559 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7196

[startup+12.7015 s]
/proc/loadavg: 0.99 0.61 0.45 2/65 4050
/proc/meminfo: memFree=1744192/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=10448 CPUtime=12.68
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 3033 368 0 0 1264 2 2 0 25 0 1 0 365065227 10698752 2376 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583980 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 2612 2376 117 233 0 2372 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10448

[startup+25.5018 s]
/proc/loadavg: 0.99 0.62 0.45 2/65 4050
/proc/meminfo: memFree=1739392/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=15600 CPUtime=25.47
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 4422 368 0 0 2543 2 2 0 25 0 1 0 365065227 15974400 3538 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583473 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 3900 3538 117 233 0 3660 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15600

[startup+51.1013 s]
/proc/loadavg: 0.99 0.65 0.47 2/65 4050
/proc/meminfo: memFree=1731328/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=24024 CPUtime=51.05
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 6856 368 0 0 5098 5 2 0 25 0 1 0 365065227 24600576 5719 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 6006 5719 117 233 0 5766 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 24024

[startup+102.301 s]
/proc/loadavg: 0.99 0.71 0.49 2/65 4050
/proc/meminfo: memFree=1718272/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=37288 CPUtime=102.22
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 10976 368 0 0 10213 7 2 0 25 0 1 0 365065227 38182912 8837 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 9322 8837 117 233 0 9082 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 37288

[startup+162.301 s]
/proc/loadavg: 0.99 0.76 0.52 2/65 4050
/proc/meminfo: memFree=1709248/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=45992 CPUtime=162.19
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 13517 368 0 0 16207 10 2 0 25 0 1 0 365065227 47095808 11065 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 11498 11065 117 233 0 11258 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 45992

[startup+222.306 s]
/proc/loadavg: 0.99 0.80 0.55 2/65 4050
/proc/meminfo: memFree=1682112/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=75928 CPUtime=222.16
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 21480 368 0 0 22199 15 2 0 25 0 1 0 365065227 77750272 17822 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 18982 17822 117 233 0 18742 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 75928

[startup+282.301 s]
/proc/loadavg: 0.99 0.83 0.57 2/65 4050
/proc/meminfo: memFree=1681728/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=76008 CPUtime=282.12
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 21800 368 0 0 28195 15 2 0 25 0 1 0 365065227 77832192 17930 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 19002 17930 117 233 0 18762 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 76008

[startup+342.302 s]
/proc/loadavg: 0.99 0.86 0.60 2/65 4052
/proc/meminfo: memFree=1681216/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=76100 CPUtime=342.09
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 22152 368 0 0 34192 15 2 0 25 0 1 0 365065227 77926400 18050 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 19025 18050 117 233 0 18785 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 76100

[startup+402.301 s]
/proc/loadavg: 0.99 0.88 0.62 3/71 4168
/proc/meminfo: memFree=1679112/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=76192 CPUtime=402.03
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 22531 368 0 0 40178 23 2 0 25 0 1 0 365065227 78020608 18174 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583621 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 19048 18174 117 233 0 18808 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 76192

[startup+462.302 s]
/proc/loadavg: 0.99 0.90 0.64 2/65 4250
/proc/meminfo: memFree=1674432/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=81984 CPUtime=462
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 24063 368 0 0 46166 32 2 0 25 0 1 0 365065227 83951616 19706 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583621 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 20496 19706 117 233 0 20256 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 81984

[startup+522.302 s]
/proc/loadavg: 0.99 0.92 0.66 2/65 4250
/proc/meminfo: memFree=1672960/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=83340 CPUtime=521.97
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 24687 368 0 0 52162 33 2 0 25 0 1 0 365065227 85340160 20052 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 20835 20052 117 233 0 20595 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 83340

[startup+582.302 s]
/proc/loadavg: 0.99 0.93 0.68 2/65 4250
/proc/meminfo: memFree=1666688/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=89352 CPUtime=581.93
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 26548 368 0 0 58155 36 2 0 25 0 1 0 365065227 91496448 21608 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584029 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 22338 21608 117 233 0 22098 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 89352

[startup+642.302 s]
/proc/loadavg: 0.99 0.94 0.69 2/65 4250
/proc/meminfo: memFree=1666496/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=89616 CPUtime=641.9
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 26619 368 0 0 64152 36 2 0 25 0 1 0 365065227 91766784 21679 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583587 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 22404 21679 117 233 0 22164 0
Current children cumulated CPU time (s) 641.9
Current children cumulated vsize (KiB) 89616

[startup+702.302 s]
/proc/loadavg: 0.99 0.95 0.71 2/65 4250
/proc/meminfo: memFree=1659072/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=96844 CPUtime=701.87
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28490 368 0 0 70146 39 2 0 25 0 1 0 365065227 99168256 23550 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24211 23550 117 233 0 23971 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 96844

[startup+762.302 s]
/proc/loadavg: 0.99 0.95 0.73 2/65 4250
/proc/meminfo: memFree=1658432/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=97360 CPUtime=761.85
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28949 368 0 0 76143 40 2 0 25 0 1 0 365065227 99696640 23675 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583538 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24340 23675 117 233 0 24100 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 97360

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

[startup+768.001 s]
/proc/loadavg: 0.99 0.95 0.73 2/65 4250
/proc/meminfo: memFree=1658432/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=97360 CPUtime=767.53
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28949 368 0 0 76711 40 2 0 25 0 1 0 365065227 99696640 23675 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24340 23675 117 233 0 24100 0
Current children cumulated CPU time (s) 767.53
Current children cumulated vsize (KiB) 97360

[startup+780.801 s]
/proc/loadavg: 0.99 0.95 0.73 2/65 4250
/proc/meminfo: memFree=1658432/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=97360 CPUtime=780.33
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28950 368 0 0 77991 40 2 0 25 0 1 0 365065227 99696640 23676 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24340 23676 117 233 0 24100 0
Current children cumulated CPU time (s) 780.33
Current children cumulated vsize (KiB) 97360

[startup+793.602 s]
/proc/loadavg: 0.99 0.96 0.74 2/65 4250
/proc/meminfo: memFree=1658368/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=97360 CPUtime=793.12
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28950 368 0 0 79270 40 2 0 25 0 1 0 365065227 99696640 23676 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24340 23676 117 233 0 24100 0
Current children cumulated CPU time (s) 793.12
Current children cumulated vsize (KiB) 97360

[startup+796.802 s]
/proc/loadavg: 0.99 0.96 0.74 2/65 4250
/proc/meminfo: memFree=1658368/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=97424 CPUtime=796.32
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28960 368 0 0 79590 40 2 0 25 0 1 0 365065227 99762176 23686 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134573044 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24356 23686 117 233 0 24116 0
Current children cumulated CPU time (s) 796.32
Current children cumulated vsize (KiB) 97424

[startup+800.001 s]
/proc/loadavg: 0.99 0.96 0.74 2/65 4250
/proc/meminfo: memFree=1658368/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=97488 CPUtime=799.52
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28969 368 0 0 79910 40 2 0 25 0 1 0 365065227 99827712 23695 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583674 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24372 23695 117 233 0 24132 0
Current children cumulated CPU time (s) 799.52
Current children cumulated vsize (KiB) 97488

[startup+800.801 s]
/proc/loadavg: 0.99 0.96 0.74 2/65 4250
/proc/meminfo: memFree=1658368/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=97488 CPUtime=800.33
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28969 368 0 0 79991 40 2 0 25 0 1 0 365065227 99827712 23695 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583621 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24372 23695 117 233 0 24132 0
Current children cumulated CPU time (s) 800.33
Current children cumulated vsize (KiB) 97488

[startup+801.601 s]
/proc/loadavg: 0.99 0.96 0.74 2/65 4250
/proc/meminfo: memFree=1658368/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=97488 CPUtime=801.12
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28969 368 0 0 80070 40 2 0 25 0 1 0 365065227 99827712 23695 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583980 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24372 23695 117 233 0 24132 0
Current children cumulated CPU time (s) 801.12
Current children cumulated vsize (KiB) 97488

[startup+802.005 s]
/proc/loadavg: 0.99 0.96 0.74 2/65 4250
/proc/meminfo: memFree=1658368/2055920 swapFree=4183904/4192956
[pid=4048] ppid=4046 vsize=97488 CPUtime=801.53
/proc/4048/stat : 4048 (aig-cmusat) R 4046 4048 3941 0 -1 0 28969 368 0 0 80111 40 2 0 25 0 1 0 365065227 99827712 23695 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584038 0 0 4096 35 0 0 0 17 0 0 0
/proc/4048/statm: 24372 23695 117 233 0 24132 0
Current children cumulated CPU time (s) 801.53
Current children cumulated vsize (KiB) 97488

Child status: 20
Real time (s): 802.07
CPU time (s): 801.606
CPU user time (s): 801.184
CPU system time (s): 0.421935
CPU usage (%): 99.9422
Max. virtual memory (cumulated for all children) (KiB): 97488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 801.184
system time used= 0.421935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29345
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= 12
involuntary context switches= 2197

runsolver used 0.72189 second user time and 2.20366 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Tue May 15 18:54:39 UTC 2007

IDJOB= 460412
IDBENCH= 48447
IDSOLVER= 204
FILE ID= node70/460412-1179255279

PBS_JOBID= 5277504

Free space on /tmp= 66539 MiB

SOLVER NAME= aig-cmusat 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/fuhs/medium/AProVE07-21.aig
COMMAND LINE= /tmp/evaluation/460412-1179255279/aig-cmusat /tmp/evaluation/460412-1179255279/instance-460412-1179255279.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-460412-1179255279 -o ROOT/results/node70/solver-460412-1179255279 -C 1200 -W 1800 -M 1800 --output-limit 1,15  /tmp/evaluation/460412-1179255279/aig-cmusat /tmp/evaluation/460412-1179255279/instance-460412-1179255279.aig

META MD5SUM SOLVER= 46c0b88679dc7b9c7f6dd96ef04c5851
MD5SUM BENCH=  679d0647237437d62794c0cbd1a55b6e

RANDOM SEED= 164616980

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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:       1754408 kB
Buffers:          6520 kB
Cached:         180756 kB
SwapCached:       3056 kB
Active:          25360 kB
Inactive:       171572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754408 kB
SwapTotal:     4192956 kB
SwapFree:      4183904 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          15684 kB
Slab:            90648 kB
Committed_AS:  9314136 kB
PageTables:       1396 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= 66539 MiB

End job on node70 on Tue May 15 19:08:01 UTC 2007