Trace number 461266

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.18 1200.59

General information on the benchmark

Nameadditional-aig/
c32sat-ssort/ssort15.aig
MD5SUM7f09ca66b15844febfe7da07c6e8b6e6
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)

5.78/5.82	c file: /tmp/evaluation/461266-1179252475/instance-461266-1179252475.aig
5.78/5.82	c Reading aig format..
5.78/5.82	c MAXVAR  190728
5.78/5.82	c INPUTS  14816
5.78/5.82	c LATCHES 0
5.78/5.82	c OUTPUTS 1
5.78/5.82	c AND     175912
5.78/5.82	c Before initialization time 5.63314
5.78/5.82	c Memory used (in MB): 140.91
144.71/144.83	c Using component size threshold as 15
144.71/144.83	c DBred=0 restart=32 est=0.47871 GV=10288 GL=91071[ 58932,32139] HP=22012 Prune=495411 decisions=254626 random 1087[0.426901]  HP Impl=3762674 DB Impl=7075973[6189157]  Lits/Cls 53 
144.71/144.83	c Memory used (in MB): 295.484
468.71/468.98	c DBred=1 restart=36 est=0.588758 GV=21500 GL=97994[ 58932,39062] HP=37567 Prune=753274 decisions=374038 random 1508[0.403168]  HP Impl=6414765 DB Impl=12217851[10421156]  Lits/Cls 291 
468.71/468.98	c Memory used (in MB): 409.148
751.42/751.78	c DBred=2 restart=37 est=0.589544 GV=30959 GL=102181[ 58932,43249] HP=39922 Prune=867311 decisions=429401 random 1601[0.372845]  HP Impl=7205452 DB Impl=13541862[11503376]  Lits/Cls 437 
751.42/751.78	c Memory used (in MB): 453.875

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/node71/watcher-461266-1179252475 -o ROOT/results/node71/solver-461266-1179252475 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461266-1179252475/aigsat-wc /tmp/evaluation/461266-1179252475/instance-461266-1179252475.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.54 0.41 0.66 3/64 1562
/proc/meminfo: memFree=1251712/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=2812 CPUtime=0
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 485 249 0 0 0 0 0 0 18 0 1 0 401236782 2879488 465 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 703 474 124 293 0 404 0

[startup+0.03689 s]
/proc/loadavg: 0.54 0.41 0.66 3/64 1562
/proc/meminfo: memFree=1251712/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=5052 CPUtime=0.03
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 1095 249 0 0 3 0 0 0 19 0 1 0 401236782 5173248 1074 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 1263 1074 125 293 0 964 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5052

[startup+0.1019 s]
/proc/loadavg: 0.54 0.41 0.66 3/64 1562
/proc/meminfo: memFree=1251712/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=7992 CPUtime=0.09
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 1839 249 0 0 9 0 0 0 19 0 1 0 401236782 8183808 1817 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 1998 1818 136 293 0 1699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7992

[startup+0.301928 s]
/proc/loadavg: 0.54 0.41 0.66 3/64 1562
/proc/meminfo: memFree=1251712/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=18508 CPUtime=0.29
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 4442 249 0 0 28 1 0 0 20 0 1 0 401236782 18952192 4274 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 4627 4274 136 293 0 4328 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18508

[startup+0.701982 s]
/proc/loadavg: 0.54 0.41 0.66 3/64 1562
/proc/meminfo: memFree=1251712/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=32212 CPUtime=0.68
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 9075 249 0 0 65 3 0 0 24 0 1 0 401236782 32985088 7781 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 8053 7781 136 293 0 7754 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32212

[startup+1.50109 s]
/proc/loadavg: 0.58 0.42 0.66 2/65 1564
/proc/meminfo: memFree=1212408/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=50680 CPUtime=1.49
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 13857 249 0 0 144 5 0 0 25 0 1 0 401236782 51896320 12380 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134576897 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 12670 12380 137 293 0 12371 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50680

[startup+3.10131 s]
/proc/loadavg: 0.58 0.42 0.66 2/65 1564
/proc/meminfo: memFree=1173624/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=102564 CPUtime=3.09
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 29758 249 0 0 298 11 0 0 25 0 1 0 401236782 105025536 24993 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023232 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 25641 24993 142 293 0 25342 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102564

[startup+6.30174 s]
/proc/loadavg: 0.61 0.43 0.66 2/65 1564
/proc/meminfo: memFree=1108024/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=164108 CPUtime=6.28
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 54853 249 0 0 607 21 0 0 25 0 1 0 401236782 168046592 40196 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134728628 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 41027 40196 158 293 0 40728 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 164108

