Trace number 461258

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.16 1201.05

General information on the benchmark

Nameadditional-aig/
c32sat-ssort/ssort20.aig
MD5SUMc900f4d1b5856a0d42bcae37cd0da609
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)

10.79/10.88	c file: /tmp/evaluation/461258-1179252468/instance-461258-1179252468.aig
10.79/10.88	c Reading aig format..
10.79/10.88	c MAXVAR  339592
10.79/10.88	c INPUTS  26176
10.79/10.88	c LATCHES 0
10.79/10.88	c OUTPUTS 1
10.79/10.88	c AND     313416
10.79/10.88	c Before initialization time 10.5244
10.79/10.88	c Memory used (in MB): 261.145
228.91/229.14	c Using component size threshold as 15
228.91/229.14	c DBred=0 restart=35 est=0.459895 GV=17322 GL=159652[ 103636,56016] HP=39016 Prune=929879 decisions=492242 random 2290[0.465218]  HP Impl=8181837 DB Impl=15233710[13182069]  Lits/Cls 8 
228.91/229.14	c Memory used (in MB): 562.309
424.77/425.11	c DBred=1 restart=38 est=0.597026 GV=32145 GL=165701[ 103636,62065] HP=63690 Prune=1573523 decisions=836814 random 3669[0.438449]  HP Impl=15025947 DB Impl=32897487[27229996]  Lits/Cls 8 
424.77/425.11	c Memory used (in MB): 765.75
952.17/952.94	c DBred=2 restart=41 est=0.945364 GV=50946 GL=179308[ 103636,75672] HP=96032 Prune=2345542 decisions=1248562 random 5233[0.419122]  HP Impl=22769511 DB Impl=54982290[44511764]  Lits/Cls 182 
952.17/952.94	c Memory used (in MB): 953.707

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/node59/watcher-461258-1179252468 -o ROOT/results/node59/solver-461258-1179252468 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461258-1179252468/aigsat-wc /tmp/evaluation/461258-1179252468/instance-461258-1179252468.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.77 0.92 0.97 3/64 9352
/proc/meminfo: memFree=1809464/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=3976 CPUtime=0
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 465 249 0 0 0 0 0 0 18 0 1 0 373156455 4071424 444 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 994 454 124 293 0 695 0

[startup+0.092238 s]
/proc/loadavg: 0.77 0.92 0.97 3/64 9352
/proc/meminfo: memFree=1809464/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=8308 CPUtime=0.08
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 1917 249 0 0 7 1 0 0 19 0 1 0 373156455 8507392 1895 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 2077 1896 135 293 0 1778 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8308

[startup+0.101239 s]
/proc/loadavg: 0.77 0.92 0.97 3/64 9352
/proc/meminfo: memFree=1809464/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=8900 CPUtime=0.09
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 2068 249 0 0 8 1 0 0 19 0 1 0 373156455 9113600 2046 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 2225 2047 136 293 0 1926 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8900

[startup+0.301277 s]
/proc/loadavg: 0.77 0.92 0.97 3/64 9352
/proc/meminfo: memFree=1809464/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=19344 CPUtime=0.28
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 4674 249 0 0 27 1 0 0 20 0 1 0 373156455 19808256 4506 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135236134 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 4836 4507 136 293 0 4537 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19344

[startup+0.701352 s]
/proc/loadavg: 0.77 0.92 0.97 3/64 9352
/proc/meminfo: memFree=1809464/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=38848 CPUtime=0.69
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 9620 249 0 0 66 3 0 0 24 0 1 0 373156455 39780352 9259 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 9712 9259 136 293 0 9413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38848

[startup+1.50151 s]
/proc/loadavg: 0.79 0.92 0.97 2/65 9354
/proc/meminfo: memFree=1758320/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=61348 CPUtime=1.49
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 17477 249 0 0 143 6 0 0 25 0 1 0 373156455 62820352 15071 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 15337 15071 136 293 0 15038 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61348

[startup+3.10181 s]
/proc/loadavg: 0.79 0.92 0.97 2/65 9354
/proc/meminfo: memFree=1727984/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=98316 CPUtime=3.09
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 26473 249 0 0 300 9 0 0 25 0 1 0 373156455 100675584 23624 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134586348 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 24579 23624 137 293 0 24280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98316

