Trace number 461398

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-15SAT 413.397 413.64

General information on the benchmark

Nameadditional-aig/minisat+/
pk1.sat_opt.aig
MD5SUM375cd479c3b0b1ba399c64d6a9045b33
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.10883
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

3.08/3.12	c file: /tmp/evaluation/461398-1179253345/instance-461398-1179253345.aig
3.08/3.12	c Reading aig format..
3.08/3.12	c MAXVAR  45451
3.08/3.12	c INPUTS  86
3.08/3.12	c LATCHES 0
3.08/3.12	c OUTPUTS 1
3.08/3.12	c AND     45365
3.08/3.12	c Before initialization time 3.03054
3.08/3.12	c Memory used (in MB): 70.7305
62.57/62.67	c Using component size threshold as 8
62.57/62.67	c DBred=0 restart=32 est=0.030579 GV=21964 GL=102243[ 73756,28487] HP=6524 Prune=237232 decisions=149749 random 1197[0.799338]  HP Impl=1248510 DB Impl=47733343[46030905]  Lits/Cls 26 
62.57/62.67	c Memory used (in MB): 82.1797
138.61/138.74	c DBred=1 restart=34 est=0.0305774 GV=38328 GL=105466[ 73756,31710] HP=10739 Prune=405388 decisions=248190 random 1902[0.766348]  HP Impl=2796220 DB Impl=100719240[96898807]  Lits/Cls 28 
138.61/138.74	c Memory used (in MB): 90.2539
194.59/194.78	c DBred=2 restart=37 est=0.0382193 GV=55031 GL=107306[ 73756,33550] HP=17552 Prune=684394 decisions=431950 random 3030[0.70147]  HP Impl=3882667 DB Impl=140351835[134294107]  Lits/Cls 22 
194.59/194.78	c Memory used (in MB): 90.4492
253.86/254.02	c DBred=3 restart=38 est=0.0382207 GV=78966 GL=111873[ 73756,38117] HP=21494 Prune=868191 decisions=539224 random 3903[0.723818]  HP Impl=4966214 DB Impl=185837314[177709944]  Lits/Cls 25 
253.86/254.02	c Memory used (in MB): 92.9414
343.59/343.80	c DBred=4 restart=40 est=0.0420466 GV=105680 GL=115287[ 73756,41531] HP=24533 Prune=1042626 decisions=635137 random 4665[0.734487]  HP Impl=6641069 DB Impl=253495565[242746900]  Lits/Cls 30 
343.59/343.80	c Memory used (in MB): 98.6172
413.35/413.62	
413.35/413.62	s SATISFIABLE
413.35/413.62	c Total time (in seconds): 413.155
413.35/413.62	c Memory used (in MB): 100.211
413.35/413.62	c Conflict literals deleted: [23.1803%] Max learned #lits [6997746] Reduced #lits [5375644]

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-461398-1179253345 -o ROOT/results/node70/solver-461398-1179253345 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461398-1179253345/aigsat-wc /tmp/evaluation/461398-1179253345/instance-461398-1179253345.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.91 0.92 0.90 3/64 3845
/proc/meminfo: memFree=1757744/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=2208 CPUtime=0
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 384 249 0 0 0 0 0 0 18 0 1 0 364871796 2260992 363 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 552 363 125 293 0 253 0

[startup+0.091024 s]
/proc/loadavg: 0.91 0.92 0.90 3/64 3845
/proc/meminfo: memFree=1757744/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=6584 CPUtime=0.08
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 1493 249 0 0 8 0 0 0 19 0 1 0 364871796 6742016 1422 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 1646 1423 136 293 0 1347 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6584

[startup+0.101023 s]
/proc/loadavg: 0.91 0.92 0.90 3/64 3845
/proc/meminfo: memFree=1757744/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=7080 CPUtime=0.09
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 1622 249 0 0 9 0 0 0 19 0 1 0 364871796 7249920 1551 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 1770 1551 136 293 0 1471 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7080

[startup+0.301042 s]
/proc/loadavg: 0.91 0.92 0.90 3/64 3845
/proc/meminfo: memFree=1757744/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=15524 CPUtime=0.28
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 3855 249 0 0 28 0 0 0 20 0 1 0 364871796 15896576 3562 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023910 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 3881 3562 136 293 0 3582 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15524

