Trace number 460355

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-sp 2007-05-15? (TO) 1200.17 1200.49

General information on the benchmark

Nameindustrial-aig/crypto/
mizh-md5-48-5.aig
MD5SUMaca2d735934eb0ba8b7f4340459945d0
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)

17.19/17.23	c file: /tmp/evaluation/460355-1179249374/instance-460355-1179249374.aig
17.19/17.23	c Reading aig format..
17.19/17.23	c MAXVAR  431475
17.19/17.23	c INPUTS  13877
17.19/17.23	c LATCHES 0
17.19/17.23	c OUTPUTS 1
17.19/17.23	c AND     417598
17.19/17.23	c Before initialization time (seconds) 16.7015
17.19/17.23	c Memory used (in MB): 391.957
103.96/104.08	c Pre-processing followed by bcp (no decisions) assigned 8232 vars 
103.96/104.08	c DBreduced=0 GV=111162[0]  GL=454685[ 325834,128851] HP=17823 Prune=1098286 decisions=521266 restart=18 est=2.62045 HP Impl=[1678183, 1001308] DB Impl=39541757[0]  varReasonNeeded[2501421]  
103.96/104.08	c Memory used (in MB): 432.461
136.46/136.52	c DBreduced=1 GV=137834[0]  GL=467654[ 325834,141820] HP=21141 Prune=1403102 decisions=668373 restart=19 est=3.23938 HP Impl=[2287366, 1299804] DB Impl=52259055[0]  varReasonNeeded[3074269]  
136.46/136.52	c Memory used (in MB): 436.52
241.84/241.93	c DBreduced=2 GV=208246[0]  GL=482225[ 325834,156391] HP=33434 Prune=2323047 decisions=1104489 restart=20 est=3.69386 HP Impl=[4483417, 2344657] DB Impl=93677223[0]  varReasonNeeded[4649091]  
241.84/241.93	c Memory used (in MB): 437.238
461.07/461.27	c DBreduced=3 GV=270045[0]  GL=503739[ 325834,177905] HP=44957 Prune=3254519 decisions=1460708 restart=20 est=3.69386 HP Impl=[9966548, 5870409] DB Impl=170470739[0]  varReasonNeeded[22371633]  
461.07/461.27	c Memory used (in MB): 465.184
599.93/600.18	c DBreduced=4 GV=333174[0]  GL=513047[ 325834,187213] HP=56659 Prune=4274794 decisions=1941399 restart=21 est=3.82164 HP Impl=[13124575, 7240540] DB Impl=222805766[0]  varReasonNeeded[24224270]  
599.93/600.18	c Memory used (in MB): 465.348
886.66/886.99	c DBreduced=5 GV=415201[0]  GL=532016[ 325834,206182] HP=62982 Prune=5280561 decisions=2385352 restart=21 est=3.82164 HP Impl=[18988389, 9084963] DB Impl=320840402[0]  varReasonNeeded[32225014]  
886.66/886.99	c Memory used (in MB): 483.484

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/node57/watcher-460355-1179249374 -o ROOT/results/node57/solver-460355-1179249374 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460355-1179249374/aigsat-sp /tmp/evaluation/460355-1179249374/instance-460355-1179249374.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.92 0.98 0.95 3/64 6367
/proc/meminfo: memFree=1417416/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=4564 CPUtime=0
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 885 0 0 0 0 0 0 0 18 0 1 0 366073379 4673536 873 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 135188852 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 1141 879 121 277 0 859 0