[startup+6.30142 s]
/proc/loadavg: 0.79 0.92 0.97 2/65 9354
/proc/meminfo: memFree=1657904/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=201368 CPUtime=6.28
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 62843 249 0 0 605 23 0 0 25 0 1 0 373156455 206200832 49965 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 50342 49965 142 293 0 50043 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 201368

[startup+12.7016 s]
/proc/loadavg: 0.82 0.93 0.97 2/65 9354
/proc/meminfo: memFree=1523320/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=300636 CPUtime=12.69
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 100141 249 0 0 1231 38 0 0 25 0 1 0 373156455 307851264 71538 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134732101 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 75159 71538 158 293 0 74860 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 300636

[startup+25.5011 s]
/proc/loadavg: 0.85 0.93 0.97 2/65 9354
/proc/meminfo: memFree=1489848/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=334552 CPUtime=25.47
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 108603 249 0 0 2503 44 0 0 25 0 1 0 373156455 342581248 80000 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134725894 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 83638 80000 160 293 0 83339 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 334552

[startup+51.1019 s]
/proc/loadavg: 0.90 0.93 0.97 2/65 9354
/proc/meminfo: memFree=1446456/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=379676 CPUtime=51.05
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 119350 249 0 0 5053 52 0 0 25 0 1 0 373156455 388788224 90747 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134718580 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 94919 90747 160 293 0 94620 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 379676

[startup+102.306 s]
/proc/loadavg: 0.96 0.94 0.97 2/65 9354
/proc/meminfo: memFree=1360632/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=470720 CPUtime=102.22
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 141720 249 0 0 10154 68 0 0 25 0 1 0 373156455 482017280 112089 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134728219 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 117680 112089 160 293 0 117381 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 470720

[startup+162.301 s]
/proc/loadavg: 0.98 0.95 0.97 2/65 9354
/proc/meminfo: memFree=1304120/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=531012 CPUtime=162.16
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 155884 249 0 0 16139 77 0 0 25 0 1 0 373156455 543756288 126253 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134718142 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 132753 126253 160 293 0 132454 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 531012

[startup+222.301 s]
/proc/loadavg: 0.99 0.95 0.97 2/65 9354
/proc/meminfo: memFree=1275640/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=562532 CPUtime=222.1
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 162948 249 0 0 22128 82 0 0 25 0 1 0 373156455 576032768 133317 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134718117 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 140633 133317 160 293 0 140334 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 562532