[startup+0.701083 s]
/proc/loadavg: 0.91 0.92 0.90 3/64 3845
/proc/meminfo: memFree=1757744/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=24688 CPUtime=0.69
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 6305 249 0 0 68 1 0 0 24 0 1 0 364871796 25280512 5915 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134576888 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 6172 5915 137 293 0 5873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24688

[startup+1.50216 s]
/proc/loadavg: 0.92 0.92 0.90 2/65 3847
/proc/meminfo: memFree=1724072/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=46384 CPUtime=1.49
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 12425 249 0 0 145 4 0 0 25 0 1 0 364871796 47497216 10887 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242788 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 11596 10887 141 293 0 11297 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46384

[startup+3.10132 s]
/proc/loadavg: 0.92 0.92 0.90 2/65 3847
/proc/meminfo: memFree=1702312/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=72424 CPUtime=3.08
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 24545 249 0 0 300 8 0 0 25 0 1 0 364871796 74162176 16639 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 18106 16639 145 293 0 17807 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 72424

[startup+6.30164 s]
/proc/loadavg: 0.92 0.92 0.90 2/65 3847
/proc/meminfo: memFree=1685928/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=77476 CPUtime=6.29
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 26181 249 0 0 619 10 0 0 25 0 1 0 364871796 79335424 18031 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 19369 18031 160 293 0 19070 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77476

[startup+12.7013 s]
/proc/loadavg: 0.93 0.93 0.90 2/65 3847
/proc/meminfo: memFree=1685048/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=77952 CPUtime=12.68
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 26405 249 0 0 1258 10 0 0 25 0 1 0 364871796 79822848 18255 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 19488 18255 160 293 0 19189 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 77952

[startup+25.5016 s]
/proc/loadavg: 0.94 0.93 0.90 2/65 3847
/proc/meminfo: memFree=1683000/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=79328 CPUtime=25.48
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 26929 249 0 0 2537 11 0 0 25 0 1 0 364871796 81231872 18779 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 19832 18779 160 293 0 19533 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 79328

[startup+51.1011 s]
/proc/loadavg: 0.96 0.93 0.90 2/65 3847
/proc/meminfo: memFree=1678840/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=82476 CPUtime=51.06
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 27962 249 0 0 5093 13 0 0 25 0 1 0 364871796 84455424 19812 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134745314 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 20619 19812 160 293 0 20320 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 82476

[startup+102.306 s]
/proc/loadavg: 0.98 0.94 0.91 2/65 3847
/proc/meminfo: memFree=1675448/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=85104 CPUtime=102.24
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 28764 249 0 0 10210 14 0 0 25 0 1 0 364871796 87146496 20614 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134753208 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 21276 20614 160 293 0 20977 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 85104

[startup+162.301 s]
/proc/loadavg: 0.99 0.95 0.91 2/65 3847
/proc/meminfo: memFree=1671544/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=92496 CPUtime=162.21
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 29929 249 0 0 16205 16 0 0 25 0 1 0 364871796 94715904 21579 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 23124 21579 160 293 0 22825 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 92496

[startup+222.301 s]
/proc/loadavg: 0.99 0.95 0.91 2/65 3847
/proc/meminfo: memFree=1671032/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=92672 CPUtime=222.17
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 30254 249 0 0 22201 16 0 0 25 0 1 0 364871796 94896128 21698 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134727573 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 23168 21698 160 293 0 22869 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 92672

[startup+282.301 s]
/proc/loadavg: 0.99 0.96 0.91 2/65 3847
/proc/meminfo: memFree=1668088/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=95308 CPUtime=282.14
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 31196 249 0 0 28196 18 0 0 25 0 1 0 364871796 97595392 22430 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134745220 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 23827 22430 160 293 0 23528 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 95308

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3847
/proc/meminfo: memFree=1662840/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=100656 CPUtime=342.09
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 32531 249 0 0 34188 21 0 0 25 0 1 0 364871796 103071744 23765 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 25164 23765 160 293 0 24865 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 100656

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3847
/proc/meminfo: memFree=1661432/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=101772 CPUtime=402.06
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 33087 249 0 0 40184 22 0 0 25 0 1 0 364871796 104214528 24102 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134725784 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 25443 24102 160 293 0 25144 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 101772

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

