Trace number 460166

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-15? (TO) 1200.36 1201.06

General information on the benchmark

Nameindustrial-aig/anbulagan/
medium-unsat/total-10-13-u.aig
MD5SUM7f24a297763cbb38fc09ac3fdb5911df
Bench CategoryALL (all instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved

Solver Data (download as text)

46.75/46.86	c file: /tmp/evaluation/460166-1179248644/instance-460166-1179248644.aig
46.75/46.86	c Reading aig format..
46.75/46.86	c MAXVAR  2348707
46.75/46.86	c INPUTS  197630
46.75/46.86	c LATCHES 0
46.75/46.86	c OUTPUTS 1
46.75/46.86	c AND     2151077
46.75/46.86	c Before initialization time 44.9862
46.75/46.86	c Memory used (in MB): 1421.31

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/node11/watcher-460166-1179248644 -o ROOT/results/node11/solver-460166-1179248644 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460166-1179248644/aigsat-wc /tmp/evaluation/460166-1179248644/instance-460166-1179248644.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: 1.00 0.99 0.99 3/77 27140
/proc/meminfo: memFree=1749216/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=19672 CPUtime=0
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 477 249 0 0 0 0 0 0 19 0 1 0 365913503 20144128 456 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 4918 465 124 293 0 4619 0

[startup+0.032598 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 27140
/proc/meminfo: memFree=1749216/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=47196 CPUtime=0.02
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 5662 249 0 0 0 2 0 0 19 0 1 0 365913503 48328704 5641 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 11799 5651 124 293 0 11500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47196

[startup+0.101606 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 27140
/proc/meminfo: memFree=1749216/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=47196 CPUtime=0.09
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 11631 249 0 0 4 5 0 0 19 0 1 0 365913503 48328704 11610 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 11799 11610 125 293 0 11500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47196

[startup+0.301629 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 27140
/proc/meminfo: memFree=1749216/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=47196 CPUtime=0.29
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 11631 249 0 0 24 5 0 0 21 0 1 0 365913503 48328704 11610 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 11799 11610 125 293 0 11500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47196

[startup+0.701675 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 27140
/proc/meminfo: memFree=1749216/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=49928 CPUtime=0.69
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 12314 249 0 0 63 6 0 0 25 0 1 0 365913503 51126272 12293 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135226346 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 12482 12293 125 293 0 12183 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49928

[startup+1.50177 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=1689496/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=84764 CPUtime=1.48
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 21148 249 0 0 139 9 0 0 25 0 1 0 365913503 86798336 20739 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 21191 20739 136 293 0 20892 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84764

[startup+3.10196 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=1638808/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=160540 CPUtime=3.08
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 40410 249 0 0 292 16 0 0 25 0 1 0 365913503 164392960 38847 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023910 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 40135 38847 136 293 0 39836 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 160540

[startup+6.30133 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=1489752/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=318008 CPUtime=6.29
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 81930 249 0 0 595 34 0 0 25 0 1 0 365913503 325640192 75757 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 79502 75757 136 293 0 79203 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 318008

[startup+12.7011 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=1325152/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=432024 CPUtime=12.69
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 126070 249 0 0 1216 53 0 0 25 0 1 0 365913503 442392576 105482 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134589953 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 108006 105482 136 293 0 107707 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 432024

[startup+25.5016 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=806240/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1003716 CPUtime=25.47
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 268157 249 0 0 2440 107 0 0 25 0 1 0 365913503 1027805184 240617 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134671362 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 250930 240617 141 293 0 250631 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1003716

[startup+51.1016 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=224736/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1589900 CPUtime=51.05
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 496986 249 0 0 4911 194 0 0 25 0 1 0 365913503 1628057600 380476 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743665 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 397475 380476 159 293 0 397176 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1589900

[startup+102.307 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=220704/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1593328 CPUtime=102.23
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 497969 249 0 0 10027 196 0 0 25 0 1 0 365913503 1631567872 381459 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 398332 381459 159 293 0 398033 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1593328

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=210080/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1603544 CPUtime=162.18
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 500626 249 0 0 16018 200 0 0 25 0 1 0 365913503 1642029056 384116 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745348 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 400886 384116 159 293 0 400587 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 1603544

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=197544/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1615772 CPUtime=222.11
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 503772 249 0 0 22006 205 0 0 25 0 1 0 365913503 1654550528 387262 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745348 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 403943 387262 159 293 0 403644 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 1615772

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=185832/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1627224 CPUtime=282.07
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 506712 249 0 0 27998 209 0 0 25 0 1 0 365913503 1666277376 390202 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134750248 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 406806 390202 159 293 0 406507 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 1627224

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=173224/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1639288 CPUtime=342.03
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 509812 249 0 0 33990 213 0 0 25 0 1 0 365913503 1678630912 393302 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752925 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 409822 393302 159 293 0 409523 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 1639288

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=125992/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1718220 CPUtime=401.99
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 529702 249 0 0 39974 225 0 0 25 0 1 0 365913503 1759457280 404996 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 429555 404996 159 293 0 429256 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 1718220

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 27142
/proc/meminfo: memFree=125928/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1718220 CPUtime=461.96
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 529775 249 0 0 45970 226 0 0 25 0 1 0 365913503 1759457280 405069 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134753051 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 429555 405069 159 293 0 429256 0
Current children cumulated CPU time (s) 461.96
Current children cumulated vsize (KiB) 1718220

[startup+522.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 27142
/proc/meminfo: memFree=125672/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1718220 CPUtime=521.92
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 529848 249 0 0 51966 226 0 0 25 0 1 0 365913503 1759457280 405142 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 429555 405142 159 293 0 429256 0
Current children cumulated CPU time (s) 521.92
Current children cumulated vsize (KiB) 1718220

[startup+582.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 27142
/proc/meminfo: memFree=125416/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1718220 CPUtime=581.88
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 529919 249 0 0 57962 226 0 0 25 0 1 0 365913503 1759457280 405213 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 429555 405213 159 293 0 429256 0
Current children cumulated CPU time (s) 581.88
Current children cumulated vsize (KiB) 1718220

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27142
/proc/meminfo: memFree=125032/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1718220 CPUtime=641.85
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 529996 249 0 0 63959 226 0 0 25 0 1 0 365913503 1759457280 405290 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744752 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 429555 405290 159 293 0 429256 0
Current children cumulated CPU time (s) 641.85
Current children cumulated vsize (KiB) 1718220

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27142
/proc/meminfo: memFree=124712/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1718220 CPUtime=701.8
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 530060 249 0 0 69954 226 0 0 25 0 1 0 365913503 1759457280 405354 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744740 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 429555 405354 159 293 0 429256 0
Current children cumulated CPU time (s) 701.8
Current children cumulated vsize (KiB) 1718220

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27142
/proc/meminfo: memFree=111208/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1731548 CPUtime=761.78
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 533434 249 0 0 75946 232 0 0 25 0 1 0 365913503 1773105152 408728 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752800 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 432887 408728 159 293 0 432588 0
Current children cumulated CPU time (s) 761.78
Current children cumulated vsize (KiB) 1731548

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27142
/proc/meminfo: memFree=97704/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1744924 CPUtime=821.73
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 536818 249 0 0 81936 237 0 0 25 0 1 0 365913503 1786802176 412112 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744865 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 436231 412112 159 293 0 435932 0
Current children cumulated CPU time (s) 821.73
Current children cumulated vsize (KiB) 1744924

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27142
/proc/meminfo: memFree=83688/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1758672 CPUtime=881.69
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 540293 249 0 0 87928 241 0 0 25 0 1 0 365913503 1800880128 415587 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 439668 415587 159 293 0 439369 0
Current children cumulated CPU time (s) 881.69
Current children cumulated vsize (KiB) 1758672

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27142
/proc/meminfo: memFree=69800/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1772480 CPUtime=941.67
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 543800 249 0 0 93921 246 0 0 25 0 1 0 365913503 1815019520 419094 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752798 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 443120 419094 159 293 0 442821 0
Current children cumulated CPU time (s) 941.67
Current children cumulated vsize (KiB) 1772480

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27142
/proc/meminfo: memFree=55848/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1786084 CPUtime=1001.64
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 547245 249 0 0 99913 251 0 0 25 0 1 0 365913503 1828950016 422539 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752876 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 446521 422539 159 293 0 446222 0
Current children cumulated CPU time (s) 1001.64
Current children cumulated vsize (KiB) 1786084

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27142
/proc/meminfo: memFree=43560/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1798292 CPUtime=1061.63
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 550347 249 0 0 105907 256 0 0 25 0 1 0 365913503 1841451008 425641 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 449573 425641 159 293 0 449274 0
Current children cumulated CPU time (s) 1061.63
Current children cumulated vsize (KiB) 1798292

[startup+1122.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 27142
/proc/meminfo: memFree=29928/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1811748 CPUtime=1121.62
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 553722 249 0 0 111901 261 0 0 25 0 1 0 365913503 1855229952 429016 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752676 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 452937 429016 159 293 0 452638 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 1811748

[startup+1182.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 27142
/proc/meminfo: memFree=16040/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1825640 CPUtime=1181.6
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 557256 249 0 0 117893 267 0 0 25 0 1 0 365913503 1869455360 432517 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134753222 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 456410 432517 159 293 0 456111 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 1825640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 27142
/proc/meminfo: memFree=16104/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=1829852 CPUtime=1200.1
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 0 558322 249 0 0 119741 269 0 0 25 0 1 0 365913503 1873768448 433583 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 457463 433583 159 293 0 457164 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1829852

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 27142
/proc/meminfo: memFree=16104/2055920 swapFree=4144200/4192956
[pid=27140] ppid=27138 vsize=0 CPUtime=1200.29
/proc/27140/stat : 27140 (aigsat-wc) R 27138 27140 26659 0 -1 1028 558322 249 0 0 119741 288 0 0 25 0 1 0 365913503 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 0 0 0
/proc/27140/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.06
CPU time (s): 1200.36
CPU user time (s): 1197.41
CPU system time (s): 2.94655
CPU usage (%): 99.9418
Max. virtual memory (cumulated for all children) (KiB): 1829852

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

runsolver used 1.23281 second user time and 3.14552 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue May 15 17:04:06 UTC 2007

IDJOB= 460166
IDBENCH= 48386
IDSOLVER= 202
FILE ID= node11/460166-1179248644

PBS_JOBID= 5276804

Free space on /tmp= 66528 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/anbulagan/medium-unsat/total-10-13-u.aig
COMMAND LINE= /tmp/evaluation/460166-1179248644/aigsat-wc /tmp/evaluation/460166-1179248644/instance-460166-1179248644.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-460166-1179248644 -o ROOT/results/node11/solver-460166-1179248644 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460166-1179248644/aigsat-wc /tmp/evaluation/460166-1179248644/instance-460166-1179248644.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  7f24a297763cbb38fc09ac3fdb5911df

RANDOM SEED= 313221313

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1749496 kB
Buffers:         33592 kB
Cached:         176404 kB
SwapCached:      17668 kB
Active:          50900 kB
Inactive:       183124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749496 kB
SwapTotal:     4192956 kB
SwapFree:      4144200 kB
Dirty:           12648 kB
Writeback:           0 kB
Mapped:          30304 kB
Slab:            57864 kB
Committed_AS:  7840824 kB
PageTables:       1848 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= 66528 MiB

End job on node11 on Tue May 15 17:24:09 UTC 2007