[startup+282.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/65 9354
/proc/meminfo: memFree=1225656/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=618936 CPUtime=282.08
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 175685 249 0 0 28116 92 0 0 25 0 1 0 373156455 633790464 146054 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727326 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 154734 146054 160 293 0 154435 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 618936

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=1186680/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=664408 CPUtime=342.03
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 185217 249 0 0 34105 98 0 0 25 0 1 0 373156455 680353792 155586 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752876 0 0 4096 35 0 0 0 17 1 0 0
/proc/9352/statm: 166102 155586 160 293 0 165803 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 664408

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=1148344/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=709944 CPUtime=401.97
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 194862 249 0 0 40093 104 0 0 25 0 1 0 373156455 726982656 165231 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727590 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 177486 165231 160 293 0 177187 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 709944

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=1051576/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=823440 CPUtime=461.93
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 219104 249 0 0 46076 117 0 0 25 0 1 0 373156455 843202560 189161 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134726044 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 205860 189161 160 293 0 205561 0
Current children cumulated CPU time (s) 461.93
Current children cumulated vsize (KiB) 823440

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=1051384/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=823832 CPUtime=521.9
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 219172 249 0 0 52073 117 0 0 25 0 1 0 373156455 843603968 189229 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134726038 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 205958 189229 160 293 0 205659 0
Current children cumulated CPU time (s) 521.9
Current children cumulated vsize (KiB) 823832

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=1041528/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=834528 CPUtime=581.84
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 221721 249 0 0 58065 119 0 0 25 0 1 0 373156455 854556672 191778 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134717715 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 208632 191778 160 293 0 208333 0
Current children cumulated CPU time (s) 581.84
Current children cumulated vsize (KiB) 834528

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=1015800/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=865724 CPUtime=641.8
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 228035 249 0 0 64057 123 0 0 25 0 1 0 373156455 886501376 198092 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134717649 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 216431 198092 160 293 0 216132 0
Current children cumulated CPU time (s) 641.8
Current children cumulated vsize (KiB) 865724

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=997304/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=887428 CPUtime=701.77
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 232651 249 0 0 70050 127 0 0 25 0 1 0 373156455 908726272 202708 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727869 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 221857 202708 160 293 0 221558 0
Current children cumulated CPU time (s) 701.77
Current children cumulated vsize (KiB) 887428

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=979832/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=906268 CPUtime=761.72
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 236978 249 0 0 76042 130 0 0 25 0 1 0 373156455 928018432 207035 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134726484 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 226567 207035 160 293 0 226268 0
Current children cumulated CPU time (s) 761.72
Current children cumulated vsize (KiB) 906268

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=960504/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=926812 CPUtime=821.68
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 241854 249 0 0 82033 135 0 0 25 0 1 0 373156455 949055488 211911 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135226364 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 231703 211911 160 293 0 231404 0
Current children cumulated CPU time (s) 821.68
Current children cumulated vsize (KiB) 926812

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=937080/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=950280 CPUtime=881.64
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 247731 249 0 0 88020 144 0 0 25 0 1 0 373156455 973086720 217722 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134734514 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 237570 217722 160 293 0 237271 0
Current children cumulated CPU time (s) 881.64
Current children cumulated vsize (KiB) 950280

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=914808/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=972724 CPUtime=941.58
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 253528 249 0 0 94005 153 0 0 25 0 1 0 373156455 996069376 223323 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134718136 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 243181 223323 160 293 0 242882 0
Current children cumulated CPU time (s) 941.58
Current children cumulated vsize (KiB) 972724

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=907192/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=976700 CPUtime=1001.54
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 255717 249 0 0 99999 155 0 0 25 0 1 0 373156455 1000140800 225188 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727862 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 244175 225188 160 293 0 243876 0
Current children cumulated CPU time (s) 1001.54
Current children cumulated vsize (KiB) 976700

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=902520/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=976700 CPUtime=1061.49
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 256877 249 0 0 105992 157 0 0 25 0 1 0 373156455 1000140800 226348 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134725873 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 244175 226348 160 293 0 243876 0
Current children cumulated CPU time (s) 1061.49
Current children cumulated vsize (KiB) 976700

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=902264/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=976700 CPUtime=1121.45
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 256921 249 0 0 111988 157 0 0 25 0 1 0 373156455 1000140800 226392 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134728557 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 244175 226392 160 293 0 243876 0
Current children cumulated CPU time (s) 1121.45
Current children cumulated vsize (KiB) 976700

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=902200/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=976700 CPUtime=1181.41
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 256921 249 0 0 117984 157 0 0 25 0 1 0 373156455 1000140800 226392 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134753043 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 244175 226392 160 293 0 243876 0
Current children cumulated CPU time (s) 1181.41
Current children cumulated vsize (KiB) 976700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=900792/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=978148 CPUtime=1200.01
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 0 257284 249 0 0 119843 158 0 0 25 0 1 0 373156455 1001623552 226755 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752653 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 244537 226755 160 293 0 244238 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 978148

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

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

[startup+1201.01 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9354
/proc/meminfo: memFree=900792/2055920 swapFree=4184640/4192956
[pid=9352] ppid=9350 vsize=0 CPUtime=1200.11
/proc/9352/stat : 9352 (aigsat-wc) R 9350 9352 8493 0 -1 1028 257284 249 0 0 119843 168 0 0 25 0 1 0 373156455 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 0 0 0
/proc/9352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.05
CPU time (s): 1200.16
CPU user time (s): 1198.43
CPU system time (s): 1.72574
CPU usage (%): 99.926
Max. virtual memory (cumulated for all children) (KiB): 978148

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

runsolver used 1.12383 second user time and 3.25251 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue May 15 18:07:48 UTC 2007

IDJOB= 461258
IDBENCH= 48659
IDSOLVER= 202
FILE ID= node59/461258-1179252468

PBS_JOBID= 5276996

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  c900f4d1b5856a0d42bcae37cd0da609

RANDOM SEED= 354794462

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1809744 kB
Buffers:         15616 kB
Cached:         119044 kB
SwapCached:       2292 kB
Active:          20252 kB
Inactive:       124208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809744 kB
SwapTotal:     4192956 kB
SwapFree:      4184640 kB
Dirty:            2664 kB
Writeback:           0 kB
Mapped:          16600 kB
Slab:            87744 kB
Committed_AS:  8880768 kB
PageTables:       1472 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= 66541 MiB

End job on node59 on Tue May 15 18:27:51 UTC 2007