[startup+403.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3847
/proc/meminfo: memFree=1661368/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=101896 CPUtime=402.86
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 33123 249 0 0 40264 22 0 0 25 0 1 0 364871796 104341504 24138 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/3845/statm: 25474 24138 160 293 0 25175 0
Current children cumulated CPU time (s) 402.86
Current children cumulated vsize (KiB) 101896

[startup+409.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3847
/proc/meminfo: memFree=1660664/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=102376 CPUtime=409.25
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 33269 249 0 0 40903 22 0 0 25 0 1 0 364871796 104833024 24284 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 25594 24284 160 293 0 25295 0
Current children cumulated CPU time (s) 409.25
Current children cumulated vsize (KiB) 102376

[startup+411.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3847
/proc/meminfo: memFree=1660600/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=102512 CPUtime=410.85
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 33308 249 0 0 41063 22 0 0 25 0 1 0 364871796 104972288 24323 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744843 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 25628 24323 160 293 0 25329 0
Current children cumulated CPU time (s) 410.85
Current children cumulated vsize (KiB) 102512

[startup+412.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3847
/proc/meminfo: memFree=1660408/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=102552 CPUtime=412.45
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 33332 249 0 0 41223 22 0 0 25 0 1 0 364871796 105013248 24347 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744288 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 25638 24347 160 293 0 25339 0
Current children cumulated CPU time (s) 412.45
Current children cumulated vsize (KiB) 102552

[startup+413.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3847
/proc/meminfo: memFree=1660408/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=102564 CPUtime=412.85
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 33338 249 0 0 41263 22 0 0 25 0 1 0 364871796 105025536 24353 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744962 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 25641 24353 160 293 0 25342 0
Current children cumulated CPU time (s) 412.85
Current children cumulated vsize (KiB) 102564

[startup+413.501 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3847
/proc/meminfo: memFree=1660280/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=102588 CPUtime=413.25
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 33345 249 0 0 41303 22 0 0 25 0 1 0 364871796 105050112 24360 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 25647 24360 160 293 0 25348 0
Current children cumulated CPU time (s) 413.25
Current children cumulated vsize (KiB) 102588

[startup+413.605 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3847
/proc/meminfo: memFree=1660280/2055920 swapFree=4183904/4192956
[pid=3845] ppid=3843 vsize=102600 CPUtime=413.35
/proc/3845/stat : 3845 (aigsat-wc) R 3843 3845 2217 0 -1 0 33352 249 0 0 41313 22 0 0 25 0 1 0 364871796 105062400 24367 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134725894 0 0 4096 35 0 0 0 17 0 0 0
/proc/3845/statm: 25650 24367 160 293 0 25351 0
Current children cumulated CPU time (s) 413.35
Current children cumulated vsize (KiB) 102600

Child status: 10
Real time (s): 413.64
CPU time (s): 413.397
CPU user time (s): 413.155
CPU system time (s): 0.241963
CPU usage (%): 99.9413
Max. virtual memory (cumulated for all children) (KiB): 102600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.155
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33606
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= 1213

runsolver used 0.359945 second user time and 1.14983 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Tue May 15 18:22:25 UTC 2007

IDJOB= 461398
IDBENCH= 48694
IDSOLVER= 202
FILE ID= node70/461398-1179253345

PBS_JOBID= 5277102

Free space on /tmp= 66539 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/pk1.sat_opt.aig
COMMAND LINE= /tmp/evaluation/461398-1179253345/aigsat-wc /tmp/evaluation/461398-1179253345/instance-461398-1179253345.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-461398-1179253345 -o ROOT/results/node70/solver-461398-1179253345 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461398-1179253345/aigsat-wc /tmp/evaluation/461398-1179253345/instance-461398-1179253345.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  375cd479c3b0b1ba399c64d6a9045b33

RANDOM SEED= 652397312

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:       1757960 kB
Buffers:          5840 kB
Cached:         177492 kB
SwapCached:       3056 kB
Active:          22852 kB
Inactive:       170336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757960 kB
SwapTotal:     4192956 kB
SwapFree:      4183904 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          15868 kB
Slab:            90828 kB
Committed_AS:  9313128 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 18:29:18 UTC 2007