[startup+0.042463 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 6367
/proc/meminfo: memFree=1417416/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=9624 CPUtime=0.03
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 2257 0 0 0 3 0 0 0 18 0 1 0 366073379 9854976 2245 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 2406 2245 121 277 0 2124 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9624

[startup+0.101467 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 6367
/proc/meminfo: memFree=1417416/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=9756 CPUtime=0.09
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 2290 0 0 0 9 0 0 0 18 0 1 0 366073379 9990144 2278 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 2440 2279 121 277 0 2158 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9756

[startup+0.301484 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 6367
/proc/meminfo: memFree=1417416/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=18492 CPUtime=0.29
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 4622 0 0 0 27 2 0 0 19 0 1 0 366073379 18935808 4463 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 4623 4463 131 277 0 4341 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18492

[startup+0.701518 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 6367
/proc/meminfo: memFree=1417416/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=37412 CPUtime=0.69
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 9392 0 0 0 66 3 0 0 22 0 1 0 366073379 38309888 9040 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 9353 9040 131 277 0 9071 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37412

[startup+1.50159 s]
/proc/loadavg: 0.92 0.98 0.95 2/65 6368
/proc/meminfo: memFree=1367616/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=76500 CPUtime=1.49
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 19899 0 0 0 142 7 0 0 25 0 1 0 366073379 78336000 18393 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 19125 18393 131 277 0 18843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76500

[startup+3.10173 s]
/proc/loadavg: 0.93 0.98 0.95 2/65 6368
/proc/meminfo: memFree=1336128/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=125980 CPUtime=3.09
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 34993 0 0 0 297 12 0 0 25 0 1 0 366073379 129003520 30761 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134589927 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 31495 30761 131 277 0 31213 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125980

[startup+6.302 s]
/proc/loadavg: 0.93 0.98 0.95 2/65 6368
/proc/meminfo: memFree=1287616/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=134568 CPUtime=6.29
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 36811 0 0 0 616 13 0 0 25 0 1 0 366073379 137797632 32449 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134586452 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 33642 32449 132 277 0 33360 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 134568

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.95 2/65 6368
/proc/meminfo: memFree=1102152/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=352652 CPUtime=12.69
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 109260 0 0 0 1228 41 0 0 25 0 1 0 366073379 361115648 84953 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 88163 84953 138 277 0 87881 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 352652

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.95 2/65 6368
/proc/meminfo: memFree=1005448/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=437156 CPUtime=25.49
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 148784 0 0 0 2491 58 0 0 25 0 1 0 366073379 447647744 102870 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574010 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 109289 102870 159 277 0 109007 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 437156

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.95 2/65 6368
/proc/meminfo: memFree=999944/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=439172 CPUtime=51.08
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 150188 0 0 0 5048 60 0 0 25 0 1 0 366073379 449712128 104274 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574241 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 109793 104274 159 277 0 109511 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 439172

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.95 2/65 6368
/proc/meminfo: memFree=991112/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=442616 CPUtime=102.27
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 152360 0 0 0 10165 62 0 0 25 0 1 0 366073379 453238784 106446 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134584463 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 110654 106446 159 277 0 110372 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 442616

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=985032/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=447092 CPUtime=162.25
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 154769 0 0 0 16161 64 0 0 25 0 1 0 366073379 457822208 107966 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134671897 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 111773 107966 159 277 0 111491 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 447092

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=984648/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=447716 CPUtime=222.23
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 155006 0 0 0 22159 64 0 0 25 0 1 0 366073379 458461184 108046 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 111929 108046 159 277 0 111647 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 447716

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=982728/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=449048 CPUtime=282.22
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 156594 0 0 0 28157 65 0 0 25 0 1 0 366073379 459825152 108547 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134734946 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 112262 108547 159 277 0 111980 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 449048

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=979592/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=451228 CPUtime=342.2
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 157367 0 0 0 34154 66 0 0 25 0 1 0 366073379 462057472 109320 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574159 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 112807 109320 159 277 0 112525 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 451228

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=966664/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=463732 CPUtime=402.19
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 160609 0 0 0 40149 70 0 0 25 0 1 0 366073379 474861568 112562 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 135188724 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 115933 112562 159 277 0 115651 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 463732

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=953672/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=476512 CPUtime=462.17
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 164781 0 0 0 46144 73 0 0 25 0 1 0 366073379 487948288 115759 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 119128 115759 159 277 0 118846 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 476512

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=953672/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=476512 CPUtime=522.15
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 164781 0 0 0 52142 73 0 0 25 0 1 0 366073379 487948288 115759 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574010 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 119128 115759 159 277 0 118846 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 476512

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=953416/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=476512 CPUtime=582.14
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 164854 0 0 0 58140 74 0 0 25 0 1 0 366073379 487948288 115832 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134575175 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 119128 115832 159 277 0 118846 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 476512

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=952776/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=476588 CPUtime=642.13
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 165992 0 0 0 64138 75 0 0 25 0 1 0 366073379 488026112 115986 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134579051 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 119147 115986 159 277 0 118865 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 476588

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=952776/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=476588 CPUtime=702.11
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 165992 0 0 0 70136 75 0 0 25 0 1 0 366073379 488026112 115986 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574521 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 119147 115986 159 277 0 118865 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 476588

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=952648/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=476588 CPUtime=762.1
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 166023 0 0 0 76135 75 0 0 25 0 1 0 366073379 488026112 116017 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134731501 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 119147 116017 159 277 0 118865 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 476588

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=952328/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=476588 CPUtime=822.07
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 166096 0 0 0 82132 75 0 0 25 0 1 0 366073379 488026112 116090 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134670574 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 119147 116090 159 277 0 118865 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 476588

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=947400/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=495084 CPUtime=882.06
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 171432 0 0 0 88128 78 0 0 25 0 1 0 366073379 506966016 117326 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 123771 117326 159 277 0 123489 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 495084

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6368
/proc/meminfo: memFree=947208/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=495232 CPUtime=942.04
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 172479 0 0 0 94126 78 0 0 25 0 1 0 366073379 507117568 117370 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134736897 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 123808 117370 159 277 0 123526 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 495232

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6370
/proc/meminfo: memFree=947016/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=495232 CPUtime=1002.02
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 172480 0 0 0 100124 78 0 0 25 0 1 0 366073379 507117568 117371 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 135188724 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 123808 117371 159 277 0 123526 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 495232

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6370
/proc/meminfo: memFree=947016/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=495232 CPUtime=1062.01
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 172481 0 0 0 106122 79 0 0 25 0 1 0 366073379 507117568 117372 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574159 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 123808 117372 159 277 0 123526 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 495232

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6370
/proc/meminfo: memFree=947080/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=495232 CPUtime=1122
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 172482 0 0 0 112121 79 0 0 25 0 1 0 366073379 507117568 117373 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134574276 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 123808 117373 159 277 0 123526 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 495232

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6370
/proc/meminfo: memFree=946632/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=496092 CPUtime=1181.97
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 172706 0 0 0 118118 79 0 0 25 0 1 0 366073379 507998208 117597 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134672531 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 124023 117597 159 277 0 123741 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 496092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 6370
/proc/meminfo: memFree=944712/2055920 swapFree=4183268/4192956
[pid=6367] ppid=6365 vsize=497772 CPUtime=1200.08
/proc/6367/stat : 6367 (aigsat-sp) R 6365 6367 6025 0 -1 0 173126 0 0 0 119928 80 0 0 25 0 1 0 366073379 509718528 118017 18446744073709551615 134512640 135650930 4294956672 18446744073709551615 134572943 0 0 4096 35 0 0 0 17 1 0 0
/proc/6367/statm: 124443 118017 159 277 0 124161 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 497772

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.49
CPU time (s): 1200.17
CPU user time (s): 1199.28
CPU system time (s): 0.883865
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 497772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.28
system time used= 0.883865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173126
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= 6
involuntary context switches= 1901

runsolver used 0.969852 second user time and 2.50762 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Tue May 15 17:16:14 UTC 2007

IDJOB= 460355
IDBENCH= 48433
IDSOLVER= 203
FILE ID= node57/460355-1179249374

PBS_JOBID= 5277103

Free space on /tmp= 66532 MiB

SOLVER NAME= aigsat-sp 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/crypto/mizh-md5-48-5.aig
COMMAND LINE= /tmp/evaluation/460355-1179249374/aigsat-sp /tmp/evaluation/460355-1179249374/instance-460355-1179249374.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-460355-1179249374 -o ROOT/results/node57/solver-460355-1179249374 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460355-1179249374/aigsat-sp /tmp/evaluation/460355-1179249374/instance-460355-1179249374.aig            

META MD5SUM SOLVER= f61578204551f85c79544b972aeb08d2
MD5SUM BENCH=  aca2d735934eb0ba8b7f4340459945d0

RANDOM SEED= 219619665

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node57.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.239
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.239
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:       1417632 kB
Buffers:         39492 kB
Cached:         460544 kB
SwapCached:       3640 kB
Active:          25452 kB
Inactive:       484200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417632 kB
SwapTotal:     4192956 kB
SwapFree:      4183268 kB
Dirty:            2856 kB
Writeback:           0 kB
Mapped:          15764 kB
Slab:           114700 kB
Committed_AS:  4997968 kB
PageTables:       1408 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= 66532 MiB

End job on node57 on Tue May 15 17:36:17 UTC 2007