[startup+12.7016 s]
/proc/loadavg: 0.64 0.44 0.66 2/65 1564
/proc/meminfo: memFree=1070840/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=185184 CPUtime=12.68
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 60265 249 0 0 1244 24 0 0 25 0 1 0 401236782 189628416 45608 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134726807 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 46296 45608 160 293 0 45997 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 185184

[startup+25.5014 s]
/proc/loadavg: 0.70 0.46 0.67 2/65 1564
/proc/meminfo: memFree=1046840/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=210108 CPUtime=25.48
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 66505 249 0 0 2520 28 0 0 25 0 1 0 401236782 215150592 51332 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134717869 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 52527 51332 160 293 0 52228 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 210108

[startup+51.1018 s]
/proc/loadavg: 0.81 0.51 0.67 2/65 1564
/proc/meminfo: memFree=1012408/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=244860 CPUtime=51.06
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 75042 249 0 0 5072 34 0 0 25 0 1 0 401236782 250736640 59869 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134730458 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 61215 59869 160 293 0 60916 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 244860

[startup+102.306 s]
/proc/loadavg: 0.92 0.58 0.69 2/65 1564
/proc/meminfo: memFree=977272/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=282100 CPUtime=102.24
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 83738 249 0 0 10183 41 0 0 25 0 1 0 401236782 288870400 68565 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134717709 0 0 4096 35 0 0 0 17 0 0 0
/proc/1562/statm: 70525 68565 160 293 0 70226 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 282100

[startup+162.302 s]
/proc/loadavg: 0.97 0.65 0.71 2/65 1564
/proc/meminfo: memFree=962488/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=303284 CPUtime=162.21
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 87406 249 0 0 16176 45 0 0 25 0 1 0 401236782 310562816 72233 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134726493 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 75821 72233 160 293 0 75522 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 303284

[startup+222.303 s]
/proc/loadavg: 0.99 0.71 0.72 2/65 1564
/proc/meminfo: memFree=914040/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=358284 CPUtime=222.18
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 99473 249 0 0 22165 53 0 0 25 0 1 0 401236782 366882816 84300 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134727590 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 89571 84300 160 293 0 89272 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 358284

[startup+282.302 s]
/proc/loadavg: 0.99 0.76 0.74 2/65 1564
/proc/meminfo: memFree=901880/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=370788 CPUtime=282.17
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 102583 249 0 0 28157 60 0 0 25 0 1 0 401236782 379686912 87410 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134733862 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 92697 87410 160 293 0 92398 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 370788

[startup+342.302 s]
/proc/loadavg: 0.99 0.80 0.75 2/65 1564
/proc/meminfo: memFree=885944/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=387564 CPUtime=342.14
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 106549 249 0 0 34148 66 0 0 25 0 1 0 401236782 396865536 91376 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134733834 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 96891 91376 160 293 0 96592 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 387564

[startup+402.302 s]
/proc/loadavg: 0.99 0.84 0.76 2/65 1564
/proc/meminfo: memFree=870136/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=403764 CPUtime=402.13
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 110553 249 0 0 40141 72 0 0 25 0 1 0 401236782 413454336 95347 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134726025 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 100941 95347 160 293 0 100642 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 403764

[startup+462.302 s]
/proc/loadavg: 0.99 0.86 0.77 2/65 1564
/proc/meminfo: memFree=855928/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=417520 CPUtime=462.11
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 114105 249 0 0 46133 78 0 0 25 0 1 0 401236782 427540480 98866 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752634 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 104380 98866 160 293 0 104081 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 417520

[startup+522.302 s]
/proc/loadavg: 0.99 0.89 0.78 2/65 1564
/proc/meminfo: memFree=839800/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=435468 CPUtime=522.09
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 118332 249 0 0 52127 82 0 0 25 0 1 0 401236782 445919232 102915 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134727771 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 108867 102915 160 293 0 108568 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 435468

[startup+582.302 s]
/proc/loadavg: 0.99 0.90 0.80 2/65 1564
/proc/meminfo: memFree=829816/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=445352 CPUtime=582.07
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 120785 249 0 0 58121 86 0 0 25 0 1 0 401236782 456040448 105368 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134726046 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 111338 105368 160 293 0 111039 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 445352

[startup+642.301 s]
/proc/loadavg: 0.99 0.92 0.81 2/65 1564
/proc/meminfo: memFree=821816/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=453504 CPUtime=642.05
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 122829 249 0 0 64117 88 0 0 25 0 1 0 401236782 464388096 107346 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134725974 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 113376 107346 160 293 0 113077 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 453504

[startup+702.301 s]
/proc/loadavg: 0.99 0.93 0.82 2/65 1564
/proc/meminfo: memFree=815416/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=459804 CPUtime=702.03
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 124472 249 0 0 70112 91 0 0 25 0 1 0 401236782 470839296 108956 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242732 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 114951 108956 160 293 0 114652 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 459804

[startup+762.305 s]
/proc/loadavg: 0.99 0.94 0.82 2/65 1564
/proc/meminfo: memFree=809592/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=464796 CPUtime=762.02
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 126105 249 0 0 76108 94 0 0 25 0 1 0 401236782 475951104 110397 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134728595 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 116199 110397 160 293 0 115900 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 464796

[startup+822.302 s]
/proc/loadavg: 0.99 0.95 0.83 2/65 1564
/proc/meminfo: memFree=808056/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=464796 CPUtime=821.99
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 126501 249 0 0 82105 94 0 0 25 0 1 0 401236782 475951104 110793 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134753077 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 116199 110793 160 293 0 115900 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 464796

[startup+882.302 s]
/proc/loadavg: 0.99 0.95 0.84 2/65 1564
/proc/meminfo: memFree=807992/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=464796 CPUtime=881.98
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 126501 249 0 0 88104 94 0 0 25 0 1 0 401236782 475951104 110793 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134733472 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 116199 110793 160 293 0 115900 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 464796

[startup+942.302 s]
/proc/loadavg: 0.99 0.96 0.84 2/65 1564
/proc/meminfo: memFree=798456/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=474956 CPUtime=941.96
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 128930 249 0 0 94097 99 0 0 25 0 1 0 401236782 486354944 113222 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752667 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 118739 113222 160 293 0 118440 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 474956

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 1564
/proc/meminfo: memFree=780728/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=496208 CPUtime=1001.94
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 133324 249 0 0 100091 103 0 0 25 0 1 0 401236782 508116992 117616 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134726028 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 124052 117616 160 293 0 123753 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 496208

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 1564
/proc/meminfo: memFree=769016/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=507924 CPUtime=1061.92
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 136262 249 0 0 106082 110 0 0 25 0 1 0 401236782 520114176 120554 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134727590 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 126981 120554 160 293 0 126682 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 507924

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 1564
/proc/meminfo: memFree=757304/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=519648 CPUtime=1121.9
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 139218 249 0 0 112075 115 0 0 25 0 1 0 401236782 532119552 123444 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134728595 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 129912 123444 160 293 0 129613 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 519648

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 1564
/proc/meminfo: memFree=745976/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=531444 CPUtime=1181.88
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 142147 249 0 0 118068 120 0 0 25 0 1 0 401236782 544198656 126308 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752625 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 132861 126308 160 293 0 132562 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 531444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 1564
/proc/meminfo: memFree=742520/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=534844 CPUtime=1200.08
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 143039 249 0 0 119886 122 0 0 25 0 1 0 401236782 547680256 127135 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134726033 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 133711 127135 160 293 0 133412 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 534844

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 1564
/proc/meminfo: memFree=742520/2055920 swapFree=4184272/4192956
[pid=1562] ppid=1560 vsize=534844 CPUtime=1200.08
/proc/1562/stat : 1562 (aigsat-wc) R 1560 1562 1451 0 -1 0 143039 249 0 0 119886 122 0 0 25 0 1 0 401236782 547680256 127135 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134726033 0 0 4096 35 0 0 0 17 1 0 0
/proc/1562/statm: 133711 127135 160 293 0 133412 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 534844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.59
CPU time (s): 1200.18
CPU user time (s): 1198.87
CPU system time (s): 1.3128
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 534844

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

runsolver used 0.990849 second user time and 2.54561 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Tue May 15 18:07:55 UTC 2007

IDJOB= 461266
IDBENCH= 48661
IDSOLVER= 202
FILE ID= node71/461266-1179252475

PBS_JOBID= 5277205

Free space on /tmp= 66543 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/c32sat-ssort/ssort15.aig
COMMAND LINE= /tmp/evaluation/461266-1179252475/aigsat-wc /tmp/evaluation/461266-1179252475/instance-461266-1179252475.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-461266-1179252475 -o ROOT/results/node71/solver-461266-1179252475 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461266-1179252475/aigsat-wc /tmp/evaluation/461266-1179252475/instance-461266-1179252475.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  7f09ca66b15844febfe7da07c6e8b6e6

RANDOM SEED= 912547011

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:       1251992 kB
Buffers:         42832 kB
Cached:         613072 kB
SwapCached:       2812 kB
Active:          54464 kB
Inactive:       611176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1251992 kB
SwapTotal:     4192956 kB
SwapFree:      4184272 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:          15792 kB
Slab:           124332 kB
Committed_AS:  7180184 kB
PageTables:       1448 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= 66543 MiB

End job on node71 on Tue May 15 18:27:57 UTC 2007